Skip to content

Fix 3DBall and 3DBallHard SAC regressions #4132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions config/sac/3DBall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ behaviors:
learning_rate: 0.0003
learning_rate_schedule: constant
batch_size: 64
buffer_size: 12000
buffer_size: 200000
buffer_init_steps: 0
tau: 0.005
steps_per_update: 10.0
Expand All @@ -22,7 +22,7 @@ behaviors:
gamma: 0.99
strength: 1.0
keep_checkpoints: 5
max_steps: 500000
max_steps: 200000
time_horizon: 1000
summary_freq: 12000
threaded: true
2 changes: 1 addition & 1 deletion config/sac/3DBallHard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ behaviors:
learning_rate: 0.0003
learning_rate_schedule: constant
batch_size: 256
buffer_size: 50000
buffer_size: 500000
buffer_init_steps: 0
tau: 0.005
steps_per_update: 10.0
Expand Down