Skip to content

Commit

Permalink
use epsilongreedy for breakour first
Browse files Browse the repository at this point in the history
  • Loading branch information
kengz committed Apr 5, 2017
1 parent 4bdb8ef commit ac58c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl/spec/atari_experiment_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"HyperOptimizer": "GridSearch",
"Memory": "LinearMemoryWithForgetting",
"Optimizer": "AdamOptimizer",
"Policy": "BoltzmannPolicy",
"Policy": "EpsilonGreedyPolicy",
"PreProcessor": "Atari",
"param": {
"train_per_n_new_exp": 4,
Expand Down

0 comments on commit ac58c1d

Please sign in to comment.