Skip to content

Commit 071e13f

Browse files
committed
auto mem len for walker, use PER for lunar
1 parent 8781232 commit 071e13f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

rl/spec/box2d_experiment_specs.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@
237237
]
238238
}
239239
},
240-
"lunar_ddpg_linearnoise": {
240+
"lunar_cont_ddpg_per_linearnoise": {
241241
"problem": "LunarLanderContinuous-v2",
242242
"Agent": "DDPG",
243243
"HyperOptimizer": "GridSearch",
244-
"Memory": "LinearMemoryWithForgetting",
244+
"Memory": "PrioritizedExperienceReplay",
245245
"Optimizer": "AdamOptimizer",
246246
"Policy": "LinearNoisePolicy",
247247
"PreProcessor": "NoPreProcessor",
@@ -316,8 +316,7 @@
316316
"gamma": 0.97,
317317
"hidden_layers": [400, 200],
318318
"hidden_layers_activation": "relu",
319-
"output_layer_activation": "tanh",
320-
"max_mem_len": 10000
319+
"output_layer_activation": "tanh"
321320
},
322321
"param_range": {
323322
"lr": [0.0001, 0.0005],

0 commit comments

Comments
 (0)