Skip to content

Commit fea1666

Browse files
committed
fix docs and comments
1 parent 6444059 commit fea1666

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/opd_gsm8k/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Download the model checkpoint and modify your config file, then run:
2222
trinity run examples/opd_gsm8k/opd_gsm8k.yaml
2323
```
2424

25-
Then you are all set! It should be pretty simple😄, and the training should converge very quick(Much quicker then RL).
25+
Then you are all set! It should be pretty simple😄, and the training should converge very quick.
2626

2727

2828

trinity/algorithm/advantage_fn/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"asymre": "trinity.algorithm.advantage_fn.asymre_advantage.ASYMREGroupAdvantage",
1818
"asymre_verl": "trinity.algorithm.advantage_fn.asymre_advantage.ASYMREAdvantageFn",
1919
"rec": "trinity.algorithm.advantage_fn.rec_advantage.RECGroupedAdvantage",
20-
# On-policy distillation
2120
"on_policy_distill": "trinity.algorithm.advantage_fn.on_policy_distill_advantage.OnPolicyDistillAdvantage",
2221
},
2322
)

0 commit comments

Comments
 (0)