Skip to content
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

[bug-fix] Increase 3dballhard steps #3636

Merged
merged 2 commits into from
Mar 16, 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
2 changes: 1 addition & 1 deletion config/gail_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default:
hidden_units: 128
lambd: 0.95
learning_rate: 3.0e-4
max_steps: 5.0e4
max_steps: 5.0e5
memory_size: 256
normalize: false
num_epoch: 3
Expand Down
2 changes: 1 addition & 1 deletion config/trainer_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ VisualPyramids:
buffer_size: 12000
summary_freq: 12000
time_horizon: 1000
max_steps: 5.0e5
max_steps: 5.0e6
beta: 0.001
reward_signals:
extrinsic:
Expand Down