kengzwl commited on
Commit
6d8c149
·
verified ·
1 Parent(s): 9ee32ba

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. docs/BENCHMARKS.md +284 -84
  2. docs/plots/AirRaid_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  3. docs/plots/Alien_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  4. docs/plots/Amidar_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  5. docs/plots/Assault_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  6. docs/plots/Asterix_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  7. docs/plots/Asteroids_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  8. docs/plots/Atlantis_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  9. docs/plots/BankHeist_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  10. docs/plots/BattleZone_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  11. docs/plots/BeamRider_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  12. docs/plots/Berzerk_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  13. docs/plots/Bowling_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  14. docs/plots/Boxing_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  15. docs/plots/Breakout_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  16. docs/plots/Carnival_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  17. docs/plots/Centipede_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  18. docs/plots/ChopperCommand_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  19. docs/plots/CrazyClimber_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  20. docs/plots/Defender_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  21. docs/plots/DemonAttack_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  22. docs/plots/DoubleDunk_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  23. docs/plots/ElevatorAction_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  24. docs/plots/Enduro_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  25. docs/plots/FishingDerby_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  26. docs/plots/Freeway_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  27. docs/plots/Frostbite_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  28. docs/plots/Gravitar_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  29. docs/plots/Hero_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  30. docs/plots/IceHockey_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  31. docs/plots/Jamesbond_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  32. docs/plots/JourneyEscape_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  33. docs/plots/Kangaroo_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  34. docs/plots/Krull_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  35. docs/plots/KungFuMaster_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  36. docs/plots/MsPacman_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  37. docs/plots/NameThisGame_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  38. docs/plots/Phoenix_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  39. docs/plots/Pong_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  40. docs/plots/Pooyan_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  41. docs/plots/Qbert_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  42. docs/plots/Riverraid_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  43. docs/plots/RoadRunner_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  44. docs/plots/Robotank_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  45. docs/plots/Seaquest_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  46. docs/plots/Skiing_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  47. docs/plots/SpaceInvaders_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  48. docs/plots/StarGunner_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  49. docs/plots/Surround_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
  50. docs/plots/Tennis_multi_trial_graph_mean_returns_ma_vs_frames.png +2 -2
docs/BENCHMARKS.md CHANGED
@@ -53,8 +53,8 @@ To ensure benchmark integrity, follow these steps when adding or updating result
53
 
54
  #### 3. Record Scores & Plots
55
  * **Score**: At run completion, extract `total_reward_ma` from logs (`trial_metrics`).
56
- * **Link**: Add HuggingFace folder link: `[FOLDER](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/FOLDER)`
57
- * **Pull data**: `source .env && uv run hf download SLM-Lab/benchmark-dev --include "data/FOLDER/*" --local-dir hf_data --repo-type dataset`
58
  * **Plot**: Generate with folders from table:
59
  ```bash
60
  slm-lab plot -t "CartPole-v1" -f ppo_cartpole_2026...,dqn_cartpole_2026...
@@ -114,7 +114,7 @@ Search budget: ~3-4 trials per dimension (8 trials = 2-3 dims, 16 = 3-4 dims, 20
114
  | 1 | Classic Control | 3 | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | Rerun pending |
115
  | 2 | Box2D | 2 | N/A | N/A | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | Rerun pending |
116
  | 3 | MuJoCo | 11 | N/A | N/A | N/A | N/A | 🔄 | 🔄 | 🔄 | Rerun pending |
117
- | 4 | Atari | 59 | N/A | N/A | Skip | Skip | Skip | 🔄 | N/A | **54 games** (not in this rerun) |
118
 
119
  **Legend**: ✅ Solved | ⚠️ Close (>80%) | 📊 Acceptable | ❌ Failed | 🔄 In progress/Pending | Skip Not started | N/A Not applicable
120
 
@@ -140,7 +140,7 @@ Search budget: ~3-4 trials per dimension (8 trials = 2-3 dims, 16 = 3-4 dims, 20
140
  | PPO | ✅ | 499.54 | [slm_lab/spec/benchmark/ppo/ppo_cartpole.json](../slm_lab/spec/benchmark/ppo/ppo_cartpole.json) | ppo_cartpole | [ppo_cartpole_2026_01_30_221924](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_cartpole_2026_01_30_221924) |
141
  | SAC | ⚠️ | 359.69 | [slm_lab/spec/benchmark/sac/sac_cartpole.json](../slm_lab/spec/benchmark/sac/sac_cartpole.json) | sac_cartpole | [sac_cartpole_2026_01_30_221934](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_cartpole_2026_01_30_221934) |
142
 
143
- ![CartPole-v1 Multi-Trial Graph](plots/CartPole-v1_multi_trial_graph_mean_returns_ma_vs_frames.png)
144
 
145
  #### 1.2 Acrobot-v1
146
 
@@ -156,7 +156,7 @@ Search budget: ~3-4 trials per dimension (8 trials = 2-3 dims, 16 = 3-4 dims, 20
156
  | PPO | ✅ | -81.43 | [slm_lab/spec/benchmark/ppo/ppo_acrobot.json](../slm_lab/spec/benchmark/ppo/ppo_acrobot.json) | ppo_acrobot | [ppo_acrobot_2026_01_30_215352](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_acrobot_2026_01_30_215352) |
157
  | SAC | ✅ | -97.08 | [slm_lab/spec/benchmark/sac/sac_acrobot.json](../slm_lab/spec/benchmark/sac/sac_acrobot.json) | sac_acrobot | [sac_acrobot_2026_01_30_215401](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_acrobot_2026_01_30_215401) |
158
 
159
- ![Acrobot-v1 Multi-Trial Graph](plots/Acrobot-v1_multi_trial_graph_mean_returns_ma_vs_frames.png)
160
 
161
  #### 1.3 Pendulum-v1
162
 
@@ -170,7 +170,7 @@ Search budget: ~3-4 trials per dimension (8 trials = 2-3 dims, 16 = 3-4 dims, 20
170
  | PPO | ✅ | -168.26 | [slm_lab/spec/benchmark/ppo/ppo_pendulum.json](../slm_lab/spec/benchmark/ppo/ppo_pendulum.json) | ppo_pendulum | [ppo_pendulum_2026_01_30_215944](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_pendulum_2026_01_30_215944) |
171
  | SAC | ✅ | -152.33 | [slm_lab/spec/benchmark/sac/sac_pendulum.json](../slm_lab/spec/benchmark/sac/sac_pendulum.json) | sac_pendulum | [sac_pendulum_2026_01_30_215454](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_pendulum_2026_01_30_215454) |
172
 
173
- ![Pendulum-v1 Multi-Trial Graph](plots/Pendulum-v1_multi_trial_graph_mean_returns_ma_vs_frames.png)
174
 
175
  ### Phase 2: Box2D
176
 
@@ -188,7 +188,7 @@ Search budget: ~3-4 trials per dimension (8 trials = 2-3 dims, 16 = 3-4 dims, 20
188
  | PPO | ⚠️ | 159.02 | [slm_lab/spec/benchmark/ppo/ppo_lunar.json](../slm_lab/spec/benchmark/ppo/ppo_lunar.json) | ppo_lunar | [ppo_lunar_2026_01_30_215550](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_lunar_2026_01_30_215550) |
189
  | SAC | ❌ | -75.43 | [slm_lab/spec/benchmark/sac/sac_lunar.json](../slm_lab/spec/benchmark/sac/sac_lunar.json) | sac_lunar | [sac_lunar_2026_01_30_215552](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_lunar_2026_01_30_215552) |
190
 
191
- ![LunarLander-v3 (Discrete) Multi-Trial Graph](plots/LunarLander-v3_multi_trial_graph_mean_returns_ma_vs_frames.png)
192
 
193
  #### 2.2 LunarLander-v3 (Continuous)
194
 
@@ -202,7 +202,7 @@ Search budget: ~3-4 trials per dimension (8 trials = 2-3 dims, 16 = 3-4 dims, 20
202
  | PPO | ⚠️ | 165.48 | [slm_lab/spec/benchmark/ppo/ppo_lunar.json](../slm_lab/spec/benchmark/ppo/ppo_lunar.json) | ppo_lunar_continuous | [ppo_lunar_continuous_2026_01_31_104549](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_lunar_continuous_2026_01_31_104549) |
203
  | SAC | ✅ | 208.60 | [slm_lab/spec/benchmark/sac/sac_lunar.json](../slm_lab/spec/benchmark/sac/sac_lunar.json) | sac_lunar_continuous | [sac_lunar_continuous_2026_01_31_104537](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_lunar_continuous_2026_01_31_104537) |
204
 
205
- ![LunarLander-v3 (Continuous) Multi-Trial Graph](plots/LunarLander-v3_Continuous_multi_trial_graph_mean_returns_ma_vs_frames.png)
206
 
207
  ### Phase 3: MuJoCo
208
 
@@ -247,15 +247,15 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
247
 
248
  #### 3.1 Hopper-v5
249
 
250
- **Docs**: [Hopper](https://gymnasium.farama.org/environments/mujoco/hopper/) | State: Box(11) | Action: Box(3) | Target reward MA > 2000
251
 
252
  **Settings**: max_frame 4e6 | num_envs 16 | max_session 4 | log_frequency 1e4
253
 
254
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
255
  |-----------|--------|-----|-----------|-----------|---------|
256
- | PPO | ⚠️ | 1174.57 | [slm_lab/spec/benchmark/ppo/ppo_hopper.json](../slm_lab/spec/benchmark/ppo/ppo_hopper.json) | ppo_hopper | [ppo_hopper_2026_01_30_220138](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_hopper_2026_01_30_220138) |
257
 
258
- ![Hopper-v5 Multi-Trial Graph](plots/Hopper-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
259
 
260
  #### 3.2 HalfCheetah-v5
261
 
@@ -265,9 +265,9 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
265
 
266
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
267
  |-----------|--------|-----|-----------|-----------|---------|
268
- | PPO | ✅ | 5851.70 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_halfcheetah_2026_01_30_230302](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_mujoco_halfcheetah_2026_01_30_230302) |
269
 
270
- ![HalfCheetah-v5 Multi-Trial Graph](plots/HalfCheetah-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
271
 
272
  #### 3.3 Walker2d-v5
273
 
@@ -277,9 +277,9 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
277
 
278
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
279
  |-----------|--------|-----|-----------|-----------|---------|
280
- | PPO | ✅ | 4042.07 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_walker2d_2026_01_30_222124](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_mujoco_walker2d_2026_01_30_222124) |
281
 
282
- ![Walker2d-v5 Multi-Trial Graph](plots/Walker2d-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
283
 
284
  #### 3.4 Ant-v5
285
 
@@ -289,9 +289,9 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
289
 
290
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
291
  |-----------|--------|-----|-----------|-----------|---------|
292
- | PPO | ✅ | 2514.64 | [slm_lab/spec/benchmark/ppo/ppo_ant.json](../slm_lab/spec/benchmark/ppo/ppo_ant.json) | ppo_ant | [ppo_ant_2026_01_31_042006](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_ant_2026_01_31_042006) |
293
 
294
- ![Ant-v5 Multi-Trial Graph](plots/Ant-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
295
 
296
  #### 3.5 Swimmer-v5
297
 
@@ -301,21 +301,21 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
301
 
302
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
303
  |-----------|--------|-----|-----------|-----------|---------|
304
- | PPO | ✅ | 229.31 | [slm_lab/spec/benchmark/ppo/ppo_swimmer.json](../slm_lab/spec/benchmark/ppo/ppo_swimmer.json) | ppo_swimmer | [ppo_swimmer_2026_01_30_215922](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_swimmer_2026_01_30_215922) |
305
 
306
- ![Swimmer-v5 Multi-Trial Graph](plots/Swimmer-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
307
 
308
  #### 3.6 Reacher-v5
309
 
310
- **Docs**: [Reacher](https://gymnasium.farama.org/environments/mujoco/reacher/) | State: Box(11) | Action: Box(2) | Target reward MA > -10
311
 
312
  **Settings**: max_frame 4e6 | num_envs 16 | max_session 4 | log_frequency 1e4
313
 
314
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
315
  |-----------|--------|-----|-----------|-----------|---------|
316
- | PPO | ✅ | -5.08 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco_longhorizon | [ppo_mujoco_longhorizon_reacher_2026_01_30_215805](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_mujoco_longhorizon_reacher_2026_01_30_215805) |
317
 
318
- ![Reacher-v5 Multi-Trial Graph](plots/Reacher-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
319
 
320
  #### 3.7 Pusher-v5
321
 
@@ -325,9 +325,9 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
325
 
326
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
327
  |-----------|--------|-----|-----------|-----------|---------|
328
- | PPO | ✅ | -49.09 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco_longhorizon | [ppo_mujoco_longhorizon_pusher_2026_01_30_215824](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_mujoco_longhorizon_pusher_2026_01_30_215824) |
329
 
330
- ![Pusher-v5 Multi-Trial Graph](plots/Pusher-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
331
 
332
  #### 3.8 InvertedPendulum-v5
333
 
@@ -337,77 +337,206 @@ source .env && slm-lab run-remote --gpu -s max_frame=MAX_FRAME \
337
 
338
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
339
  |-----------|--------|-----|-----------|-----------|---------|
340
- | PPO | ✅ | 944.87 | [slm_lab/spec/benchmark/ppo/ppo_inverted_pendulum.json](../slm_lab/spec/benchmark/ppo/ppo_inverted_pendulum.json) | ppo_inverted_pendulum | [ppo_inverted_pendulum_2026_01_30_230211](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_inverted_pendulum_2026_01_30_230211) |
341
 
342
- ![InvertedPendulum-v5 Multi-Trial Graph](plots/InvertedPendulum-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
343
 
344
  #### 3.9 InvertedDoublePendulum-v5
345
 
346
- **Docs**: [InvertedDoublePendulum](https://gymnasium.farama.org/environments/mujoco/inverted_double_pendulum/) | State: Box(11) | Action: Box(1) | Target reward MA ~8000
347
 
348
  **Settings**: max_frame 10e6 | num_envs 16 | max_session 4 | log_frequency 1e4
349
 
350
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
351
  |-----------|--------|-----|-----------|-----------|---------|
352
- | PPO | ✅ | 7622.00 | [slm_lab/spec/benchmark/ppo/ppo_inverted_double_pendulum.json](../slm_lab/spec/benchmark/ppo/ppo_inverted_double_pendulum.json) | ppo_inverted_double_pendulum | [ppo_inverted_double_pendulum_2026_01_30_220651](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_inverted_double_pendulum_2026_01_30_220651) |
353
 
354
- ![InvertedDoublePendulum-v5 Multi-Trial Graph](plots/InvertedDoublePendulum-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
355
 
356
  #### 3.10 Humanoid-v5
357
 
358
- **Docs**: [Humanoid](https://gymnasium.farama.org/environments/mujoco/humanoid/) | State: Box(376) | Action: Box(17) | Target reward MA > 1000
359
 
360
  **Settings**: max_frame 10e6 | num_envs 16 | max_session 4 | log_frequency 1e4
361
 
362
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
363
  |-----------|--------|-----|-----------|-----------|---------|
364
- | PPO | ✅ | 3774.08 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_humanoid_2026_01_30_222339](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_mujoco_humanoid_2026_01_30_222339) |
365
 
366
- ![Humanoid-v5 Multi-Trial Graph](plots/Humanoid-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
367
 
368
  #### 3.11 HumanoidStandup-v5
369
 
370
- **Docs**: [HumanoidStandup](https://gymnasium.farama.org/environments/mujoco/humanoid_standup/) | State: Box(376) | Action: Box(17) | Target reward MA > 100000
371
 
372
  **Settings**: max_frame 4e6 | num_envs 16 | max_session 4 | log_frequency 1e4
373
 
374
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
375
  |-----------|--------|-----|-----------|-----------|---------|
376
- | PPO | ✅ | 165841.17 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_humanoidstandup_2026_01_30_215802](https://huggingface.co/datasets/SLM-Lab/benchmark-dev/tree/main/data/ppo_mujoco_humanoidstandup_2026_01_30_215802) |
377
 
378
- ![HumanoidStandup-v5 Multi-Trial Graph](plots/HumanoidStandup-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
379
 
380
  ### Phase 4: Atari
381
 
382
- **Docs**: [Atari environments](https://ale.farama.org/environments/) | State: Box(84,84,4 after preprocessing) | Action: Discrete(4-18, game-dependent) | Solved: Game-specific thresholds
383
 
384
  **Settings**: max_frame 10e6 | num_envs 16 | max_session 4 | log_frequency 10000
385
 
386
  **Environment**:
387
  - Gymnasium ALE v5 with `life_loss_info=true`
388
- - v5 is harder than v4 due to sticky actions (default `repeat_action_probability=0.25` vs v4's 0.0), which randomly repeats agent actions to simulate console stochasticity and prevent memorization, following [Machado et al. (2018)](https://arxiv.org/abs/1709.06009) research best practices. See [ALE version history](https://ale.farama.org/environments/#version-history-and-naming-schemes).
389
 
390
- **Algorithm: PPO**:
391
- - **Network**: ConvNet [32,64,64] + 512fc (Nature CNN), orthogonal init, normalize=true, clip_grad_val=0.5
392
- - **Hyperparams**: AdamW (lr=2.5e-4, eps=1e-5), minibatch_size=256, time_horizon=128, training_epoch=4, clip_eps=0.1, entropy_coef=0.01
 
393
 
394
- **Lambda Variants**: All use one spec file ([slm_lab/spec/benchmark/ppo/ppo_atari.json](../slm_lab/spec/benchmark/ppo/ppo_atari.json)), differing only in GAE lambda. Lower lambda = bias toward immediate rewards (action games), higher = longer credit horizon (strategic games).
395
 
396
  | SPEC_NAME | Lambda | Best for |
397
  |-----------|--------|----------|
398
- | ppo_atari | 0.95 | Long-horizon, strategic games (default) |
399
- | ppo_atari_lam85 | 0.85 | Mixed/moderate games |
400
- | ppo_atari_lam70 | 0.70 | Fast action games |
401
 
402
- **Reproduce**: Copy `ENV` from first column, `SPEC_NAME` from column header. All use the same SPEC_FILE:
403
  ```bash
