Skip to content

Fix 3DBall PPO hard regression #4133

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 10 commits into from
Jul 7, 2020
Merged
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
6 changes: 3 additions & 3 deletions config/ppo/3DBallHard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ behaviors:
3DBallHard:
trainer_type: ppo
hyperparameters:
batch_size: 1200
batch_size: 120
buffer_size: 12000
learning_rate: 0.0003
beta: 0.001
Expand All @@ -17,10 +17,10 @@ behaviors:
vis_encode_type: simple
reward_signals:
extrinsic:
gamma: 0.995
gamma: 0.99
strength: 1.0
keep_checkpoints: 5
max_steps: 5000000
max_steps: 500000
time_horizon: 1000
summary_freq: 12000
threaded: true