Skip to content

Commit

Permalink
change a2c default clip_grad
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed Jan 15, 2020
1 parent cac3292 commit 4f60ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/presets/atari/a2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def a2c(
lr=7e-4,
eps=1.5e-4,
# Other optimization settings
clip_grad=0.5,
clip_grad=0.1,
entropy_loss_scaling=0.01,
value_loss_scaling=0.5,
# Batch settings
Expand Down

0 comments on commit 4f60ef0

Please sign in to comment.