Skip to content

Commit

Permalink
reschedule lunar and acrobot per
Browse files Browse the repository at this point in the history
  • Loading branch information
kengz committed Apr 4, 2017
1 parent fa70057 commit 1d707e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rl/spec/box2d_experiment_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@
"Policy": "DoubleDQNBoltzmannPolicy",
"PreProcessor": "StackStates",
"param": {
"train_per_n_new_exp": 5,
"train_per_n_new_exp": 2,
"lr": 0.005,
"gamma": 0.99,
"hidden_layers": [800, 400],
"hidden_layers_activation": "sigmoid",
"output_layer_activation": "linear",
"exploration_anneal_episodes": 150,
"epi_change_lr": 200,
"max_mem_len": 20000
"max_mem_len": 30000
},
"param_range": {
"lr": [0.001, 0.005, 0.01],
Expand Down
2 changes: 1 addition & 1 deletion rl/spec/classic_experiment_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
"Policy": "DoubleDQNBoltzmannPolicy",
"PreProcessor": "StackStates",
"param": {
"train_per_n_new_exp": 4,
"train_per_n_new_exp": 1,
"lr": 0.01,
"gamma": 0.99,
"hidden_layers": [32],
Expand Down

0 comments on commit 1d707e7

Please sign in to comment.