Push to Hub
Browse files- A2C-Atari-Pong.zip +3 -0
- A2C-Atari-Pong/_stable_baselines3_version +1 -0
- A2C-Atari-Pong/data +0 -0
- A2C-Atari-Pong/policy.optimizer.pth +3 -0
- A2C-Atari-Pong/policy.pth +3 -0
- A2C-Atari-Pong/pytorch_variables.pth +3 -0
- A2C-Atari-Pong/system_info.txt +9 -0
- README.md +37 -0
- config.json +0 -0
- replay.mp4 +0 -0
- results.json +1 -0
A2C-Atari-Pong.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5198129e3c59366995bb53dd0650678f0c38ee875c9817d48e440bea26481a3
|
3 |
+
size 13832108
|
A2C-Atari-Pong/_stable_baselines3_version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2.3.2
|
A2C-Atari-Pong/data
ADDED
The diff for this file is too large to render.
See raw diff
|
|
A2C-Atari-Pong/policy.optimizer.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aadf8ef0cd12d7a95e4e2879e4bf8d25a45667938a1e8364b38066af47788ab2
|
3 |
+
size 6757710
|
A2C-Atari-Pong/policy.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b736efe557aa603dd845c1877f66fc75019510ef866d98053f1729acf13a8fea
|
3 |
+
size 6757874
|
A2C-Atari-Pong/pytorch_variables.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c35cea3b2e60fb5e7e162d3592df775cd400e575a31c72f359fb9e654ab00c5
|
3 |
+
size 864
|
A2C-Atari-Pong/system_info.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
- OS: Linux-6.5.0-41-generic-x86_64-with-glibc2.35 # 41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 3 11:32:55 UTC 2
|
2 |
+
- Python: 3.9.19
|
3 |
+
- Stable-Baselines3: 2.3.2
|
4 |
+
- PyTorch: 2.4.0+cpu
|
5 |
+
- GPU Enabled: False
|
6 |
+
- Numpy: 1.26.4
|
7 |
+
- Cloudpickle: 3.0.0
|
8 |
+
- Gymnasium: 0.29.1
|
9 |
+
- OpenAI Gym: 0.26.2
|
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: stable-baselines3
|
3 |
+
tags:
|
4 |
+
- PongNoFrameskip-v4
|
5 |
+
- deep-reinforcement-learning
|
6 |
+
- reinforcement-learning
|
7 |
+
- stable-baselines3
|
8 |
+
model-index:
|
9 |
+
- name: A2C
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: reinforcement-learning
|
13 |
+
name: reinforcement-learning
|
14 |
+
dataset:
|
15 |
+
name: PongNoFrameskip-v4
|
16 |
+
type: PongNoFrameskip-v4
|
17 |
+
metrics:
|
18 |
+
- type: mean_reward
|
19 |
+
value: -20.00 +/- 1.26
|
20 |
+
name: mean_reward
|
21 |
+
verified: false
|
22 |
+
---
|
23 |
+
|
24 |
+
# **A2C** Agent playing **PongNoFrameskip-v4**
|
25 |
+
This is a trained model of a **A2C** agent playing **PongNoFrameskip-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
|
|
replay.mp4
ADDED
Binary file (62 kB). View file
|
|
results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"mean_reward": -20.0, "std_reward": 1.2649110640673518, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2024-07-24T14:11:36.973158"}
|