Skip to content

Commit

Permalink
add best offpol_sarsa_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
kengz committed Apr 4, 2017
1 parent 6b5074b commit 8957aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rl/spec/classic_experiment_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@
"Policy": "BoltzmannPolicy",
"PreProcessor": "NoPreProcessor",
"param": {
"lr": 0.005,
"gamma": 0.97,
"hidden_layers": [32],
"lr": 0.02,
"gamma": 0.999,
"hidden_layers": [128],
"hidden_layers_activation": "sigmoid",
"exploration_anneal_episodes": 10
},
Expand Down

0 comments on commit 8957aa6

Please sign in to comment.