Skip to content

Commit

Permalink
chore: revert awr
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanToledo committed Apr 2, 2024
1 parent 1ba4d35 commit 9d58ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stoix/configs/system/ff_awr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ decay_learning_rates: False # Whether learning rates should be linearly decayed
gae_lambda: 0.95 # The lambda parameter for the generalized advantage estimator.
beta: 0.05 # The temperature of the exponentiated advantage weights.
weight_clip: 20.0 # The maximum absolute value of the advantage weights.
standardize_advantages: True # Whether to standardize the advantages.
standardize_advantages: False # Whether to standardize the advantages.

0 comments on commit 9d58ba6

Please sign in to comment.