osanseviero
commited on
Commit
·
3ed4d23
1
Parent(s):
1d3af0a
Test commit
Browse files- .gitattributes +1 -0
- README.md +17 -0
- config.json +0 -0
- ppo-SpaceInvadersNoFrameskip-v4.zip +3 -0
- ppo-SpaceInvadersNoFrameskip-v4/_stable_baselines3_version +1 -0
- ppo-SpaceInvadersNoFrameskip-v4/data +0 -0
- ppo-SpaceInvadersNoFrameskip-v4/policy.optimizer.pth +3 -0
- ppo-SpaceInvadersNoFrameskip-v4/policy.pth +3 -0
- ppo-SpaceInvadersNoFrameskip-v4/pytorch_variables.pth +3 -0
- ppo-SpaceInvadersNoFrameskip-v4/system_info.txt +7 -0
- replay.mp4 +3 -0
- results.json +1 -0
.gitattributes
CHANGED
@@ -26,3 +26,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- SpaceInvadersNoFrameskip-v4
|
5 |
+
---
|
6 |
+
|
7 |
+
# **PPO** Agent playing **SpaceInvadersNoFrameskip-v4**
|
8 |
+
This is a trained model of a **PPO** agent playing **SpaceInvadersNoFrameskip-v4** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
9 |
+
|
10 |
+
## Evaluation Results
|
11 |
+
|
12 |
+
mean_reward=1050.00 +/- 350.1642471755219
|
13 |
+
|
14 |
+
## Usage (with Stable-baselines3)
|
15 |
+
|
16 |
+
TODO: Add your code
|
17 |
+
|
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ppo-SpaceInvadersNoFrameskip-v4.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28159a6b5758055c94674d640b204e7a5f25ea55d7d1974a7163a8f2cafeddb4
|
3 |
+
size 20737775
|
ppo-SpaceInvadersNoFrameskip-v4/_stable_baselines3_version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
1.4.0
|
ppo-SpaceInvadersNoFrameskip-v4/data
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ppo-SpaceInvadersNoFrameskip-v4/policy.optimizer.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbd1de2ae0622dbe65d8a45e4d9307cfbd1c9ea54239af0d425792c7308f016b
|
3 |
+
size 13508061
|
ppo-SpaceInvadersNoFrameskip-v4/policy.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a8c351314630cec451588f3941f33019fb8bc4f8150cd82b2b2fa089a46dcb5
|
3 |
+
size 6754881
|
ppo-SpaceInvadersNoFrameskip-v4/pytorch_variables.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d030ad8db708280fcae77d87e973102039acd23a11bdecc3db8eb6c0ac940ee1
|
3 |
+
size 431
|
ppo-SpaceInvadersNoFrameskip-v4/system_info.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
OS: Linux-5.13.0-39-generic-x86_64-with-glibc2.17 #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022
|
2 |
+
Python: 3.8.13
|
3 |
+
Stable-Baselines3: 1.4.0
|
4 |
+
PyTorch: 1.11.0+cu102
|
5 |
+
GPU Enabled: True
|
6 |
+
Numpy: 1.22.1
|
7 |
+
Gym: 0.19.0
|
replay.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:336955e2e7b819f40be56b9dcdc161c6e1df8c55e03ea01fa1e957b2a0526387
|
3 |
+
size 1114630
|
results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"mean_reward": 1050.0, "std_reward": 350.1642471755219, "is_deterministic": false, "n_eval_episodes": 10}
|