Skip to content

Commit 649f1a7

Browse files
committed
add best pendulum_ddpg_linearnoise
1 parent bbae0a1 commit 649f1a7

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
@@ -934,8 +934,8 @@
934934
"batch_size": 64,
935935
"n_epoch": 1,
936936
"tau": 0.005,
937-
"lr": 0.001,
938-
"critic_lr": 0.001,
937+
"lr": 0.0001,
938+
"critic_lr": 0.005,
939939
"exploration_anneal_episodes": 50,
940940
"gamma": 0.97,
941941
"hidden_layers": [400, 300],

0 commit comments

Comments
 (0)