Skip to content

Commit

Permalink
Merge pull request #130 from kengz/schedule
Browse files Browse the repository at this point in the history
Solution: Pendulum-v0 with DDPG PrioritizedExperienceReplay LinearNoisePolicy
  • Loading branch information
kengz authored Apr 24, 2017
2 parents 2c02f06 + 0be949c commit 49be028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rl/spec/classic_experiment_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,11 @@
"batch_size": 64,
"n_epoch": 1,
"tau": 0.005,
"lr": 0.001,
"lr": 0.0005,
"critic_lr": 0.001,
"exploration_anneal_episodes": 100,
"gamma": 0.97,
"hidden_layers": [400, 300],
"hidden_layers": [400, 200],
"hidden_layers_activation": "relu",
"output_layer_activation": "tanh",
"max_mem_len": 30000
Expand Down

0 comments on commit 49be028

Please sign in to comment.