xihuai18
commited on
Commit
•
3460102
1
Parent(s):
eb95c3d
update random3_m
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- -h/hsp/s1/eval_template.yml +15 -0
- random3_m/hsp/s1/hsp/benchmarks-s30.yml +186 -0
- random3_m/hsp/s1/hsp/hsp10_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp10_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp10_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp10_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp11_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp11_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp11_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp11_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp12_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp12_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp12_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp12_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp13_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp13_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp13_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp13_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp14_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp14_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp14_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp14_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp15_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp15_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp15_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp15_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp16_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp16_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp16_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp16_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp17_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp17_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp17_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp17_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp18_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp18_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp18_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp18_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp19_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp19_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp19_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp19_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp1_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp1_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp1_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp1_mid_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp20_final_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp20_final_w1_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp20_mid_w0_actor.pt +0 -0
- random3_m/hsp/s1/hsp/hsp20_mid_w1_actor.pt +0 -0
-h/hsp/s1/eval_template.yml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
agent0:
|
3 |
+
policy_config_path: -h/policy_config/mlp_policy_config.pkl
|
4 |
+
featurize_type: ppo
|
5 |
+
train: False
|
6 |
+
model_path:
|
7 |
+
actor: -h/hsp/s1/pop/agent0_actor.pt
|
8 |
+
|
9 |
+
agent1:
|
10 |
+
policy_config_path: -h/policy_config/mlp_policy_config.pkl
|
11 |
+
featurize_type: ppo
|
12 |
+
train: False
|
13 |
+
model_path:
|
14 |
+
actor: -h/hsp/s1/pop/agent1_actor.pt
|
15 |
+
|
random3_m/hsp/s1/hsp/benchmarks-s30.yml
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bias1_mid:
|
2 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
3 |
+
featurize_type: ppo
|
4 |
+
train: False
|
5 |
+
model_path:
|
6 |
+
actor: random3_m/hsp/s1/hsp/hsp6_mid_w0_actor.pt
|
7 |
+
bias1_final:
|
8 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
9 |
+
featurize_type: ppo
|
10 |
+
train: False
|
11 |
+
model_path:
|
12 |
+
actor: random3_m/hsp/s1/hsp/hsp6_final_w0_actor.pt
|
13 |
+
bias2_mid:
|
14 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
15 |
+
featurize_type: ppo
|
16 |
+
train: False
|
17 |
+
model_path:
|
18 |
+
actor: random3_m/hsp/s1/hsp/hsp8_mid_w0_actor.pt
|
19 |
+
bias2_final:
|
20 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
21 |
+
featurize_type: ppo
|
22 |
+
train: False
|
23 |
+
model_path:
|
24 |
+
actor: random3_m/hsp/s1/hsp/hsp8_final_w0_actor.pt
|
25 |
+
bias3_mid:
|
26 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
27 |
+
featurize_type: ppo
|
28 |
+
train: False
|
29 |
+
model_path:
|
30 |
+
actor: random3_m/hsp/s1/hsp/hsp11_mid_w0_actor.pt
|
31 |
+
bias3_final:
|
32 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
33 |
+
featurize_type: ppo
|
34 |
+
train: False
|
35 |
+
model_path:
|
36 |
+
actor: random3_m/hsp/s1/hsp/hsp11_final_w0_actor.pt
|
37 |
+
bias4_mid:
|
38 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
39 |
+
featurize_type: ppo
|
40 |
+
train: False
|
41 |
+
model_path:
|
42 |
+
actor: random3_m/hsp/s1/hsp/hsp12_mid_w0_actor.pt
|
43 |
+
bias4_final:
|
44 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
45 |
+
featurize_type: ppo
|
46 |
+
train: False
|
47 |
+
model_path:
|
48 |
+
actor: random3_m/hsp/s1/hsp/hsp12_final_w0_actor.pt
|
49 |
+
bias5_mid:
|
50 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
51 |
+
featurize_type: ppo
|
52 |
+
train: False
|
53 |
+
model_path:
|
54 |
+
actor: random3_m/hsp/s1/hsp/hsp21_mid_w0_actor.pt
|
55 |
+
bias5_final:
|
56 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
57 |
+
featurize_type: ppo
|
58 |
+
train: False
|
59 |
+
model_path:
|
60 |
+
actor: random3_m/hsp/s1/hsp/hsp21_final_w0_actor.pt
|
61 |
+
bias6_mid:
|
62 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
63 |
+
featurize_type: ppo
|
64 |
+
train: False
|
65 |
+
model_path:
|
66 |
+
actor: random3_m/hsp/s1/hsp/hsp26_mid_w0_actor.pt
|
67 |
+
bias6_final:
|
68 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
69 |
+
featurize_type: ppo
|
70 |
+
train: False
|
71 |
+
model_path:
|
72 |
+
actor: random3_m/hsp/s1/hsp/hsp26_final_w0_actor.pt
|
73 |
+
bias7_mid:
|
74 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
75 |
+
featurize_type: ppo
|
76 |
+
train: False
|
77 |
+
model_path:
|
78 |
+
actor: random3_m/hsp/s1/hsp/hsp28_mid_w0_actor.pt
|
79 |
+
bias7_final:
|
80 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
81 |
+
featurize_type: ppo
|
82 |
+
train: False
|
83 |
+
model_path:
|
84 |
+
actor: random3_m/hsp/s1/hsp/hsp28_final_w0_actor.pt
|
85 |
+
bias8_mid:
|
86 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
87 |
+
featurize_type: ppo
|
88 |
+
train: False
|
89 |
+
model_path:
|
90 |
+
actor: random3_m/hsp/s1/hsp/hsp36_mid_w0_actor.pt
|
91 |
+
bias8_final:
|
92 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
93 |
+
featurize_type: ppo
|
94 |
+
train: False
|
95 |
+
model_path:
|
96 |
+
actor: random3_m/hsp/s1/hsp/hsp36_final_w0_actor.pt
|
97 |
+
bias9_mid:
|
98 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
99 |
+
featurize_type: ppo
|
100 |
+
train: False
|
101 |
+
model_path:
|
102 |
+
actor: random3_m/hsp/s1/hsp/hsp37_mid_w0_actor.pt
|
103 |
+
bias9_final:
|
104 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
105 |
+
featurize_type: ppo
|
106 |
+
train: False
|
107 |
+
model_path:
|
108 |
+
actor: random3_m/hsp/s1/hsp/hsp37_final_w0_actor.pt
|
109 |
+
bias10_mid:
|
110 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
111 |
+
featurize_type: ppo
|
112 |
+
train: False
|
113 |
+
model_path:
|
114 |
+
actor: random3_m/hsp/s1/hsp/hsp39_mid_w0_actor.pt
|
115 |
+
bias10_final:
|
116 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
117 |
+
featurize_type: ppo
|
118 |
+
train: False
|
119 |
+
model_path:
|
120 |
+
actor: random3_m/hsp/s1/hsp/hsp39_final_w0_actor.pt
|
121 |
+
bias11_mid:
|
122 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
123 |
+
featurize_type: ppo
|
124 |
+
train: False
|
125 |
+
model_path:
|
126 |
+
actor: random3_m/hsp/s1/hsp/hsp42_mid_w0_actor.pt
|
127 |
+
bias11_final:
|
128 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
129 |
+
featurize_type: ppo
|
130 |
+
train: False
|
131 |
+
model_path:
|
132 |
+
actor: random3_m/hsp/s1/hsp/hsp42_final_w0_actor.pt
|
133 |
+
bias12_mid:
|
134 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
135 |
+
featurize_type: ppo
|
136 |
+
train: False
|
137 |
+
model_path:
|
138 |
+
actor: random3_m/hsp/s1/hsp/hsp46_mid_w0_actor.pt
|
139 |
+
bias12_final:
|
140 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
141 |
+
featurize_type: ppo
|
142 |
+
train: False
|
143 |
+
model_path:
|
144 |
+
actor: random3_m/hsp/s1/hsp/hsp46_final_w0_actor.pt
|
145 |
+
bias13_mid:
|
146 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
147 |
+
featurize_type: ppo
|
148 |
+
train: False
|
149 |
+
model_path:
|
150 |
+
actor: random3_m/hsp/s1/hsp/hsp56_mid_w0_actor.pt
|
151 |
+
bias13_final:
|
152 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
153 |
+
featurize_type: ppo
|
154 |
+
train: False
|
155 |
+
model_path:
|
156 |
+
actor: random3_m/hsp/s1/hsp/hsp56_final_w0_actor.pt
|
157 |
+
bias14_mid:
|
158 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
159 |
+
featurize_type: ppo
|
160 |
+
train: False
|
161 |
+
model_path:
|
162 |
+
actor: random3_m/hsp/s1/hsp/hsp64_mid_w0_actor.pt
|
163 |
+
bias14_final:
|
164 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
165 |
+
featurize_type: ppo
|
166 |
+
train: False
|
167 |
+
model_path:
|
168 |
+
actor: random3_m/hsp/s1/hsp/hsp64_final_w0_actor.pt
|
169 |
+
bias15_mid:
|
170 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
171 |
+
featurize_type: ppo
|
172 |
+
train: False
|
173 |
+
model_path:
|
174 |
+
actor: random3_m/hsp/s1/hsp/hsp65_mid_w0_actor.pt
|
175 |
+
bias15_final:
|
176 |
+
policy_config_path: random3_m/policy_config/mlp_policy_config.pkl
|
177 |
+
featurize_type: ppo
|
178 |
+
train: False
|
179 |
+
model_path:
|
180 |
+
actor: random3_m/hsp/s1/hsp/hsp65_final_w0_actor.pt
|
181 |
+
agent_name:
|
182 |
+
policy_config_path: random3_m/policy_config/rnn_policy_config.pkl
|
183 |
+
featurize_type: ppo
|
184 |
+
train: False
|
185 |
+
model_path:
|
186 |
+
actor: random3_m/algorithm/s2/population/seed.pt
|
random3_m/hsp/s1/hsp/hsp10_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp10_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp10_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp10_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp11_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp11_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp11_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp11_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp12_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp12_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp12_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp12_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp13_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp13_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp13_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp13_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp14_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp14_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp14_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp14_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp15_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp15_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp15_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp15_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp16_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp16_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp16_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp16_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp17_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp17_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp17_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp17_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp18_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp18_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp18_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp18_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp19_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp19_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp19_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp19_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp1_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp1_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp1_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp1_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp20_final_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp20_final_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp20_mid_w0_actor.pt
ADDED
Binary file (549 kB). View file
|
|
random3_m/hsp/s1/hsp/hsp20_mid_w1_actor.pt
ADDED
Binary file (549 kB). View file
|
|