Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion trl/trainer/ppov2_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@dataclass
class PPOv2Config(TrainingArguments, OnpolicyRuntimeConfig):
class PPOv2Config(OnpolicyRuntimeConfig, TrainingArguments):
# common config
exp_name: str = os.path.basename(__file__)[: -len(".py")]
"""the name of this experiment"""
Expand Down