404
- source .env && slm-lab run-remote --gpu -s env=ENV \
 
 
 
 
 
405
  slm_lab/spec/benchmark/ppo/ppo_atari.json SPEC_NAME train -n NAME
406
  ```
407
 
408
- | ENV\SPEC_NAME | ppo_atari | ppo_atari_lam85 | ppo_atari_lam70 |
409
- | -------- | ----------------- | --------------- | --------------- |
410
- | ALE/Adventure-v5 | Skip | Skip | Skip |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
  | ALE/AirRaid-v5 | **8245** | - | - |
412
  | ALE/Alien-v5 | **1453** | 1353 | 1274 |
413
  | ALE/Amidar-v5 | 574 | **580** | - |
@@ -443,14 +572,11 @@ source .env && slm-lab run-remote --gpu -s env=ENV \
443
  | ALE/Kangaroo-v5 | 2623 | **9912** | - |
444
  | ALE/Krull-v5 | **7841** | - | - |
445
  | ALE/KungFuMaster-v5 | 18973 | 28334 | **29068** |
446
- | ALE/MontezumaRevenge-v5 | Skip | Skip | Skip |
447
  | ALE/MsPacman-v5 | 2308 | **2372** | 2297 |
448
  | ALE/NameThisGame-v5 | **5993** | - | - |
449
  | ALE/Phoenix-v5 | 7940 | - | **15659** |
450
- | ALE/Pitfall-v5 | Skip | Skip | Skip |
451
  | ALE/Pong-v5 | 15.01 | **16.91** | 12.85 |
452
  | ALE/Pooyan-v5 | 4704 | - | **5716** |
453
- | ALE/PrivateEye-v5 | Skip | Skip | Skip |
454
  | ALE/Qbert-v5 | **15094** | - | - |
455
  | ALE/Riverraid-v5 | 7319 | **9428** | - |
456
  | ALE/RoadRunner-v5 | 24204 | **37015** | - |
@@ -465,40 +591,114 @@ source .env && slm-lab run-remote --gpu -s env=ENV \
465
  | ALE/TimePilot-v5 | **4668** | - | - |
466
  | ALE/Tutankham-v5 | 203 | **217** | - |
467
  | ALE/UpNDown-v5 | **182472** | - | - |
468
- | ALE/Venture-v5 | Skip | Skip | Skip |
469
  | ALE/VideoPinball-v5 | 31385 | - | **56746** |
470
  | ALE/WizardOfWor-v5 | **5814** | 5466 | 4740 |
471
  | ALE/YarsRevenge-v5 | **17120** | - | - |
472
  | ALE/Zaxxon-v5 | **10756** | - | - |
473
 
474
- **Legend**: **Bold** = Best score | Skip = Hard exploration | - = Not tested
475
-
476
- ---
477
-
478
- #### Sticky Actions Validation (v5 vs v4-style)
479
-
480
- Testing hypothesis that lower scores are due to sticky actions (`repeat_action_probability=0.25` in v5 vs `0.0` in v4/CleanRL).
481
-
482
- **Environment**: Same as above, but with `repeat_action_probability=0.0` (matching CleanRL/old v4 behavior)
483
-
484
- **Reproduce**: Copy `ENV` from first column:
485
- ```bash
486
- source .env && slm-lab run-remote --gpu -s env=ENV \
487
- slm_lab/spec/benchmark/ppo/ppo_atari.json ppo_atari_nosticky train -n NAME
488
- ```
489
-
490
- **Results** (Testing games with significant regression):
491
-
492
- | ENV | v5 (sticky=0.25) | v4-style (sticky=0.0) | Diff | % Change |
493
- | --- | ---------------- | --------------------- | ---- | -------- |
494
- | ALE/Skiing-v5 | -19340 | - | - | - |
495
- | ALE/Frostbite-v5 | 301 | - | - | - |
496
- | ALE/ElevatorAction-v5 | 5446 | - | - | - |
497
- | ALE/Gravitar-v5 | 599 | - | - | - |
498
- | ALE/WizardOfWor-v5 | 5814 | - | - | - |
499
- | ALE/Alien-v5 | 1453 | - | - | - |
500
- | ALE/KungFuMaster-v5 | 29068 | - | - | - |
501
- | ALE/Atlantis-v5 | 792886 | - | - | - |
502
- | ALE/Pong-v5 | 15.01 | - | - | - |
503
- | ALE/Breakout-v5 | 191 | - | - | - |
504
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  #### 3. Record Scores & Plots
55
  * **Score**: At run completion, extract `total_reward_ma` from logs (`trial_metrics`).
56
+ * **Link**: Add HuggingFace folder link: `[FOLDER](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/FOLDER)`
57
+ * **Pull data**: `source .env && uv run hf download SLM-Lab/benchmark --include "data/FOLDER/*" --local-dir hf_data --repo-type dataset`
58
  * **Plot**: Generate with folders from table:
59
  ```bash
