Skip to content

Commit

Permalink
* small mods
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweiz committed Aug 23, 2017
1 parent c33e04f commit 9cea36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[ "dqn", "atari", "BreakoutDeterministic-v4", "dqn-cnn", "sequential"], # 4
[ "a3c", "atari", "PongDeterministic-v4", "a3c-cnn-dis", "none" ], # 5
[ "a3c", "gym", "InvertedPendulum-v1", "a3c-mlp-con", "none" ], # 6
[ "acer", "gym", "CartPole-v1", "acer-mlp-dis", "episodic" ] # 7 # NOTE: acer still under development, dont use this config
[ "acer", "gym", "CartPole-v1", "acer-mlp-dis", "episodic" ] # 7 # NOTE: acer under testing
]

class Params(object): # NOTE: shared across all modules
Expand Down

0 comments on commit 9cea36c

Please sign in to comment.