Skip to content

Commit 93dcb2d

Browse files
committed
add dqn_per to start per testing
1 parent 193ab59 commit 93dcb2d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

rl/spec/classic_experiment_specs.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,11 @@
9292
"exploration_anneal_episodes": 10
9393
},
9494
"param_range": {
95-
"lr": [0.001, 0.005, 0.01, 0.02],
96-
"gamma": [0.95, 0.97, 0.99, 0.999],
95+
"max_mem_len": [2000, 5000, 10000],
96+
"alpha": [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],
9797
"hidden_layers": [
98-
[16],
99-
[32],
10098
[64],
101-
[16, 8],
102-
[32, 16]
99+
[128]
103100
]
104101
}
105102
},

0 commit comments

Comments
 (0)