-
Notifications
You must be signed in to change notification settings - Fork 3
/
6744.json
41 lines (41 loc) · 908 Bytes
/
6744.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"_save_step": 500000,
"_test_step": 50000,
"action_repeat": 4,
"batch_size": 32,
"beta": 0.1,
"bonus_reserve": 5,
"clip": false,
"cnn_format": "NHWC",
"discount": 0.99,
"display": false,
"double_q": true,
"dueling": false,
"env_name": "MontezumaRevenge-v0",
"env_type": "skip",
"ep_end": 0.1,
"ep_end_t": 1000000,
"ep_start": 1.0,
"history_length": 4,
"img_scale": 255.0,
"learn_start": 50000.0,
"learning_rate": 0.00025,
"learning_rate_decay": 0.96,
"learning_rate_decay_step": 50000,
"learning_rate_minimum": 0.00025,
"max_delta": 1,
"max_ep_steps": 10000,
"max_reward": 1.0,
"max_step": 50000000,
"memory_size": 1000000,
"min_delta": -1,
"min_reward": -1.0,
"psc_scale": 0.1,
"psc_start": 25000,
"random_start": 1,
"scale": 10000,
"screen_height": 84,
"screen_width": 84,
"target_q_update_step": 10000,
"train_frequency": 4
}