Skip to content

Commit

Permalink
Merge pull request #186 from zuoxingdong/step_info_trajectory
Browse files Browse the repository at this point in the history
minor update to TD3
  • Loading branch information
zuoxingdong committed May 12, 2019
2 parents feebc54 + 697c760 commit 18a7441
Show file tree
Hide file tree
Showing 126 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion baselines/td3/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

'replay.capacity': 1000000,
# number of time steps to take uniform actions initially
'replay.init_size': Condition(lambda x: 1000 if x['env.id'] in ['Hopper-v3', 'Walker2d-v3'] else 10000),
'replay.init_size': Condition(lambda x: 1000 if x['env.id'] in ['Hopper-v3', 'Walker2d-v3'] else 10000),
'replay.batch_size': 100,

'train.timestep': int(1e6), # total number of training (environmental) timesteps
Expand Down

0 comments on commit 18a7441

Please sign in to comment.