txia-m commited on
Commit
f8b43ae
·
verified ·
1 Parent(s): 6822009

Upload PPO SpaceInvadersNoFrameskip-v4 trained agent

Browse files
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - SpaceInvadersNoFrameskip-v4
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - stable-baselines3
8
+ model-index:
9
+ - name: PPO
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: SpaceInvadersNoFrameskip-v4
16
+ type: SpaceInvadersNoFrameskip-v4
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 538.50 +/- 119.35
20
+ name: mean_reward
21
+ verified: false
22
+ ---
23
+
24
+ # **PPO** Agent playing **SpaceInvadersNoFrameskip-v4**
25
+ This is a trained model of a **PPO** agent playing **SpaceInvadersNoFrameskip-v4**
26
+ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
+
28
+ ## Usage (with Stable-baselines3)
29
+ TODO: Add your code
30
+
31
+
32
+ ```python
33
+ from stable_baselines3 import ...
34
+ from huggingface_sb3 import load_from_hub
35
+
36
+ ...
37
+ ```
config.json ADDED
The diff for this file is too large to render. See raw diff
 
ppo-SpaceInvadersNoFrameskip-v4-try2.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc39db9d961e632c5f9584c8610cdca4d93df9b03564076958e83a3a52cce25f
3
+ size 20742024
ppo-SpaceInvadersNoFrameskip-v4-try2/_stable_baselines3_version ADDED
@@ -0,0 +1 @@
 
 
1
+ 2.8.0a2
ppo-SpaceInvadersNoFrameskip-v4-try2/data ADDED
The diff for this file is too large to render. See raw diff
 
ppo-SpaceInvadersNoFrameskip-v4-try2/policy.optimizer.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df78a653f2c8b62fbf39035ebe8ace3bd849f9806b2b42e88e2a48ab647b1ca1
3
+ size 13512183
ppo-SpaceInvadersNoFrameskip-v4-try2/policy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bcdc3fe47ff97e19b30454f63e3c4bced7dbc43e8cd3641c700cfc76ed418a
3
+ size 6758591
ppo-SpaceInvadersNoFrameskip-v4-try2/pytorch_variables.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c7431cf6005e7d8f367d79e995f63e2f9b981a37e3437b795d058f9af4308b
3
+ size 1261
ppo-SpaceInvadersNoFrameskip-v4-try2/system_info.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ - OS: Linux-6.6.105+-x86_64-with-glibc2.35 # 1 SMP Thu Oct 2 10:42:05 UTC 2025
2
+ - Python: 3.12.12
3
+ - Stable-Baselines3: 2.8.0a2
4
+ - PyTorch: 2.9.0+cu126
5
+ - GPU Enabled: True
6
+ - Numpy: 2.0.2
7
+ - Cloudpickle: 3.1.2
8
+ - Gymnasium: 1.2.2
9
+ - OpenAI Gym: 0.25.2
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"mean_reward": 538.5, "std_reward": 119.3534666442496, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2025-12-29T08:47:58.950469"}