Skip to content

Commit 5d2d523

Browse files
author
Ervin T
authored
[bug-fix] Increase 3dballhard and GAIL default steps (#3636)
1 parent 284b207 commit 5d2d523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/gail_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default:
77
hidden_units: 128
88
lambd: 0.95
99
learning_rate: 3.0e-4
10-
max_steps: 5.0e4
10+
max_steps: 5.0e5
1111
memory_size: 256
1212
normalize: false
1313
num_epoch: 3

config/trainer_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ VisualPyramids:
120120
buffer_size: 12000
121121
summary_freq: 12000
122122
time_horizon: 1000
123-
max_steps: 5.0e5
123+
max_steps: 5.0e6
124124
beta: 0.001
125125
reward_signals:
126126
extrinsic:

0 commit comments

Comments
 (0)