Skip to content

Commit efa048e

Browse files
committed
schedule mountain dqn per
1 parent d7f5cec commit efa048e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

rl/spec/classic_experiment_specs.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -933,22 +933,23 @@
933933
"Policy": "BoltzmannPolicy",
934934
"PreProcessor": "NoPreProcessor",
935935
"param": {
936-
"batch_size": 32,
936+
"batch_size": 64,
937937
"lr": 0.001,
938938
"gamma": 0.99,
939939
"hidden_layers": [128, 64],
940940
"hidden_layers_activation": "sigmoid",
941941
"output_layer_activation": "linear",
942942
"exploration_anneal_episodes": 50,
943943
"epi_change_lr": 150,
944-
"max_mem_len": 50000
944+
"max_mem_len": 30000
945945
},
946946
"param_range": {
947-
"lr": [0.005, 0.01, 0.02, 0.05],
947+
"lr": [0.001, 0.005, 0.01],
948948
"gamma": [0.99, 0.999],
949949
"hidden_layers": [
950950
[400],
951-
[800]
951+
[800],
952+
[1200]
952953
]
953954
}
954955
},

0 commit comments

Comments
 (0)