added dynamic landscape data and optimisation runs
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +214 -44
- atari_battle_zone_dqn.csv +0 -0
- atari_battle_zone_ppo.csv +0 -0
- atari_double_dunk_dqn.csv +0 -0
- atari_double_dunk_ppo.csv +0 -0
- atari_phoenix_dqn.csv +0 -0
- atari_phoenix_ppo.csv +0 -0
- atari_qbert_dqn.csv +0 -0
- atari_qbert_ppo.csv +0 -0
- atari_this_game_dqn.csv +0 -0
- atari_this_game_ppo.csv +0 -0
- box2d_bipedal_walker_ppo.csv +0 -0
- box2d_bipedal_walker_sac.csv +0 -0
- box2d_lunar_lander_continuous_ppo.csv +0 -0
- box2d_lunar_lander_continuous_sac.csv +0 -0
- box2d_lunar_lander_dqn.csv +0 -0
- box2d_lunar_lander_ppo.csv +0 -0
- brax_ant_ppo.csv +0 -0
- brax_ant_sac.csv +0 -0
- brax_halfcheetah_ppo.csv +0 -0
- brax_halfcheetah_sac.csv +0 -0
- brax_hopper_ppo.csv +0 -0
- brax_hopper_sac.csv +0 -0
- brax_humanoid_ppo.csv +0 -0
- brax_humanoid_sac.csv +0 -0
- cc_acrobot_dqn.csv +0 -0
- cc_acrobot_ppo.csv +0 -0
- cc_cartpole_dqn.csv +0 -0
- cc_cartpole_ppo.csv +0 -0
- cc_continuous_mountain_car_ppo.csv +0 -0
- cc_continuous_mountain_car_sac.csv +0 -0
- cc_mountain_car_dqn.csv +0 -0
- cc_mountain_car_ppo.csv +0 -0
- cc_pendulum_ppo.csv +0 -0
- cc_pendulum_sac.csv +0 -0
- landscapes/atari_battle_zone_dqn.csv +0 -0
- landscapes/atari_battle_zone_ppo.csv +0 -0
- landscapes/atari_double_dunk_dqn.csv +0 -0
- landscapes/atari_double_dunk_ppo.csv +0 -0
- landscapes/atari_phoenix_dqn.csv +0 -0
- landscapes/atari_phoenix_ppo.csv +0 -0
- landscapes/atari_qbert_dqn.csv +0 -0
- landscapes/atari_qbert_ppo.csv +0 -0
- landscapes/atari_this_game_dqn.csv +0 -0
- landscapes/atari_this_game_ppo.csv +0 -0
- landscapes/box2d_bipedal_walker_ppo.csv +0 -0
- landscapes/box2d_bipedal_walker_sac.csv +0 -0
- landscapes/box2d_continuous_lunar_lander_ppo.csv +0 -0
- landscapes/box2d_continuous_lunar_lander_sac.csv +0 -0
- landscapes/box2d_lunar_lander_continuous_ppo.csv +0 -0
README.md
CHANGED
@@ -8,53 +8,223 @@ pretty_name: ARLBench Performance Data
|
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
configs:
|
11 |
-
- config_name:
|
12 |
data_files:
|
13 |
-
- "atari_battle_zone_ppo.csv"
|
14 |
-
- "atari_double_dunk_ppo.csv"
|
15 |
-
- "atari_phoenix_ppo.csv"
|
16 |
-
- "atari_qbert_ppo.csv"
|
17 |
-
- "atari_this_game_ppo.csv"
|
18 |
-
- "box2d_lunar_lander_continuous_ppo.csv"
|
19 |
-
- "box2d_lunar_lander_ppo.csv"
|
20 |
-
- "brax_halfcheetah_ppo.csv"
|
21 |
-
- "brax_hopper_ppo.csv"
|
22 |
-
- "brax_ant_ppo.csv"
|
23 |
-
- "brax_humanoid_ppo.csv"
|
24 |
-
- "cc_acrobot_ppo.csv"
|
25 |
-
- "cc_cartpole_ppo.csv"
|
26 |
-
- "cc_continuous_mountain_car_ppo.csv"
|
27 |
-
- "cc_mountain_car_ppo.csv"
|
28 |
-
- "cc_pendulum_ppo.csv"
|
29 |
-
- "minigrid_door_key_ppo.csv"
|
30 |
-
- "minigrid_empty_random_ppo.csv"
|
31 |
-
- "minigrid_four_rooms_ppo.csv"
|
32 |
-
- "minigrid_unlock_ppo.csv"
|
33 |
-
- config_name:
|
34 |
data_files:
|
35 |
-
- "atari_battle_zone_dqn.csv"
|
36 |
-
- "atari_double_dunk_dqn.csv"
|
37 |
-
- "atari_phoenix_dqn.csv"
|
38 |
-
- "atari_qbert_dqn.csv"
|
39 |
-
- "atari_this_game_dqn.csv"
|
40 |
-
- "minigrid_door_key_dqn.csv"
|
41 |
-
- "minigrid_empty_random_dqn.csv"
|
42 |
-
- "minigrid_four_rooms_dqn.csv"
|
43 |
-
- "minigrid_unlock_dqn.csv"
|
44 |
-
- "cc_acrobot_dqn.csv"
|
45 |
-
- "cc_cartpole_dqn.csv"
|
46 |
-
- "cc_mountain_car_dqn.csv"
|
47 |
-
- "box2d_lunar_lander_dqn.csv"
|
48 |
-
- config_name:
|
49 |
data_files:
|
50 |
-
- "box2d_bipedal_walker_sac.csv"
|
51 |
-
- "box2d_lunar_lander_continuous_sac.csv"
|
52 |
-
- "brax_halfcheetah_sac.csv"
|
53 |
-
- "brax_hopper_sac.csv"
|
54 |
-
- "brax_ant_sac.csv"
|
55 |
-
- "brax_humanoid_sac.csv"
|
56 |
-
- "cc_continuous_mountain_car_sac.csv"
|
57 |
-
- "cc_pendulum_sac.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
---
|
59 |
|
60 |
# The ARLBench Performance Dataset
|
|
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
configs:
|
11 |
+
- config_name: ppo_landscape_data
|
12 |
data_files:
|
13 |
+
- "landscapes/atari_battle_zone_ppo.csv"
|
14 |
+
- "landscapes/atari_double_dunk_ppo.csv"
|
15 |
+
- "landscapes/atari_phoenix_ppo.csv"
|
16 |
+
- "landscapes/atari_qbert_ppo.csv"
|
17 |
+
- "landscapes/atari_this_game_ppo.csv"
|
18 |
+
- "landscapes/box2d_lunar_lander_continuous_ppo.csv"
|
19 |
+
- "landscapes/box2d_lunar_lander_ppo.csv"
|
20 |
+
- "landscapes/brax_halfcheetah_ppo.csv"
|
21 |
+
- "landscapes/brax_hopper_ppo.csv"
|
22 |
+
- "landscapes/brax_ant_ppo.csv"
|
23 |
+
- "landscapes/brax_humanoid_ppo.csv"
|
24 |
+
- "landscapes/cc_acrobot_ppo.csv"
|
25 |
+
- "landscapes/cc_cartpole_ppo.csv"
|
26 |
+
- "landscapes/cc_continuous_mountain_car_ppo.csv"
|
27 |
+
- "landscapes/cc_mountain_car_ppo.csv"
|
28 |
+
- "landscapes/cc_pendulum_ppo.csv"
|
29 |
+
- "landscapes/minigrid_door_key_ppo.csv"
|
30 |
+
- "landscapes/minigrid_empty_random_ppo.csv"
|
31 |
+
- "landscapes/minigrid_four_rooms_ppo.csv"
|
32 |
+
- "landscapes/minigrid_unlock_ppo.csv"
|
33 |
+
- config_name: dqn_landscape_data
|
34 |
data_files:
|
35 |
+
- "landscapes/atari_battle_zone_dqn.csv"
|
36 |
+
- "landscapes/atari_double_dunk_dqn.csv"
|
37 |
+
- "landscapes/atari_phoenix_dqn.csv"
|
38 |
+
- "landscapes/atari_qbert_dqn.csv"
|
39 |
+
- "landscapes/atari_this_game_dqn.csv"
|
40 |
+
- "landscapes/minigrid_door_key_dqn.csv"
|
41 |
+
- "landscapes/minigrid_empty_random_dqn.csv"
|
42 |
+
- "landscapes/minigrid_four_rooms_dqn.csv"
|
43 |
+
- "landscapes/minigrid_unlock_dqn.csv"
|
44 |
+
- "landscapes/cc_acrobot_dqn.csv"
|
45 |
+
- "landscapes/cc_cartpole_dqn.csv"
|
46 |
+
- "landscapes/cc_mountain_car_dqn.csv"
|
47 |
+
- "landscapes/box2d_lunar_lander_dqn.csv"
|
48 |
+
- config_name: sac_landscape_data
|
49 |
data_files:
|
50 |
+
- "landscapes/box2d_bipedal_walker_sac.csv"
|
51 |
+
- "landscapes/box2d_lunar_lander_continuous_sac.csv"
|
52 |
+
- "landscapes/brax_halfcheetah_sac.csv"
|
53 |
+
- "landscapes/brax_hopper_sac.csv"
|
54 |
+
- "landscapes/brax_ant_sac.csv"
|
55 |
+
- "landscapes/brax_humanoid_sac.csv"
|
56 |
+
- "landscapes/cc_continuous_mountain_car_sac.csv"
|
57 |
+
- "landscapes/cc_pendulum_sac.csv"
|
58 |
+
- config_name: ppo_optimisation_data
|
59 |
+
data_files:
|
60 |
+
- "rs/atari_battle_zone_ppo.csv"
|
61 |
+
- "rs/atari_double_dunk_ppo.csv"
|
62 |
+
- "rs/atari_phoenix_ppo.csv"
|
63 |
+
- "rs/atari_qbert_ppo.csv"
|
64 |
+
- "rs/atari_this_game_ppo.csv"
|
65 |
+
- "rs/box2d_lunar_lander_continuous_ppo.csv"
|
66 |
+
- "rs/box2d_lunar_lander_ppo.csv"
|
67 |
+
- "rs/brax_halfcheetah_ppo.csv"
|
68 |
+
- "rs/brax_hopper_ppo.csv"
|
69 |
+
- "rs/brax_ant_ppo.csv"
|
70 |
+
- "rs/brax_humanoid_ppo.csv"
|
71 |
+
- "rs/cc_acrobot_ppo.csv"
|
72 |
+
- "rs/cc_cartpole_ppo.csv"
|
73 |
+
- "rs/cc_continuous_mountain_car_ppo.csv"
|
74 |
+
- "rs/cc_mountain_car_ppo.csv"
|
75 |
+
- "rs/cc_pendulum_ppo.csv"
|
76 |
+
- "rs/minigrid_door_key_ppo.csv"
|
77 |
+
- "rs/minigrid_empty_random_ppo.csv"
|
78 |
+
- "rs/minigrid_four_rooms_ppo.csv"
|
79 |
+
- "rs/minigrid_unlock_ppo.csv"
|
80 |
+
- "smac/atari_battle_zone_ppo.csv"
|
81 |
+
- "smac/atari_double_dunk_ppo.csv"
|
82 |
+
- "smac/atari_phoenix_ppo.csv"
|
83 |
+
- "smac/atari_qbert_ppo.csv"
|
84 |
+
- "smac/atari_this_game_ppo.csv"
|
85 |
+
- "smac/box2d_lunar_lander_continuous_ppo.csv"
|
86 |
+
- "smac/box2d_lunar_lander_ppo.csv"
|
87 |
+
- "smac/brax_halfcheetah_ppo.csv"
|
88 |
+
- "smac/brax_hopper_ppo.csv"
|
89 |
+
- "smac/brax_ant_ppo.csv"
|
90 |
+
- "smac/brax_humanoid_ppo.csv"
|
91 |
+
- "smac/cc_acrobot_ppo.csv"
|
92 |
+
- "smac/cc_cartpole_ppo.csv"
|
93 |
+
- "smac/cc_continuous_mountain_car_ppo.csv"
|
94 |
+
- "smac/cc_mountain_car_ppo.csv"
|
95 |
+
- "smac/cc_pendulum_ppo.csv"
|
96 |
+
- "smac/minigrid_door_key_ppo.csv"
|
97 |
+
- "smac/minigrid_empty_random_ppo.csv"
|
98 |
+
- "smac/minigrid_four_rooms_ppo.csv"
|
99 |
+
- "smac/minigrid_unlock_ppo.csv"
|
100 |
+
- "smac_mf/atari_battle_zone_ppo.csv"
|
101 |
+
- "smac_mf/atari_double_dunk_ppo.csv"
|
102 |
+
- "smac_mf/atari_phoenix_ppo.csv"
|
103 |
+
- "smac_mf/atari_qbert_ppo.csv"
|
104 |
+
- "smac_mf/atari_this_game_ppo.csv"
|
105 |
+
- "smac_mf/box2d_lunar_lander_continuous_ppo.csv"
|
106 |
+
- "smac_mf/box2d_lunar_lander_ppo.csv"
|
107 |
+
- "smac_mf/brax_halfcheetah_ppo.csv"
|
108 |
+
- "smac_mf/brax_hopper_ppo.csv"
|
109 |
+
- "smac_mf/brax_ant_ppo.csv"
|
110 |
+
- "smac_mf/brax_humanoid_ppo.csv"
|
111 |
+
- "smac_mf/cc_acrobot_ppo.csv"
|
112 |
+
- "smac_mf/cc_cartpole_ppo.csv"
|
113 |
+
- "smac_mf/cc_continuous_mountain_car_ppo.csv"
|
114 |
+
- "smac_mf/cc_mountain_car_ppo.csv"
|
115 |
+
- "smac_mf/cc_pendulum_ppo.csv"
|
116 |
+
- "smac_mf/minigrid_door_key_ppo.csv"
|
117 |
+
- "smac_mf/minigrid_empty_random_ppo.csv"
|
118 |
+
- "smac_mf/minigrid_four_rooms_ppo.csv"
|
119 |
+
- "smac_mf/minigrid_unlock_ppo.csv"
|
120 |
+
- "pbt/atari_battle_zone_ppo.csv"
|
121 |
+
- "pbt/atari_double_dunk_ppo.csv"
|
122 |
+
- "pbt/atari_phoenix_ppo.csv"
|
123 |
+
- "pbt/atari_qbert_ppo.csv"
|
124 |
+
- "pbt/atari_this_game_ppo.csv"
|
125 |
+
- "pbt/box2d_lunar_lander_continuous_ppo.csv"
|
126 |
+
- "pbt/box2d_lunar_lander_ppo.csv"
|
127 |
+
- "pbt/brax_halfcheetah_ppo.csv"
|
128 |
+
- "pbt/brax_hopper_ppo.csv"
|
129 |
+
- "pbt/brax_ant_ppo.csv"
|
130 |
+
- "pbt/brax_humanoid_ppo.csv"
|
131 |
+
- "pbt/cc_acrobot_ppo.csv"
|
132 |
+
- "pbt/cc_cartpole_ppo.csv"
|
133 |
+
- "pbt/cc_continuous_mountain_car_ppo.csv"
|
134 |
+
- "pbt/cc_mountain_car_ppo.csv"
|
135 |
+
- "pbt/cc_pendulum_ppo.csv"
|
136 |
+
- "pbt/minigrid_door_key_ppo.csv"
|
137 |
+
- "pbt/minigrid_empty_random_ppo.csv"
|
138 |
+
- "pbt/minigrid_four_rooms_ppo.csv"
|
139 |
+
- "pbt/minigrid_unlock_ppo.csv"
|
140 |
+
- config_name: dqn_optimisation_data
|
141 |
+
data_files:
|
142 |
+
- "rs/atari_battle_zone_dqn.csv"
|
143 |
+
- "rs/atari_double_dunk_dqn.csv"
|
144 |
+
- "rs/atari_phoenix_dqn.csv"
|
145 |
+
- "rs/atari_qbert_dqn.csv"
|
146 |
+
- "rs/atari_this_game_dqn.csv"
|
147 |
+
- "rs/minigrid_door_key_dqn.csv"
|
148 |
+
- "rs/minigrid_empty_random_dqn.csv"
|
149 |
+
- "rs/minigrid_four_rooms_dqn.csv"
|
150 |
+
- "rs/minigrid_unlock_dqn.csv"
|
151 |
+
- "rs/cc_acrobot_dqn.csv"
|
152 |
+
- "rs/cc_cartpole_dqn.csv"
|
153 |
+
- "rs/cc_mountain_car_dqn.csv"
|
154 |
+
- "rs/box2d_lunar_lander_dqn.csv"
|
155 |
+
- "smac/atari_battle_zone_dqn.csv"
|
156 |
+
- "smac/atari_double_dunk_dqn.csv"
|
157 |
+
- "smac/atari_phoenix_dqn.csv"
|
158 |
+
- "smac/atari_qbert_dqn.csv"
|
159 |
+
- "smac/atari_this_game_dqn.csv"
|
160 |
+
- "smac/minigrid_door_key_dqn.csv"
|
161 |
+
- "smac/minigrid_empty_random_dqn.csv"
|
162 |
+
- "smac/minigrid_four_rooms_dqn.csv"
|
163 |
+
- "smac/minigrid_unlock_dqn.csv"
|
164 |
+
- "smac/cc_acrobot_dqn.csv"
|
165 |
+
- "smac/cc_cartpole_dqn.csv"
|
166 |
+
- "smac/cc_mountain_car_dqn.csv"
|
167 |
+
- "smac/box2d_lunar_lander_dqn.csv"
|
168 |
+
- "smac_mf/atari_battle_zone_dqn.csv"
|
169 |
+
- "smac_mf/atari_double_dunk_dqn.csv"
|
170 |
+
- "smac_mf/atari_phoenix_dqn.csv"
|
171 |
+
- "smac_mf/atari_qbert_dqn.csv"
|
172 |
+
- "smac_mf/atari_this_game_dqn.csv"
|
173 |
+
- "smac_mf/minigrid_door_key_dqn.csv"
|
174 |
+
- "smac_mf/minigrid_empty_random_dqn.csv"
|
175 |
+
- "smac_mf/minigrid_four_rooms_dqn.csv"
|
176 |
+
- "smac_mf/minigrid_unlock_dqn.csv"
|
177 |
+
- "smac_mf/cc_acrobot_dqn.csv"
|
178 |
+
- "smac_mf/cc_cartpole_dqn.csv"
|
179 |
+
- "smac_mf/cc_mountain_car_dqn.csv"
|
180 |
+
- "smac_mf/box2d_lunar_lander_dqn.csv"
|
181 |
+
- "pbt/atari_battle_zone_dqn.csv"
|
182 |
+
- "pbt/atari_double_dunk_dqn.csv"
|
183 |
+
- "pbt/atari_phoenix_dqn.csv"
|
184 |
+
- "pbt/atari_qbert_dqn.csv"
|
185 |
+
- "pbt/atari_this_game_dqn.csv"
|
186 |
+
- "pbt/minigrid_door_key_dqn.csv"
|
187 |
+
- "pbt/minigrid_empty_random_dqn.csv"
|
188 |
+
- "pbt/minigrid_four_rooms_dqn.csv"
|
189 |
+
- "pbt/minigrid_unlock_dqn.csv"
|
190 |
+
- "pbt/cc_acrobot_dqn.csv"
|
191 |
+
- "pbt/cc_cartpole_dqn.csv"
|
192 |
+
- "pbt/cc_mountain_car_dqn.csv"
|
193 |
+
- "pbt/box2d_lunar_lander_dqn.csv"
|
194 |
+
- config_name: sac_landscape_data
|
195 |
+
data_files:
|
196 |
+
- "rs/box2d_bipedal_walker_sac.csv"
|
197 |
+
- "rs/box2d_lunar_lander_continuous_sac.csv"
|
198 |
+
- "rs/brax_halfcheetah_sac.csv"
|
199 |
+
- "rs/brax_hopper_sac.csv"
|
200 |
+
- "rs/brax_ant_sac.csv"
|
201 |
+
- "rs/brax_humanoid_sac.csv"
|
202 |
+
- "rs/cc_continuous_mountain_car_sac.csv"
|
203 |
+
- "rs/cc_pendulum_sac.csv"
|
204 |
+
- "smac/box2d_bipedal_walker_sac.csv"
|
205 |
+
- "smac/box2d_lunar_lander_continuous_sac.csv"
|
206 |
+
- "smac/brax_halfcheetah_sac.csv"
|
207 |
+
- "smac/brax_hopper_sac.csv"
|
208 |
+
- "smac/brax_ant_sac.csv"
|
209 |
+
- "smac/brax_humanoid_sac.csv"
|
210 |
+
- "smac/cc_continuous_mountain_car_sac.csv"
|
211 |
+
- "smac/cc_pendulum_sac.csv"
|
212 |
+
- "smac_mf/box2d_bipedal_walker_sac.csv"
|
213 |
+
- "smac_mf/box2d_lunar_lander_continuous_sac.csv"
|
214 |
+
- "smac_mf/brax_halfcheetah_sac.csv"
|
215 |
+
- "smac_mf/brax_hopper_sac.csv"
|
216 |
+
- "smac_mf/brax_ant_sac.csv"
|
217 |
+
- "smac_mf/brax_humanoid_sac.csv"
|
218 |
+
- "smac_mf/cc_continuous_mountain_car_sac.csv"
|
219 |
+
- "smac_mf/cc_pendulum_sac.csv"
|
220 |
+
- "pbt/box2d_bipedal_walker_sac.csv"
|
221 |
+
- "pbt/box2d_lunar_lander_continuous_sac.csv"
|
222 |
+
- "pbt/brax_halfcheetah_sac.csv"
|
223 |
+
- "pbt/brax_hopper_sac.csv"
|
224 |
+
- "pbt/brax_ant_sac.csv"
|
225 |
+
- "pbt/brax_humanoid_sac.csv"
|
226 |
+
- "pbt/cc_continuous_mountain_car_sac.csv"
|
227 |
+
- "pbt/cc_pendulum_sac.csv"
|
228 |
---
|
229 |
|
230 |
# The ARLBench Performance Dataset
|
atari_battle_zone_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_battle_zone_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_double_dunk_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_double_dunk_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_phoenix_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_phoenix_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_qbert_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_qbert_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_this_game_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
atari_this_game_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
box2d_bipedal_walker_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
box2d_bipedal_walker_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
box2d_lunar_lander_continuous_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
box2d_lunar_lander_continuous_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
box2d_lunar_lander_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
box2d_lunar_lander_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_ant_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_ant_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_halfcheetah_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_halfcheetah_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_hopper_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_hopper_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_humanoid_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
brax_humanoid_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_acrobot_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_acrobot_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_cartpole_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_cartpole_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_continuous_mountain_car_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_continuous_mountain_car_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_mountain_car_dqn.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_mountain_car_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_pendulum_ppo.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
cc_pendulum_sac.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_battle_zone_dqn.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_battle_zone_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_double_dunk_dqn.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_double_dunk_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_phoenix_dqn.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_phoenix_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_qbert_dqn.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_qbert_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_this_game_dqn.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/atari_this_game_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/box2d_bipedal_walker_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/box2d_bipedal_walker_sac.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/box2d_continuous_lunar_lander_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/box2d_continuous_lunar_lander_sac.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
landscapes/box2d_lunar_lander_continuous_ppo.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|