Skip to content

Commit

Permalink
Merge pull request #105 from kengz/schedule
Browse files Browse the repository at this point in the history
Solution: Acrobot-v1 with DoubleDQN
  • Loading branch information
kengz authored Apr 2, 2017
2 parents d0b5827 + 5ac50db commit 8b7c06c
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 @@ -434,9 +434,9 @@
"PreProcessor": "StackStates",
"param": {
"train_per_n_new_exp": 4,
"lr": 0.01,
"lr": 0.001,
"gamma": 0.99,
"hidden_layers": [32],
"hidden_layers": [100],
"hidden_layers_activation": "sigmoid",
"exploration_anneal_episodes": 200
},
Expand Down

0 comments on commit 8b7c06c

Please sign in to comment.