forked from Soheil-ab/Orca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params_base_eval.json
120 lines (114 loc) · 2.81 KB
/
params_base_eval.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"TARGET_MARGIN": 1,
"device": "/cpu",
"PER": false,
"CDQ": true,
"single_actor_eval": true,
"LOSS_TYPE": "MSE",
"use_hard_target": false,
"hard_target": 500,
"MVWIN": 2,
"batch_size": 512,
"use_TCP": true,
"use_normalizer": false,
"h1_shape": 256,
"h2_shape": 256,
"recurrent": true,
"rec_dim": 10,
"noise_type": 3,
"noise_exp": 50000,
"stddev": 0.2,
"update_delay": 5,
"max_eps_steps": 64,
"max_epochs": 1000000,
"eval_frequency": 1000,
"state_dim": 7,
"input_dim": 15,
"action_dim": 1,
"delay_margin_coef": 1.25,
"remote": true,
"dequeue_length": 100,
"lr_a": 0.0001,
"lr_c": 0.001,
"tau": 0.001,
"gamma": 0.995,
"memsize": 2553600,
"tb_interval": 1,
"ckptdir": "train_dir/learner0",
"scheme": null,
"num_actors": 1,
"logdir": "train_dir",
"learner_ip": "127.0.0.1:33330",
"actor_ip": [
"127.0.0.1:33331",
"127.0.0.1:33332",
"127.0.0.1:33333",
"127.0.0.1:33334",
"127.0.0.1:33335",
"127.0.0.1:33336",
"127.0.0.1:33337",
"127.0.0.1:33338",
"127.0.0.1:33339",
"127.0.0.1:33340",
"127.0.0.1:33341",
"127.0.0.1:33342",
"127.0.0.1:33343",
"127.0.0.1:33344",
"127.0.0.1:33345",
"127.0.0.1:33346",
"127.0.0.1:33347",
"127.0.0.1:33348",
"127.0.0.1:33349",
"127.0.0.1:33350",
"127.0.0.1:33351",
"127.0.0.1:33352",
"127.0.0.1:33353",
"127.0.0.1:33354",
"127.0.0.1:33355",
"127.0.0.1:33356",
"127.0.0.1:33357",
"127.0.0.1:33358",
"127.0.0.1:33359",
"127.0.0.1:33360",
"127.0.0.1:33361",
"127.0.0.1:33362",
"127.0.0.1:33363",
"127.0.0.1:33364",
"127.0.0.1:33365",
"127.0.0.1:33366",
"127.0.0.1:33367",
"127.0.0.1:33368",
"127.0.0.1:33369",
"127.0.0.1:33370",
"127.0.0.1:33381",
"127.0.0.1:33382",
"127.0.0.1:33383",
"127.0.0.1:33384",
"127.0.0.1:33385",
"127.0.0.1:33386",
"127.0.0.1:33387",
"127.0.0.1:33388",
"127.0.0.1:33389",
"127.0.0.1:33380",
"127.0.0.1:33391",
"127.0.0.1:33392",
"127.0.0.1:33393",
"127.0.0.1:33394",
"127.0.0.1:33395",
"127.0.0.1:33396",
"127.0.0.1:33397",
"127.0.0.1:33398",
"127.0.0.1:33399",
"127.0.0.1:33400",
"127.0.0.1:33401",
"127.0.0.1:33402",
"127.0.0.1:33403",
"127.0.0.1:33404",
"127.0.0.1:33405",
"127.0.0.1:33406",
"127.0.0.1:33407",
"127.0.0.1:33408",
"127.0.0.1:33409",
"127.0.0.1:33410"
]
}