We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8781232 commit 071e13fCopy full SHA for 071e13f
rl/spec/box2d_experiment_specs.json
@@ -237,11 +237,11 @@
237
]
238
}
239
},
240
- "lunar_ddpg_linearnoise": {
+ "lunar_cont_ddpg_per_linearnoise": {
241
"problem": "LunarLanderContinuous-v2",
242
"Agent": "DDPG",
243
"HyperOptimizer": "GridSearch",
244
- "Memory": "LinearMemoryWithForgetting",
+ "Memory": "PrioritizedExperienceReplay",
245
"Optimizer": "AdamOptimizer",
246
"Policy": "LinearNoisePolicy",
247
"PreProcessor": "NoPreProcessor",
@@ -316,8 +316,7 @@
316
"gamma": 0.97,
317
"hidden_layers": [400, 200],
318
"hidden_layers_activation": "relu",
319
- "output_layer_activation": "tanh",
320
- "max_mem_len": 10000
+ "output_layer_activation": "tanh"
321
322
"param_range": {
323
"lr": [0.0001, 0.0005],
0 commit comments