Skip to content

Commit

Permalink
Undo a bad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jun 29, 2023
1 parent 70fa4b0 commit 704c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coltra/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PPOConfig(BaseConfig):
value_coeff: float = 1.0 # Technically irrelevant
advantage_normalization: bool = False
rewind: bool = False
min_rewind_steps: int = 2
min_rewind_steps: int = 0

# Number of gradient updates = ppo_epochs * ceil(batch_size / minibatch_size)
ppo_epochs: int = 3
Expand Down

0 comments on commit 704c462

Please sign in to comment.