60
  slm-lab plot -t "CartPole-v1" -f ppo_cartpole_2026...,dqn_cartpole_2026...
 
114
  | 1 | Classic Control | 3 | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | Rerun pending |
115
  | 2 | Box2D | 2 | N/A | N/A | 🔄 | 🔄 | 🔄 | 🔄 | 🔄 | Rerun pending |
116
  | 3 | MuJoCo | 11 | N/A | N/A | N/A | N/A | 🔄 | 🔄 | 🔄 | Rerun pending |
117
+ | 4 | Atari | 59 | N/A | N/A | N/A | Skip | 🔄 | | N/A | **54 games** |
118
 
119
  **Legend**: ✅ Solved | ⚠️ Close (>80%) | 📊 Acceptable | ❌ Failed | 🔄 In progress/Pending | Skip Not started | N/A Not applicable
120
 
 
140
  | PPO | ✅ | 499.54 | [slm_lab/spec/benchmark/ppo/ppo_cartpole.json](../slm_lab/spec/benchmark/ppo/ppo_cartpole.json) | ppo_cartpole | [ppo_cartpole_2026_01_30_221924](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_cartpole_2026_01_30_221924) |
141
  | SAC | ⚠️ | 359.69 | [slm_lab/spec/benchmark/sac/sac_cartpole.json](../slm_lab/spec/benchmark/sac/sac_cartpole.json) | sac_cartpole | [sac_cartpole_2026_01_30_221934](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_cartpole_2026_01_30_221934) |
142
 
143
+ ![CartPole-v1 Multi-Trial Graph](./plots/CartPole-v1_multi_trial_graph_mean_returns_ma_vs_frames.png)
144
 
145
  #### 1.2 Acrobot-v1
146
 
 
156
  | PPO | ✅ | -81.43 | [slm_lab/spec/benchmark/ppo/ppo_acrobot.json](../slm_lab/spec/benchmark/ppo/ppo_acrobot.json) | ppo_acrobot | [ppo_acrobot_2026_01_30_215352](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_acrobot_2026_01_30_215352) |
157
  | SAC | ✅ | -97.08 | [slm_lab/spec/benchmark/sac/sac_acrobot.json](../slm_lab/spec/benchmark/sac/sac_acrobot.json) | sac_acrobot | [sac_acrobot_2026_01_30_215401](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_acrobot_2026_01_30_215401) |
158
 
159
+ ![Acrobot-v1 Multi-Trial Graph](./plots/Acrobot-v1_multi_trial_graph_mean_returns_ma_vs_frames.png)
160
 
161
  #### 1.3 Pendulum-v1
162
 
 
170
  | PPO | ✅ | -168.26 | [slm_lab/spec/benchmark/ppo/ppo_pendulum.json](../slm_lab/spec/benchmark/ppo/ppo_pendulum.json) | ppo_pendulum | [ppo_pendulum_2026_01_30_215944](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_pendulum_2026_01_30_215944) |
171
  | SAC | ✅ | -152.33 | [slm_lab/spec/benchmark/sac/sac_pendulum.json](../slm_lab/spec/benchmark/sac/sac_pendulum.json) | sac_pendulum | [sac_pendulum_2026_01_30_215454](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_pendulum_2026_01_30_215454) |
172
 
173
+ ![Pendulum-v1 Multi-Trial Graph](./plots/Pendulum-v1_multi_trial_graph_mean_returns_ma_vs_frames.png)
174
 
175
  ### Phase 2: Box2D
176
 
 
188
  | PPO | ⚠️ | 159.02 | [slm_lab/spec/benchmark/ppo/ppo_lunar.json](../slm_lab/spec/benchmark/ppo/ppo_lunar.json) | ppo_lunar | [ppo_lunar_2026_01_30_215550](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_lunar_2026_01_30_215550) |
189
  | SAC | ❌ | -75.43 | [slm_lab/spec/benchmark/sac/sac_lunar.json](../slm_lab/spec/benchmark/sac/sac_lunar.json) | sac_lunar | [sac_lunar_2026_01_30_215552](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_lunar_2026_01_30_215552) |
190
 
191
+ ![LunarLander-v3 (Discrete) Multi-Trial Graph](./plots/LunarLander-v3_multi_trial_graph_mean_returns_ma_vs_frames.png)
192
 
193
  #### 2.2 LunarLander-v3 (Continuous)
194
 
 
202
  | PPO | ⚠️ | 165.48 | [slm_lab/spec/benchmark/ppo/ppo_lunar.json](../slm_lab/spec/benchmark/ppo/ppo_lunar.json) | ppo_lunar_continuous | [ppo_lunar_continuous_2026_01_31_104549](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_lunar_continuous_2026_01_31_104549) |
203
  | SAC | ✅ | 208.60 | [slm_lab/spec/benchmark/sac/sac_lunar.json](../slm_lab/spec/benchmark/sac/sac_lunar.json) | sac_lunar_continuous | [sac_lunar_continuous_2026_01_31_104537](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/sac_lunar_continuous_2026_01_31_104537) |
204
 
205
+ ![LunarLander-v3 (Continuous) Multi-Trial Graph](./plots/LunarLander-v3_Continuous_multi_trial_graph_mean_returns_ma_vs_frames.png)
206
 
207
  ### Phase 3: MuJoCo
208
 
 
247
 
248
  #### 3.1 Hopper-v5
249
 
