Skip to content

Commit 5af40ce

Browse files
committed
Remove duplicate
Signed-off-by: Yi-Fu Wu <yifu.wu@gmail.com>
1 parent 50a72d2 commit 5af40ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nemo_rl/algorithms/loss_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class ClippedPGLossConfig(TypedDict):
4646
use_importance_sampling_correction: bool
4747
truncated_importance_sampling_ratio: float | None
4848
token_level_loss: bool
49-
force_on_policy_ratio: bool
5049
# If True, apply the off-policy importance-sampling correction at the
5150
# sequence level (one weight per generated sample), as in GSPO.
5251
# If False (default), correction is applied at the token level as in the

0 commit comments

Comments
 (0)