Skip to content

Commit

Permalink
update hyperparameters to match paper
Browse files Browse the repository at this point in the history
  • Loading branch information
vitchyr committed May 23, 2018
1 parent 5b36878 commit e736bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tdm/cheetah.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ def experiment(variant):
# General parameters
num_epochs=100,
num_steps_per_epoch=1000,
num_steps_per_eval=1000,
num_steps_per_eval=10000,
max_path_length=99,
num_updates_per_env_step=25,
batch_size=128,
discount=1, # TDMs does no discounting
reward_scale=100,
reward_scale=10,

# DDPG soft-target tau (not TDM tau)
tau=0.001,
Expand Down

0 comments on commit e736bfc

Please sign in to comment.