250
+ **Docs**: [Hopper](https://gymnasium.farama.org/environments/mujoco/hopper/) | State: Box(11) | Action: Box(3) | Target reward MA ~ 2000
251
 
252
  **Settings**: max_frame 4e6 | num_envs 16 | max_session 4 | log_frequency 1e4
253
 
254
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
255
  |-----------|--------|-----|-----------|-----------|---------|
256
+ | PPO | | 1972.38 | [slm_lab/spec/benchmark/ppo/ppo_hopper.json](../slm_lab/spec/benchmark/ppo/ppo_hopper.json) | ppo_hopper | [ppo_hopper_2026_01_31_105438](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_hopper_2026_01_31_105438) |
257
 
258
+ ![Hopper-v5 Multi-Trial Graph](./plots/Hopper-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
259
 
260
  #### 3.2 HalfCheetah-v5
261
 
 
265
 
266
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
267
  |-----------|--------|-----|-----------|-----------|---------|
268
+ | PPO | ✅ | 5851.70 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_halfcheetah_2026_01_30_230302](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_mujoco_halfcheetah_2026_01_30_230302) |
269
 
270
+ ![HalfCheetah-v5 Multi-Trial Graph](./plots/HalfCheetah-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
271
 
272
  #### 3.3 Walker2d-v5
273
 
 
277
 
278
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
279
  |-----------|--------|-----|-----------|-----------|---------|
280
+ | PPO | ✅ | 4042.07 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_walker2d_2026_01_30_222124](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_mujoco_walker2d_2026_01_30_222124) |
281
 
282
+ ![Walker2d-v5 Multi-Trial Graph](./plots/Walker2d-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
283
 
284
  #### 3.4 Ant-v5
285
 
 
289
 
290
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
291
  |-----------|--------|-----|-----------|-----------|---------|
292
+ | PPO | ✅ | 2514.64 | [slm_lab/spec/benchmark/ppo/ppo_ant.json](../slm_lab/spec/benchmark/ppo/ppo_ant.json) | ppo_ant | [ppo_ant_2026_01_31_042006](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_ant_2026_01_31_042006) |
293
 
294
+ ![Ant-v5 Multi-Trial Graph](./plots/Ant-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
295
 
296
  #### 3.5 Swimmer-v5
297
 
 
301
 
302
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
303
  |-----------|--------|-----|-----------|-----------|---------|
304
+ | PPO | ✅ | 229.31 | [slm_lab/spec/benchmark/ppo/ppo_swimmer.json](../slm_lab/spec/benchmark/ppo/ppo_swimmer.json) | ppo_swimmer | [ppo_swimmer_2026_01_30_215922](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_swimmer_2026_01_30_215922) |
305
 
306
+ ![Swimmer-v5 Multi-Trial Graph](./plots/Swimmer-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
307
 
308
  #### 3.6 Reacher-v5
309
 
310
+ **Docs**: [Reacher](https://gymnasium.farama.org/environments/mujoco/reacher/) | State: Box(10) | Action: Box(2) | Target reward MA > -10
311
 
312
  **Settings**: max_frame 4e6 | num_envs 16 | max_session 4 | log_frequency 1e4
313
 
314
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
315
  |-----------|--------|-----|-----------|-----------|---------|
316
+ | PPO | ✅ | -5.08 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco_longhorizon | [ppo_mujoco_longhorizon_reacher_2026_01_30_215805](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_mujoco_longhorizon_reacher_2026_01_30_215805) |
317
 
318
+ ![Reacher-v5 Multi-Trial Graph](./plots/Reacher-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
319
 
320
  #### 3.7 Pusher-v5
321
 
 
325
 
326
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
327
  |-----------|--------|-----|-----------|-----------|---------|
328
+ | PPO | ✅ | -49.09 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco_longhorizon | [ppo_mujoco_longhorizon_pusher_2026_01_30_215824](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_mujoco_longhorizon_pusher_2026_01_30_215824) |
329
 
330
+ ![Pusher-v5 Multi-Trial Graph](./plots/Pusher-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
331
 
332
  #### 3.8 InvertedPendulum-v5
333
 
 
337
 
338
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
339
  |-----------|--------|-----|-----------|-----------|---------|
340
+ | PPO | ✅ | 944.87 | [slm_lab/spec/benchmark/ppo/ppo_inverted_pendulum.json](../slm_lab/spec/benchmark/ppo/ppo_inverted_pendulum.json) | ppo_inverted_pendulum | [ppo_inverted_pendulum_2026_01_30_230211](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_inverted_pendulum_2026_01_30_230211) |
341
 
342
+ ![InvertedPendulum-v5 Multi-Trial Graph](./plots/InvertedPendulum-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
343
 
344
  #### 3.9 InvertedDoublePendulum-v5
345
 
346
+ **Docs**: [InvertedDoublePendulum](https://gymnasium.farama.org/environments/mujoco/inverted_double_pendulum/) | State: Box(9) | Action: Box(1) | Target reward MA ~8000
347
 
348
  **Settings**: max_frame 10e6 | num_envs 16 | max_session 4 | log_frequency 1e4
349
 
350
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
351
  |-----------|--------|-----|-----------|-----------|---------|
352
+ | PPO | ✅ | 7622.00 | [slm_lab/spec/benchmark/ppo/ppo_inverted_double_pendulum.json](../slm_lab/spec/benchmark/ppo/ppo_inverted_double_pendulum.json) | ppo_inverted_double_pendulum | [ppo_inverted_double_pendulum_2026_01_30_220651](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_inverted_double_pendulum_2026_01_30_220651) |
353
 
354
+ ![InvertedDoublePendulum-v5 Multi-Trial Graph](./plots/InvertedDoublePendulum-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
355
 
356
  #### 3.10 Humanoid-v5
357
 
358
+ **Docs**: [Humanoid](https://gymnasium.farama.org/environments/mujoco/humanoid/) | State: Box(348) | Action: Box(17) | Target reward MA > 1000
359
 
360
  **Settings**: max_frame 10e6 | num_envs 16 | max_session 4 | log_frequency 1e4
361
 
362
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
363
  |-----------|--------|-----|-----------|-----------|---------|
364
+ | PPO | ✅ | 3774.08 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_humanoid_2026_01_30_222339](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_mujoco_humanoid_2026_01_30_222339) |
365
 
366
+ ![Humanoid-v5 Multi-Trial Graph](./plots/Humanoid-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
367
 
368
  #### 3.11 HumanoidStandup-v5
369
 
370
+ **Docs**: [HumanoidStandup](https://gymnasium.farama.org/environments/mujoco/humanoid_standup/) | State: Box(348) | Action: Box(17) | Target reward MA > 100000
371
 
372
  **Settings**: max_frame 4e6 | num_envs 16 | max_session 4 | log_frequency 1e4
373
 
374
  | Algorithm | Status | MA | SPEC_FILE | SPEC_NAME | HF Repo |
375
  |-----------|--------|-----|-----------|-----------|---------|
376
+ | PPO | ✅ | 165841.17 | [slm_lab/spec/benchmark/ppo/ppo_mujoco.json](../slm_lab/spec/benchmark/ppo/ppo_mujoco.json) | ppo_mujoco | [ppo_mujoco_humanoidstandup_2026_01_30_215802](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_mujoco_humanoidstandup_2026_01_30_215802) |
377
 
378
+ ![HumanoidStandup-v5 Multi-Trial Graph](./plots/HumanoidStandup-v5_multi_trial_graph_mean_returns_ma_vs_frames.png)
379
 
380
  ### Phase 4: Atari
381
 
382
+ **Docs**: [Atari environments](https://ale.farama.org/environments/) | State: Box(84,84,4 after preprocessing) | Action: Discrete(4-18, game-dependent)
383
 
384
  **Settings**: max_frame 10e6 | num_envs 16 | max_session 4 | log_frequency 10000
385
 
386
  **Environment**:
387
  - Gymnasium ALE v5 with `life_loss_info=true`
388
+ - v5 uses sticky actions (`repeat_action_probability=0.25`) per [Machado et al. (2018)](https://arxiv.org/abs/1709.06009) best practices
389
 
390
+ **Algorithm Specs** (all use Nature CNN [32,64,64] + 512fc):
391
+ - **DDQN+PER**: Skipped - off-policy variants ~6x slower (~230 fps vs ~1500 fps), not cost effective at 10M frames
392
+ - **A2C**: [a2c_gae_atari.json](../slm_lab/spec/benchmark/a2c/a2c_gae_atari.json) - RMSprop (lr=7e-4), training_frequency=32
393
+ - **PPO**: [ppo_atari.json](../slm_lab/spec/benchmark/ppo/ppo_atari.json) - AdamW (lr=2.5e-4), minibatch=256, horizon=128, epochs=4
394
 
395
+ **PPO Lambda Variants** (table shows best result per game):
396
 
397
  | SPEC_NAME | Lambda | Best for |
398
  |-----------|--------|----------|
399
+ | ppo_atari | 0.95 | Strategic games (default) |
400
+ | ppo_atari_lam85 | 0.85 | Mixed games |
401
+ | ppo_atari_lam70 | 0.70 | Action games |
402
 
403
+ **Reproduce**:
404
  ```bash
405
+ # A2C
406
+ source .env && slm-lab run-remote --gpu -s env=ENV -s max_frame=1e7 \
407
+ slm_lab/spec/benchmark/a2c/a2c_gae_atari.json a2c_gae_atari train -n NAME
408
+
409
+ # PPO
410
+ source .env && slm-lab run-remote --gpu -s env=ENV -s max_frame=1e7 \
411
  slm_lab/spec/benchmark/ppo/ppo_atari.json SPEC_NAME train -n NAME
412
  ```
413
 
414
+ | ENV | Score | SPEC_NAME | HF Repo |
415
+ |-----|-------|-----------|---------|
416
+ | ALE/AirRaid-v5 | 5067 | a2c_gae_atari | [a2c_gae_atari_airraid_2026_02_01_082446](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_airraid_2026_02_01_082446) |
417
+ | ALE/AirRaid-v5 | 8245 | ppo_atari | [ppo_atari_airraid_2026_01_06_113119](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_airraid_2026_01_06_113119) |
418
+ | ALE/Alien-v5 | 1488 | a2c_gae_atari | [a2c_gae_atari_alien_2026_02_01_000858](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_alien_2026_02_01_000858) |
419
+ | ALE/Alien-v5 | 1453 | ppo_atari | [ppo_atari_alien_2026_01_06_112514](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_alien_2026_01_06_112514) |
420
+ | ALE/Amidar-v5 | 330 | a2c_gae_atari | [a2c_gae_atari_amidar_2026_02_01_082251](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_amidar_2026_02_01_082251) |
421
+ | ALE/Amidar-v5 | 580 | ppo_atari_lam85 | [ppo_atari_lam85_amidar_2026_01_07_223416](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_amidar_2026_01_07_223416) |
422
+ | ALE/Assault-v5 | 1646 | a2c_gae_atari | [a2c_gae_atari_assault_2026_02_01_082252](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_assault_2026_02_01_082252) |
423
+ | ALE/Assault-v5 | 4293 | ppo_atari_lam85 | [ppo_atari_lam85_assault_2026_01_08_130044](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_assault_2026_01_08_130044) |
424
+ | ALE/Asterix-v5 | 2712 | a2c_gae_atari | [a2c_gae_atari_asterix_2026_02_01_082315](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_asterix_2026_02_01_082315) |
425
+ | ALE/Asterix-v5 | 3482 | ppo_atari_lam85 | [ppo_atari_lam85_asterix_2026_01_07_223445](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_asterix_2026_01_07_223445) |
426
+ | ALE/Asteroids-v5 | 2106 | a2c_gae_atari | [a2c_gae_atari_asteroids_2026_02_01_082328](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_asteroids_2026_02_01_082328) |
427
+ | ALE/Asteroids-v5 | 1554 | ppo_atari_lam85 | [ppo_atari_lam85_asteroids_2026_01_07_224245](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_asteroids_2026_01_07_224245) |
428
+ | ALE/Atlantis-v5 | 873365 | a2c_gae_atari | [a2c_gae_atari_atlantis_2026_02_01_082330](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_atlantis_2026_02_01_082330) |
429
+ | ALE/Atlantis-v5 | 792886 | ppo_atari | [ppo_atari_atlantis_2026_01_06_120440](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_atlantis_2026_01_06_120440) |
430
+ | ALE/BankHeist-v5 | 1099 | a2c_gae_atari | [a2c_gae_atari_bankheist_2026_02_01_082403](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_bankheist_2026_02_01_082403) |
431
+ | ALE/BankHeist-v5 | 1045 | ppo_atari | [ppo_atari_bankheist_2026_01_06_121042](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_bankheist_2026_01_06_121042) |
432
+ | ALE/BattleZone-v5 | 2437 | a2c_gae_atari | [a2c_gae_atari_battlezone_2026_02_01_082425](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_battlezone_2026_02_01_082425) |
433
+ | ALE/BattleZone-v5 | 26383 | ppo_atari_lam85 | [ppo_atari_lam85_battlezone_2026_01_08_094729](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_battlezone_2026_01_08_094729) |
434
+ | ALE/BeamRider-v5 | 2767 | a2c_gae_atari | [a2c_gae_atari_beamrider_2026_02_01_000921](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_beamrider_2026_02_01_000921) |
435
+ | ALE/BeamRider-v5 | 2765 | ppo_atari | [ppo_atari_beamrider_2026_01_06_112533](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_beamrider_2026_01_06_112533) |
436
+ | ALE/Berzerk-v5 | 439 | a2c_gae_atari | [a2c_gae_atari_berzerk_2026_02_01_082540](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_berzerk_2026_02_01_082540) |
437
+ | ALE/Berzerk-v5 | 1072 | ppo_atari | [ppo_atari_berzerk_2026_01_06_112515](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_berzerk_2026_01_06_112515) |
438
+ | ALE/Bowling-v5 | 23.96 | a2c_gae_atari | [a2c_gae_atari_bowling_2026_02_01_082529](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_bowling_2026_02_01_082529) |
439
+ | ALE/Bowling-v5 | 46.45 | ppo_atari | [ppo_atari_bowling_2026_01_06_113148](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_bowling_2026_01_06_113148) |
440
+ | ALE/Boxing-v5 | 1.80 | a2c_gae_atari | [a2c_gae_atari_boxing_2026_02_01_082539](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_boxing_2026_02_01_082539) |
441
+ | ALE/Boxing-v5 | 91.17 | ppo_atari | [ppo_atari_boxing_2026_01_06_112531](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_boxing_2026_01_06_112531) |
442
+ | ALE/Breakout-v5 | 273 | a2c_gae_atari | [a2c_gae_atari_breakout_2026_01_31_213610](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_breakout_2026_01_31_213610) |
443
+ | ALE/Breakout-v5 | 327 | ppo_atari_lam70 | [ppo_atari_lam70_breakout_2026_01_07_110559](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_breakout_2026_01_07_110559) |
444
+ | ALE/Carnival-v5 | 2170 | a2c_gae_atari | [a2c_gae_atari_carnival_2026_02_01_082726](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_carnival_2026_02_01_082726) |
445
+ | ALE/Carnival-v5 | 3967 | ppo_atari_lam70 | [ppo_atari_lam70_carnival_2026_01_07_144738](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_carnival_2026_01_07_144738) |
446
+ | ALE/Centipede-v5 | 1382 | a2c_gae_atari | [a2c_gae_atari_centipede_2026_02_01_082643](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_centipede_2026_02_01_082643) |
447
+ | ALE/Centipede-v5 | 4915 | ppo_atari_lam70 | [ppo_atari_lam70_centipede_2026_01_07_223557](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_centipede_2026_01_07_223557) |
448
+ | ALE/ChopperCommand-v5 | 2446 | a2c_gae_atari | [a2c_gae_atari_choppercommand_2026_02_01_082626](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_choppercommand_2026_02_01_082626) |
449
+ | ALE/ChopperCommand-v5 | 5355 | ppo_atari | [ppo_atari_choppercommand_2026_01_07_110539](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_choppercommand_2026_01_07_110539) |
450
+ | ALE/CrazyClimber-v5 | 96943 | a2c_gae_atari | [a2c_gae_atari_crazyclimber_2026_02_01_082625](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_crazyclimber_2026_02_01_082625) |
451
+ | ALE/CrazyClimber-v5 | 107370 | ppo_atari_lam85 | [ppo_atari_lam85_crazyclimber_2026_01_07_223609](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_crazyclimber_2026_01_07_223609) |
452
+ | ALE/Defender-v5 | 33149 | a2c_gae_atari | [a2c_gae_atari_defender_2026_02_01_082658](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_defender_2026_02_01_082658) |
453
+ | ALE/Defender-v5 | 51439 | ppo_atari_lam70 | [ppo_atari_lam70_defender_2026_01_07_205238](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_defender_2026_01_07_205238) |
454
+ | ALE/DemonAttack-v5 | 2962 | a2c_gae_atari | [a2c_gae_atari_demonattack_2026_02_01_082717](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_demonattack_2026_02_01_082717) |
455
+ | ALE/DemonAttack-v5 | 16558 | ppo_atari_lam70 | [ppo_atari_lam70_demonattack_2026_01_07_111315](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_demonattack_2026_01_07_111315) |
456
+ | ALE/DoubleDunk-v5 | -1.69 | a2c_gae_atari | [a2c_gae_atari_doubledunk_2026_02_01_082901](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_doubledunk_2026_02_01_082901) |
457
+ | ALE/DoubleDunk-v5 | -2.38 | ppo_atari | [ppo_atari_doubledunk_2026_01_07_110802](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_doubledunk_2026_01_07_110802) |
458
+ | ALE/ElevatorAction-v5 | 731 | a2c_gae_atari | [a2c_gae_atari_elevatoraction_2026_02_01_082908](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_elevatoraction_2026_02_01_082908) |
459
+ | ALE/ElevatorAction-v5 | 5446 | ppo_atari | [ppo_atari_elevatoraction_2026_01_06_113129](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_elevatoraction_2026_01_06_113129) |
460
+ | ALE/Enduro-v5 | 681 | a2c_gae_atari | [a2c_gae_atari_enduro_2026_02_01_001123](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_enduro_2026_02_01_001123) |
461
+ | ALE/Enduro-v5 | 898 | ppo_atari_lam85 | [ppo_atari_lam85_enduro_2026_01_08_095448](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_enduro_2026_01_08_095448) |
462
+ | ALE/FishingDerby-v5 | -16.38 | a2c_gae_atari | [a2c_gae_atari_fishingderby_2026_02_01_082906](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_fishingderby_2026_02_01_082906) |
463
+ | ALE/FishingDerby-v5 | 27.10 | ppo_atari_lam85 | [ppo_atari_lam85_fishingderby_2026_01_08_094158](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_fishingderby_2026_01_08_094158) |
464
+ | ALE/Freeway-v5 | 23.13 | a2c_gae_atari | [a2c_gae_atari_freeway_2026_02_01_082931](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_freeway_2026_02_01_082931) |
465
+ | ALE/Freeway-v5 | 31.30 | ppo_atari | [ppo_atari_freeway_2026_01_06_182318](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_freeway_2026_01_06_182318) |
466
+ | ALE/Frostbite-v5 | 266 | a2c_gae_atari | [a2c_gae_atari_frostbite_2026_02_01_082915](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_frostbite_2026_02_01_082915) |
467
+ | ALE/Frostbite-v5 | 301 | ppo_atari | [ppo_atari_frostbite_2026_01_06_112556](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_frostbite_2026_01_06_112556) |
468
+ | ALE/Gopher-v5 | 984 | a2c_gae_atari | [a2c_gae_atari_gopher_2026_02_01_133323](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_gopher_2026_02_01_133323) |
469
+ | ALE/Gopher-v5 | 6508 | ppo_atari_lam70 | [ppo_atari_lam70_gopher_2026_01_07_170451](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_gopher_2026_01_07_170451) |
470
+ | ALE/Gravitar-v5 | 270 | a2c_gae_atari | [a2c_gae_atari_gravitar_2026_02_01_133244](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_gravitar_2026_02_01_133244) |
471
+ | ALE/Gravitar-v5 | 599 | ppo_atari | [ppo_atari_gravitar_2026_01_06_112548](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_gravitar_2026_01_06_112548) |
472
+ | ALE/Hero-v5 | 18680 | a2c_gae_atari | [a2c_gae_atari_hero_2026_02_01_175903](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_hero_2026_02_01_175903) |
473
+ | ALE/Hero-v5 | 28238 | ppo_atari_lam85 | [ppo_atari_lam85_hero_2026_01_07_223619](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_hero_2026_01_07_223619) |
474
+ | ALE/IceHockey-v5 | -5.92 | a2c_gae_atari | [a2c_gae_atari_icehockey_2026_02_01_175745](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_icehockey_2026_02_01_175745) |
475
+ | ALE/IceHockey-v5 | -3.93 | ppo_atari | [ppo_atari_icehockey_2026_01_06_183721](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_icehockey_2026_01_06_183721) |
476
+ | ALE/Jamesbond-v5 | 460 | a2c_gae_atari | [a2c_gae_atari_jamesbond_2026_02_01_175945](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_jamesbond_2026_02_01_175945) |
477
+ | ALE/Jamesbond-v5 | 662 | ppo_atari | [ppo_atari_jamesbond_2026_01_06_183717](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_jamesbond_2026_01_06_183717) |
478
+ | ALE/JourneyEscape-v5 | -965 | a2c_gae_atari | [a2c_gae_atari_journeyescape_2026_02_01_084415](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_journeyescape_2026_02_01_084415) |
479
+ | ALE/JourneyEscape-v5 | -1252 | ppo_atari_lam85 | [ppo_atari_lam85_journeyescape_2026_01_08_094842](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_journeyescape_2026_01_08_094842) |
480
+ | ALE/Kangaroo-v5 | 322 | a2c_gae_atari | [a2c_gae_atari_kangaroo_2026_02_01_084415](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_kangaroo_2026_02_01_084415) |
481
+ | ALE/Kangaroo-v5 | 9912 | ppo_atari_lam85 | [ppo_atari_lam85_kangaroo_2026_01_07_110838](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_kangaroo_2026_01_07_110838) |
482
+ | ALE/Krull-v5 | 7519 | a2c_gae_atari | [a2c_gae_atari_krull_2026_02_01_084420](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_krull_2026_02_01_084420) |
483
+ | ALE/Krull-v5 | 7841 | ppo_atari | [ppo_atari_krull_2026_01_07_110747](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_krull_2026_01_07_110747) |
484
+ | ALE/KungFuMaster-v5 | 23006 | a2c_gae_atari | [a2c_gae_atari_kungfumaster_2026_02_01_085101](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_kungfumaster_2026_02_01_085101) |
485
+ | ALE/KungFuMaster-v5 | 29068 | ppo_atari_lam70 | [ppo_atari_lam70_kungfumaster_2026_01_07_111317](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_kungfumaster_2026_01_07_111317) |
486
+ | ALE/MsPacman-v5 | 2110 | a2c_gae_atari | [a2c_gae_atari_mspacman_2026_02_01_001100](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_mspacman_2026_02_01_001100) |
487
+ | ALE/MsPacman-v5 | 2372 | ppo_atari_lam85 | [ppo_atari_lam85_mspacman_2026_01_07_223522](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_mspacman_2026_01_07_223522) |
488
+ | ALE/NameThisGame-v5 | 5412 | a2c_gae_atari | [a2c_gae_atari_namethisgame_2026_02_01_132733](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_namethisgame_2026_02_01_132733) |
489
+ | ALE/NameThisGame-v5 | 5993 | ppo_atari | [ppo_atari_namethisgame_2026_01_06_182952](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_namethisgame_2026_01_06_182952) |
490
+ | ALE/Phoenix-v5 | 5635 | a2c_gae_atari | [a2c_gae_atari_phoenix_2026_02_01_085101](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_phoenix_2026_02_01_085101) |
491
+ | ALE/Phoenix-v5 | 15659 | ppo_atari_lam70 | [ppo_atari_lam70_phoenix_2026_01_07_110832](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_phoenix_2026_01_07_110832) |
492
+ | ALE/Pong-v5 | 10.17 | a2c_gae_atari | [a2c_gae_atari_pong_2026_01_31_213635](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_pong_2026_01_31_213635) |
493
+ | ALE/Pong-v5 | 16.91 | ppo_atari_lam85 | [ppo_atari_lam85_pong_2026_01_08_094454](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_pong_2026_01_08_094454) |
494
+ | ALE/Pooyan-v5 | 2997 | a2c_gae_atari | [a2c_gae_atari_pooyan_2026_02_01_132748](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_pooyan_2026_02_01_132748) |
495
+ | ALE/Pooyan-v5 | 5716 | ppo_atari_lam70 | [ppo_atari_lam70_pooyan_2026_01_07_224346](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_pooyan_2026_01_07_224346) |
496
+ | ALE/Qbert-v5 | 12619 | a2c_gae_atari | [a2c_gae_atari_qbert_2026_01_31_213720](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_qbert_2026_01_31_213720) |
497
+ | ALE/Qbert-v5 | 15094 | ppo_atari | [ppo_atari_qbert_2026_01_06_111801](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_qbert_2026_01_06_111801) |
498
+ | ALE/Riverraid-v5 | 6558 | a2c_gae_atari | [a2c_gae_atari_riverraid_2026_02_01_132507](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_riverraid_2026_02_01_132507) |
499
+ | ALE/Riverraid-v5 | 9428 | ppo_atari_lam85 | [ppo_atari_lam85_riverraid_2026_01_07_204356](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_riverraid_2026_01_07_204356) |
500
+ | ALE/RoadRunner-v5 | 29810 | a2c_gae_atari | [a2c_gae_atari_roadrunner_2026_02_01_132509](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_roadrunner_2026_02_01_132509) |
501
+ | ALE/RoadRunner-v5 | 37015 | ppo_atari_lam85 | [ppo_atari_lam85_roadrunner_2026_01_07_145913](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_roadrunner_2026_01_07_145913) |
502
+ | ALE/Robotank-v5 | 2.80 | a2c_gae_atari | [a2c_gae_atari_robotank_2026_02_01_132434](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_robotank_2026_02_01_132434) |
503
+ | ALE/Robotank-v5 | 20.07 | ppo_atari | [ppo_atari_robotank_2026_01_06_183413](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_robotank_2026_01_06_183413) |
504
+ | ALE/Seaquest-v5 | 850 | a2c_gae_atari | [a2c_gae_atari_seaquest_2026_02_01_001001](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_seaquest_2026_02_01_001001) |
505
+ | ALE/Seaquest-v5 | 1796 | ppo_atari | [ppo_atari_seaquest_2026_01_06_183440](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_seaquest_2026_01_06_183440) |
506
+ | ALE/Skiing-v5 | -14235 | a2c_gae_atari | [a2c_gae_atari_skiing_2026_02_01_132451](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_skiing_2026_02_01_132451) |
507
+ | ALE/Skiing-v5 | -19340 | ppo_atari | [ppo_atari_skiing_2026_01_06_183424](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_skiing_2026_01_06_183424) |
508
+ | ALE/Solaris-v5 | - | a2c_gae_atari | - |
509
+ | ALE/Solaris-v5 | 2094 | ppo_atari | [ppo_atari_solaris_2026_01_06_192643](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_solaris_2026_01_06_192643) |
510
+ | ALE/SpaceInvaders-v5 | 784 | a2c_gae_atari | [a2c_gae_atari_spaceinvaders_2026_02_01_000950](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_spaceinvaders_2026_02_01_000950) |
511
+ | ALE/SpaceInvaders-v5 | 726 | ppo_atari | [ppo_atari_spaceinvaders_2026_01_07_102346](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_spaceinvaders_2026_01_07_102346) |
512
+ | ALE/StarGunner-v5 | 8665 | a2c_gae_atari | [a2c_gae_atari_stargunner_2026_02_01_132406](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_stargunner_2026_02_01_132406) |
513
+ | ALE/StarGunner-v5 | 47495 | ppo_atari_lam70 | [ppo_atari_lam70_stargunner_2026_01_07_111404](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_stargunner_2026_01_07_111404) |
514
+ | ALE/Surround-v5 | -9.72 | a2c_gae_atari | [a2c_gae_atari_surround_2026_02_01_132215](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_surround_2026_02_01_132215) |
515
+ | ALE/Surround-v5 | -2.52 | ppo_atari | [ppo_atari_surround_2026_01_07_102404](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_surround_2026_01_07_102404) |
516
+ | ALE/Tennis-v5 | -2873 | a2c_gae_atari | [a2c_gae_atari_tennis_2026_02_01_175829](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_tennis_2026_02_01_175829) |
517
+ | ALE/Tennis-v5 | -4.41 | ppo_atari_lam85 | [ppo_atari_lam85_tennis_2026_01_07_223532](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_tennis_2026_01_07_223532) |
518
+ | ALE/TimePilot-v5 | 3376 | a2c_gae_atari | [a2c_gae_atari_timepilot_2026_02_01_175930](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_timepilot_2026_02_01_175930) |
519
+ | ALE/TimePilot-v5 | 4668 | ppo_atari | [ppo_atari_timepilot_2026_01_07_101010](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_timepilot_2026_01_07_101010) |
520
+ | ALE/Tutankham-v5 | 167 | a2c_gae_atari | [a2c_gae_atari_tutankham_2026_02_01_132347](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_tutankham_2026_02_01_132347) |
521
+ | ALE/Tutankham-v5 | 217 | ppo_atari_lam85 | [ppo_atari_lam85_tutankham_2026_01_08_095251](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam85_tutankham_2026_01_08_095251) |
522
+ | ALE/UpNDown-v5 | 57099 | a2c_gae_atari | [a2c_gae_atari_upndown_2026_02_01_132435](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_upndown_2026_02_01_132435) |
523
+ | ALE/UpNDown-v5 | 182472 | ppo_atari | [ppo_atari_upndown_2026_01_07_105708](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_upndown_2026_01_07_105708) |
524
+ | ALE/VideoPinball-v5 | 25310 | a2c_gae_atari | [a2c_gae_atari_videopinball_2026_02_01_083457](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_videopinball_2026_02_01_083457) |
525
+ | ALE/VideoPinball-v5 | 56746 | ppo_atari_lam70 | [ppo_atari_lam70_videopinball_2026_01_07_224359](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_lam70_videopinball_2026_01_07_224359) |
526
+ | ALE/WizardOfWor-v5 | 2682 | a2c_gae_atari | [a2c_gae_atari_wizardofwor_2026_02_01_132449](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_wizardofwor_2026_02_01_132449) |
527
+ | ALE/WizardOfWor-v5 | 5814 | ppo_atari | [ppo_atari_wizardofwor_2026_01_06_221154](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_wizardofwor_2026_01_06_221154) |
528
+ | ALE/YarsRevenge-v5 | 24371 | a2c_gae_atari | [a2c_gae_atari_yarsrevenge_2026_02_01_132224](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_yarsrevenge_2026_02_01_132224) |
529
+ | ALE/YarsRevenge-v5 | 17120 | ppo_atari | [ppo_atari_yarsrevenge_2026_01_06_221154](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_yarsrevenge_2026_01_06_221154) |
530
+ | ALE/Zaxxon-v5 | 29.46 | a2c_gae_atari | [a2c_gae_atari_zaxxon_2026_02_01_131758](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/a2c_gae_atari_zaxxon_2026_02_01_131758) |
531
+ | ALE/Zaxxon-v5 | 10756 | ppo_atari | [ppo_atari_zaxxon_2026_01_06_221154](https://huggingface.co/datasets/SLM-Lab/benchmark/tree/main/data/ppo_atari_zaxxon_2026_01_06_221154) |
532
+
533
+ **Skipped** (hard exploration): Adventure, MontezumaRevenge, Pitfall, PrivateEye, Venture
534
+
535
+ <details>
536
+ <summary><b>Full Lambda Comparison Table</b> (click to expand)</summary>
537
+
538
+ | ENV | ppo_atari | ppo_atari_lam85 | ppo_atari_lam70 |
539
+ |-----|-----------|-----------------|-----------------|
540
  | ALE/AirRaid-v5 | **8245** | - | - |
541
  | ALE/Alien-v5 | **1453** | 1353 | 1274 |
542
  | ALE/Amidar-v5 | 574 | **580** | - |
 
572
  | ALE/Kangaroo-v5 | 2623 | **9912** | - |
573
  | ALE/Krull-v5 | **7841** | - | - |
574
  | ALE/KungFuMaster-v5 | 18973 | 28334 | **29068** |
 
575
  | ALE/MsPacman-v5 | 2308 | **2372** | 2297 |
576
  | ALE/NameThisGame-v5 | **5993** | - | - |
577
  | ALE/Phoenix-v5 | 7940 | - | **15659** |
 
578
  | ALE/Pong-v5 | 15.01 | **16.91** | 12.85 |
579
  | ALE/Pooyan-v5 | 4704 | - | **5716** |
 
580
  | ALE/Qbert-v5 | **15094** | - | - |
581
  | ALE/Riverraid-v5 | 7319 | **9428** | - |
582
  | ALE/RoadRunner-v5 | 24204 | **37015** | - |
 
591
  | ALE/TimePilot-v5 | **4668** | - | - |
592
  | ALE/Tutankham-v5 | 203 | **217** | - |
593
  | ALE/UpNDown-v5 | **182472** | - | - |
 
594
  | ALE/VideoPinball-v5 | 31385 | - | **56746** |
595
  | ALE/WizardOfWor-v5 | **5814** | 5466 | 4740 |
596
  | ALE/YarsRevenge-v5 | **17120** | - | - |
597
  | ALE/Zaxxon-v5 | **10756** | - | - |
598
 
599
+ **Legend**: **Bold** = Best score | - = Not tested
600
+
601
+ </details>
602
+
603
+ #### Training Curves
604
+
605
+ <p>
606
+ <img src="plots/AirRaid_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
607
+ <img src="plots/Alien_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
608
+ <img src="plots/Amidar_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
609
+ </p>
610
+ <p>
611
+ <img src="plots/Assault_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
612
+ <img src="plots/Asterix_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
613
+ <img src="plots/Asteroids_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
614
+ </p>
615
+ <p>
616
+ <img src="plots/Atlantis_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
617
+ <img src="plots/BankHeist_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
618
+ <img src="plots/BattleZone_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
619
+ </p>
620
+ <p>
621
+ <img src="plots/BeamRider_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
622
+ <img src="plots/Berzerk_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
623
+ <img src="plots/Bowling_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
624
+ </p>
625
+ <p>
626
+ <img src="plots/Boxing_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
627
+ <img src="plots/Breakout_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
628
+ <img src="plots/Carnival_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
629
+ </p>
630
+ <p>
631
+ <img src="plots/Centipede_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
632
+ <img src="plots/ChopperCommand_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
633
+ <img src="plots/CrazyClimber_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
634
+ </p>
635
+ <p>
636
+ <img src="plots/Defender_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
637
+ <img src="plots/DemonAttack_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
638
+ <img src="plots/DoubleDunk_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
639
+ </p>
640
+ <p>
641
+ <img src="plots/ElevatorAction_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
642
+ <img src="plots/Enduro_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
643
+ <img src="plots/FishingDerby_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
644
+ </p>
645
+ <p>
646
+ <img src="plots/Freeway_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
647
+ <img src="plots/Frostbite_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
648
+ <img src="plots/Gopher_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
649
+ </p>
650
+ <p>
651
+ <img src="plots/Gravitar_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
652
+ <img src="plots/Hero_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
653
+ <img src="plots/IceHockey_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
654
+ </p>
655
+ <p>
656
+ <img src="plots/Jamesbond_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
657
+ <img src="plots/JourneyEscape_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
658
+ <img src="plots/Kangaroo_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
659
+ </p>
660
+ <p>
661
+ <img src="plots/Krull_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
662
+ <img src="plots/KungFuMaster_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
663
+ <img src="plots/MsPacman_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
664
+ </p>
665
+ <p>
666
+ <img src="plots/NameThisGame_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
667
+ <img src="plots/Phoenix_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
668
+ <img src="plots/Pong_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
669
+ </p>
670
+ <p>
671
+ <img src="plots/Pooyan_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
672
+ <img src="plots/Qbert_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
673
+ <img src="plots/Riverraid_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
674
+ </p>
675
+ <p>
676
+ <img src="plots/RoadRunner_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
677
+ <img src="plots/Robotank_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
678
+ <img src="plots/Seaquest_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
679
+ </p>
680
+ <p>
681
+ <img src="plots/Skiing_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
682
+ <img src="plots/Solaris_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
683
+ <img src="plots/SpaceInvaders_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
684
+ </p>
685
+ <p>
686
+ <img src="plots/StarGunner_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
687
+ <img src="plots/Surround_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
688
+ <img src="plots/Tennis_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
689
+ </p>
690
+ <p>
691
+ <img src="plots/TimePilot_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
692
+ <img src="plots/Tutankham_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
693
+ <img src="plots/UpNDown_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
694
+ </p>
695
+ <p>
696
+ <img src="plots/VideoPinball_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
697
+ <img src="plots/WizardOfWor_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
698
+ <img src="plots/YarsRevenge_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
699
+ </p>
700
+ <p>
701
+ <img src="plots/Zaxxon_multi_trial_graph_mean_returns_ma_vs_frames.png" width="32%">
702
+ </p>
703
+
704
+ ---
docs/plots/AirRaid_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: db0067aa8d5f12807766964212526c02c4ec360a1bf27eda14c8479c7e49f51f
  • Pointer size: 130 Bytes
  • Size of remote file: 78.3 kB

Git LFS Details

  • SHA256: b661dbac39af7b73edf05343e452db9072ea50809dbd59b3d923292973f4387e
  • Pointer size: 130 Bytes
  • Size of remote file: 94.5 kB
docs/plots/Alien_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 760054793f895ad55cc0288c4a3a3f529071d0e13bf6c79b3e579ae1f29dc414
  • Pointer size: 130 Bytes
  • Size of remote file: 74.6 kB

Git LFS Details

  • SHA256: 183c670fb05e7eed823bb846c53334362b3ca7b5e46017f99afee8a8fc00bdab
  • Pointer size: 130 Bytes
  • Size of remote file: 95.9 kB
docs/plots/Amidar_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 3578d13984129185f71626f3c0abd163a86f2d0c0adf839e3ac0a8c06d296a10
  • Pointer size: 130 Bytes
  • Size of remote file: 83.1 kB

Git LFS Details

  • SHA256: a79c5d6f07fb0b8625f2696c607be37ea776ea3fa91f20419b225a14a52bf591
  • Pointer size: 130 Bytes
  • Size of remote file: 97.5 kB
docs/plots/Assault_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 2f035d412db3f62ae6ea0b7c16813fb09e13d82fe0a2432d251a07a58b8a83ed
  • Pointer size: 130 Bytes
  • Size of remote file: 82.9 kB

Git LFS Details

  • SHA256: f97436d58e9004dbed68b3c8f56a778bf114a9e81c605e2385a9cfccc246c7e7
  • Pointer size: 130 Bytes
  • Size of remote file: 95.9 kB
docs/plots/Asterix_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: d4ee39963a0fc605ca1fbbce48ebc512a8c5932e0268eeadd235ae049dab222b
  • Pointer size: 130 Bytes
  • Size of remote file: 86.8 kB

Git LFS Details

  • SHA256: c7346068d563e49d9e796e1f6105818d48b0b3478254f5a181d5afd1e3c1046b
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
docs/plots/Asteroids_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 1d1c9f000a9402924838d9d96457d257ab09008a9b3e5f796fa435714875ef4a
  • Pointer size: 130 Bytes
  • Size of remote file: 79.1 kB

Git LFS Details

  • SHA256: cecdffab580630bf3d4397857bdfc37b2c9a2041963d82cdfe3d813aef9fc1b3
  • Pointer size: 130 Bytes
  • Size of remote file: 87.7 kB
docs/plots/Atlantis_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 6cc70c904e0ef020f9c2e3d9366a206af055d8fd43634df91405ad09d2d7c97f
  • Pointer size: 130 Bytes
  • Size of remote file: 87.8 kB

Git LFS Details

  • SHA256: 9a21a149b6c2559cf33e04bf400c988c8220ff4fd4d9ce823723ffa0580d8d3b
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
docs/plots/BankHeist_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 8445c90b2a9a213e6368863c03030d7069032e1b251c9c6c9a33bbd0f39c8d55
  • Pointer size: 130 Bytes
  • Size of remote file: 84 kB

Git LFS Details

  • SHA256: d8498dd51163d0e13584658f76bc64f3ae0ccebde6a7dd9c5a0d30f7b987ae9f
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
docs/plots/BattleZone_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: a78f1ea67e9aaeb2be5be1aa3305ceb389b6277359ed38e291bda0cd62b19ce6
  • Pointer size: 130 Bytes
  • Size of remote file: 82.4 kB

Git LFS Details

  • SHA256: 50b273f2dc36f5824abf6bc9a9b7171cab1fc5dc1b9ce7ed81ca1bd37db10b5d
  • Pointer size: 130 Bytes
  • Size of remote file: 88 kB
docs/plots/BeamRider_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: ca8238bb8f39ac6ad5f2738832f74a8e152b5259e0ff012205aaa6ae9d8904e2
  • Pointer size: 130 Bytes
  • Size of remote file: 84.8 kB

Git LFS Details

  • SHA256: a5d7adf8e70872ca7be161076fb25ba0f3fba4aa17bca700185e9394d74b02ab
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
docs/plots/Berzerk_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: b0f602d198c7d59c9e16166d17e5d9afee53189f679dc3697894728e15d20fbf
  • Pointer size: 130 Bytes
  • Size of remote file: 81.2 kB

Git LFS Details

  • SHA256: ff9cf663bb9d25d18fe855819544a2c2ee0fa306bda5b6ba09f751207aab1280
  • Pointer size: 130 Bytes
  • Size of remote file: 90.4 kB
docs/plots/Bowling_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 61832906822ead50cfc38fb3092d57d96c3583d485049546251a995ea78cab15
  • Pointer size: 130 Bytes
  • Size of remote file: 71.2 kB

Git LFS Details

  • SHA256: 9fcd93aed8d85bbabfc47d918a947f6fa28b12f8496f777e8cb5fb59b293cba6
  • Pointer size: 130 Bytes
  • Size of remote file: 80 kB
docs/plots/Boxing_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 7c122e45d33a0d5deaa60e7fc269acb366b9189f44cc9f43137ba1766a09930c
  • Pointer size: 130 Bytes
  • Size of remote file: 75.3 kB

Git LFS Details

  • SHA256: ede1ef80cef333dc79c6a787fa5f27fd6cd2a3b2f70a09bffdd6b6ba06e0bc6c
  • Pointer size: 130 Bytes
  • Size of remote file: 80.7 kB
docs/plots/Breakout_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: a5e5cc7635d9f7b5e0f3275150a801a8d2db950b8fb4b46c661431b48398c5d5
  • Pointer size: 130 Bytes
  • Size of remote file: 84.8 kB

Git LFS Details

  • SHA256: b17536057f422251d8ad6d70463d19df2bda4fb715948d56cb0a54c565ee5afd
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
docs/plots/Carnival_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 3e4d35b4aa792425bd869832e0fd7fc1f46d39ab7a1c284a5f1e14592f312c3c
  • Pointer size: 130 Bytes
  • Size of remote file: 87.6 kB

Git LFS Details

  • SHA256: 51857aab175ba97ecd6eb33ce24d4c1af9a0a638d92c4a94adbccfebb334461f
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
docs/plots/Centipede_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: b8a6ed3ee302b4d4ea9dc9ce6c53f9bb083208c845629b4d4b669f8ce63038e5
  • Pointer size: 130 Bytes
  • Size of remote file: 77.2 kB

Git LFS Details

  • SHA256: d2b6a37152b42563da2e08a968172ac1b5420c343ade6f58f7e61e7f097f0d9e
  • Pointer size: 130 Bytes
  • Size of remote file: 93.6 kB
docs/plots/ChopperCommand_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: d328490970c57f74fde350cfc7c758f16638570c742f7537101289f120ba8228
  • Pointer size: 130 Bytes
  • Size of remote file: 84.8 kB

Git LFS Details

  • SHA256: e1f26adbc0ee0b8f61303933aacd205138064190c1d1dd7c0fdde487154532b4
  • Pointer size: 130 Bytes
  • Size of remote file: 96.6 kB
docs/plots/CrazyClimber_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 7d8a0a03c292079e93226b7f9a71d2b7486af281d195f4652b3199c43085a3ce
  • Pointer size: 130 Bytes
  • Size of remote file: 83.3 kB

Git LFS Details

  • SHA256: e475a74e4193ebb805530cfc7905f3cfa6bbc78304b07637c1614b4230416437
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
docs/plots/Defender_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 13f8e16f349bdeae85a10f726a6b730f08de58795c7477cea9e1acff75502035
  • Pointer size: 130 Bytes
  • Size of remote file: 80.3 kB

Git LFS Details

  • SHA256: 49f60bd7b4663bf2732dd1a678f6855914f6e9b5cc145541119d8e9b7574482f
  • Pointer size: 130 Bytes
  • Size of remote file: 98.1 kB
docs/plots/DemonAttack_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 5a7234b1dcd912601498beb5e3ab011dd0cf0290a45e951ac604da913e62bdd5
  • Pointer size: 130 Bytes
  • Size of remote file: 82.1 kB

Git LFS Details

  • SHA256: 02182cf5ee759b33ddbe441e176a54d77b25b454654c48de85d0ee5b2e0328d1
  • Pointer size: 130 Bytes
  • Size of remote file: 90.7 kB
docs/plots/DoubleDunk_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 253244e2327081dc2e816d755b5292dcbb85bd25dd63ff4f2679a1d96d069f96
  • Pointer size: 130 Bytes
  • Size of remote file: 86.9 kB

Git LFS Details

  • SHA256: 36a1a968b35bc5f573971a75dc665ad3f961ed503e42d868bc1ac9aa5733d6f1
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
docs/plots/ElevatorAction_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 077140555e2d227f87558febc2439e9f49b03fb57404024a7ace48982455aeb2
  • Pointer size: 130 Bytes
  • Size of remote file: 79.1 kB

Git LFS Details

  • SHA256: 3d3851545a1fff5117f95f2b9b3c91f8d51f315e1e4c60496ae5d658f9d3c143
  • Pointer size: 130 Bytes
  • Size of remote file: 96.6 kB
docs/plots/Enduro_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 94b7c984fc009af0ca7fb49f2b5570ef265108d62a196e021a3b4b2bf8aecc92
  • Pointer size: 130 Bytes
  • Size of remote file: 78.2 kB

Git LFS Details

  • SHA256: 0108d7e796a86a8ce059a5aa50f800f94834d139fc49019c1821b229d323e63e
  • Pointer size: 130 Bytes
  • Size of remote file: 97.5 kB
docs/plots/FishingDerby_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: dda9376b86c084503fe673b9f5fd4a58198d309f5d4cf1dd3c85a8f125718ff4
  • Pointer size: 130 Bytes
  • Size of remote file: 78.8 kB

Git LFS Details

  • SHA256: e7b5c52f41710486e0a6a5ee1b139adf3c477c8407362f7cd30d828ed58cb673
  • Pointer size: 130 Bytes
  • Size of remote file: 98.3 kB
docs/plots/Freeway_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: fa4eb746cfa086790ded1388bfe34cd59974324b08966c37a0d146b57a60e16c
  • Pointer size: 130 Bytes
  • Size of remote file: 70.9 kB

Git LFS Details

  • SHA256: 627f659918c001e2752d7e7bd362bf1cddfb4a34a82e861593f0551b4da73729
  • Pointer size: 130 Bytes
  • Size of remote file: 86.9 kB
docs/plots/Frostbite_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: c1727dedab702244065f7e9e18c2381fb71340bc0bbf294dc9c85e17d62181f3
  • Pointer size: 130 Bytes
  • Size of remote file: 78.8 kB

Git LFS Details

  • SHA256: 9d242eb1c9594b181c89b79c0f15dd4fe7874bcb6070e864a5a922b63a7a3e86
  • Pointer size: 130 Bytes
  • Size of remote file: 91.8 kB
docs/plots/Gravitar_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 8e2a5a173833f6b629aafab2d933b91b83833607ea3c7b54db986f18984fb928
  • Pointer size: 130 Bytes
  • Size of remote file: 78.6 kB

Git LFS Details

  • SHA256: f44b6a52d7d7e4ac3646dbedbcafc95d48d83fffdb1f343fbaf30d5e9e789df5
  • Pointer size: 130 Bytes
  • Size of remote file: 90.3 kB
docs/plots/Hero_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 69eaa77b4f1063854836227bb3aa52a4472d21d6f3fd6f7b41a96567139136f6
  • Pointer size: 130 Bytes
  • Size of remote file: 81.1 kB

Git LFS Details

  • SHA256: fd99fccdc6893d90d12a8dce3771c49fc88eb9ca4d56e3d83c17efa25d47284e
  • Pointer size: 130 Bytes
  • Size of remote file: 99.3 kB
docs/plots/IceHockey_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: a2a290ca0693eabf83743187374ba3643ce020cf3c713934b1de92292d822d4a
  • Pointer size: 130 Bytes
  • Size of remote file: 75.2 kB

Git LFS Details

  • SHA256: bcb8b8781544784d0f10fdc8f61067afaa9a48862a1b1b9c3ba020398383deee
  • Pointer size: 130 Bytes
  • Size of remote file: 91.6 kB
docs/plots/Jamesbond_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 6523244b9f33b03ffda65aab5c895380bd918ea412145adfdf2b0a10f7c6e50b
  • Pointer size: 130 Bytes
  • Size of remote file: 88 kB

Git LFS Details

  • SHA256: ce0e2198d0d8c7bbb428b7178e055c6cce7a8f277ec891e4507c349af988d723
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
docs/plots/JourneyEscape_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 9b96d9a277796fdc1c005f8f434ad506631c0b2d5061905566414c3149f9606a
  • Pointer size: 130 Bytes
  • Size of remote file: 75.1 kB

Git LFS Details

  • SHA256: 7f4327e3ce8e6efff712dcc903d246ae3150436f9c74d5394b7bf320b1b5a6c9
  • Pointer size: 130 Bytes
  • Size of remote file: 90.5 kB
docs/plots/Kangaroo_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 3355ed197f081513a2442d1aabc8520fcca6564c91f224cf56729c9ac3a11b99
  • Pointer size: 130 Bytes
  • Size of remote file: 77.8 kB

Git LFS Details

  • SHA256: ab58e4942a30dc19656fcbba56ae4bb700bc6a21ff64666924cff68c66725ea5
  • Pointer size: 130 Bytes
  • Size of remote file: 82.2 kB
docs/plots/Krull_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: ebc398c54cc106daa166af202a42b19a02560c7bdcd977f309affdeead3c0e0e
  • Pointer size: 130 Bytes
  • Size of remote file: 85.4 kB

Git LFS Details

  • SHA256: 00111b9a12dfd41c29679cea89da39c97ae7cadd311665d3b79fdd29d2c08d9f
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
docs/plots/KungFuMaster_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 3fe2558a41d81ae13ff298f3bc49279939d622d0ded9756737de79836dc9f14b
  • Pointer size: 130 Bytes
  • Size of remote file: 84.9 kB

Git LFS Details

  • SHA256: 1b58f33aa2e503a2c728e0d4146427be8b490427826cdf9ebe2e2a0bf147a442
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
docs/plots/MsPacman_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: ef83311b285cec6e59e5acd8222c92299bc1f25fbae1a8a9dd4dc109da77d49e
  • Pointer size: 130 Bytes
  • Size of remote file: 82.4 kB

Git LFS Details

  • SHA256: 60b90362730ddb35b7ee21198bf33fe9fa78809ba50a0fe69819e6a731b626b4
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB
docs/plots/NameThisGame_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 8d1331734d5a87c2a2462168aeeecce084e734b9b2fdaab10ff52cd42b5ddcaa
  • Pointer size: 130 Bytes
  • Size of remote file: 86.4 kB

Git LFS Details

  • SHA256: ae54776030793b6afe05fc2b85af19acf3a87f76bd676ce75613182e2cab33f3
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
docs/plots/Phoenix_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 8715a381698afeb9816792127af1ebbfe79fc9f869fb6219b67a217b89ec20d6
  • Pointer size: 130 Bytes
  • Size of remote file: 77.6 kB

Git LFS Details

  • SHA256: 184db819bd5b882b49880a8a3022c09c1f7beb0eb0f7ab2a33dd0b93db310251
  • Pointer size: 130 Bytes
  • Size of remote file: 88.5 kB
docs/plots/Pong_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 23d4c8d8287219c3fcdb0a7b1fd520480f91cf41c5f4e166eee4db17aae96623
  • Pointer size: 130 Bytes
  • Size of remote file: 74.9 kB

Git LFS Details

  • SHA256: 8c3e4f331611f646739502ce31a3abdd70d8bc0196f5fe681beb469626158af0
  • Pointer size: 130 Bytes
  • Size of remote file: 96.1 kB
docs/plots/Pooyan_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 11bd3952be18feb3ef575c1c7e806277598f8c3279875335d08aa1339570dc0b
  • Pointer size: 130 Bytes
  • Size of remote file: 86.9 kB

Git LFS Details

  • SHA256: d9d3188b31d1cdf9d0d289d928d0612808bba51582641f67009cb33dbfa514d5
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
docs/plots/Qbert_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 5e272138f8053a4c8bf9eaa5afa3c8d5596dd9345497235e217292e2cec37f0f
  • Pointer size: 130 Bytes
  • Size of remote file: 82.7 kB

Git LFS Details

  • SHA256: e4a432b16ba9c63ca85dc7a94f068c6016d783f3372a4ddf551ed35d070f7026
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
docs/plots/Riverraid_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 252ec3270dc34074b5359819c6060b3f360b14818d25fd70b5b078e2120383b9
  • Pointer size: 130 Bytes
  • Size of remote file: 77.9 kB

Git LFS Details

  • SHA256: a3ff243e39accd34217f27d97247ee57e9181af1fdb43a7aa4c77b5798ff89b0
  • Pointer size: 130 Bytes
  • Size of remote file: 94.6 kB
docs/plots/RoadRunner_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 8e70585d63b82acdba1ce11fa5daf5171a5698106efc0f0d84dbee134b3824c4
  • Pointer size: 130 Bytes
  • Size of remote file: 81.5 kB

Git LFS Details

  • SHA256: ef1a86e70ebfdde0904c7c337adc0301f2aa39d128931f0f496f661317248875
  • Pointer size: 131 Bytes
  • Size of remote file: 100 kB
docs/plots/Robotank_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: b3787751c637ccd8cc3f57161646578c9359138eef633e48815c357835ab24f2
  • Pointer size: 130 Bytes
  • Size of remote file: 79.2 kB

Git LFS Details

  • SHA256: ee81fdffd6f43f79b6840bcb9790c1a90722886a360c1ccdf7b8257487b25727
  • Pointer size: 130 Bytes
  • Size of remote file: 86.2 kB
docs/plots/Seaquest_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 7eb6eb18b9343d27d4011ce386164df21159ce5431a59d297c197e18730314dc
  • Pointer size: 130 Bytes
  • Size of remote file: 81.7 kB

Git LFS Details

  • SHA256: 2bfc54461518450e94322b0ec88438985efd4c3b605779eadd8dbff8c42849b7
  • Pointer size: 130 Bytes
  • Size of remote file: 92.3 kB
docs/plots/Skiing_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: e487e7d5d689df11b40fd8de66569ac4b04a14fcdfbdde0d94febc2200283994
  • Pointer size: 130 Bytes
  • Size of remote file: 70 kB

Git LFS Details

  • SHA256: 5cce08dd9c21aceac2d7e0e3ef2679e4b53da29a6ece0c195417fb8185997f29
  • Pointer size: 130 Bytes
  • Size of remote file: 84.4 kB
docs/plots/SpaceInvaders_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: 4318998d31f19bf6aa1aa22392a31a60a515a9f65a2cb2532fd3bbbb66666102
  • Pointer size: 130 Bytes
  • Size of remote file: 87.2 kB

Git LFS Details

  • SHA256: c0852c7bca69d2fb786d0035b297abeca1ae4fa82132886f7d19e1f72d6c2e68
  • Pointer size: 130 Bytes
  • Size of remote file: 97.7 kB
docs/plots/StarGunner_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: df75100de9c72f3370aa841e50421c7b95015c6dfd6c3b95f6ca1fc540545a03
  • Pointer size: 130 Bytes
  • Size of remote file: 82.1 kB

Git LFS Details

  • SHA256: b73af599c13c6167c57285b93f9c05a895f8ffa2fbae226ad2e196ae4f3da5f0
  • Pointer size: 130 Bytes
  • Size of remote file: 90.1 kB
docs/plots/Surround_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: aba8b2a28b49f4ad5b2e04f3f22ab6d8f59cbf58669717ee19bcd20ba1b0752b
  • Pointer size: 130 Bytes
  • Size of remote file: 69.2 kB

Git LFS Details

  • SHA256: 38f442a819584b589a70f71faadd65c2c55e54bc801ac452646df07870411bca
  • Pointer size: 130 Bytes
  • Size of remote file: 74.8 kB
docs/plots/Tennis_multi_trial_graph_mean_returns_ma_vs_frames.png CHANGED

Git LFS Details

  • SHA256: cd9a493367d483b006bcb595441a163cef17151c974db07405bd58f697d47db5
  • Pointer size: 130 Bytes
  • Size of remote file: 82.5 kB

Git LFS Details

  • SHA256: b9e7b29d3fceab6c28c5ace2eaa81494a0217962b7cc49c60b9f20f52ef92d83
  • Pointer size: 130 Bytes
  • Size of remote file: 89.8 kB