Instructions to use mrm8488/a2c-Pong-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use mrm8488/a2c-Pong-v0 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="mrm8488/a2c-Pong-v0", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Added Pong trained model
Browse files- README.md +7 -0
- a2c-Pong-v0.zip +3 -0
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- deep-reinforcement-learning
|
| 4 |
+
- reinforcement-learning
|
| 5 |
+
- stable-baselines3
|
| 6 |
+
---
|
| 7 |
+
# TODO: Fill this model card
|
a2c-Pong-v0.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faa6eb47956a10554a8352967f4d6b462f565ee53a9a69a6c0a23ad00d43d0b9
|
| 3 |
+
size 14883401
|