Skip to content

Commit 49be028

Browse files
authored
Merge pull request #130 from kengz/schedule
Solution: Pendulum-v0 with DDPG PrioritizedExperienceReplay LinearNoisePolicy
2 parents 2c02f06 + 0be949c commit 49be028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rl/spec/classic_experiment_specs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,11 @@
901901
"batch_size": 64,
902902
"n_epoch": 1,
903903
"tau": 0.005,
904-
"lr": 0.001,
904+
"lr": 0.0005,
905905
"critic_lr": 0.001,
906906
"exploration_anneal_episodes": 100,
907907
"gamma": 0.97,
908-
"hidden_layers": [400, 300],
908+
"hidden_layers": [400, 200],
909909
"hidden_layers_activation": "relu",
910910
"output_layer_activation": "tanh",
911911
"max_mem_len": 30000

0 commit comments

Comments
 (0)