a2c-Pusher-v4 / README.md
Hevagog's picture
Initial commit
75433f5 verified
|
raw
history blame contribute delete
No virus
758 Bytes
---
library_name: stable-baselines3
tags:
- Pusher-v4
- deep-reinforcement-learning
- reinforcement-learning
- stable-baselines3
model-index:
- name: A2C
results:
- task:
type: reinforcement-learning
name: reinforcement-learning
dataset:
name: Pusher-v4
type: Pusher-v4
metrics:
- type: mean_reward
value: -42.25 +/- 2.95
name: mean_reward
verified: false
---
# **A2C** Agent playing **Pusher-v4**
This is a trained model of a **A2C** agent playing **Pusher-v4**
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
## Usage (with Stable-baselines3)
TODO: Add your code
```python
from stable_baselines3 import ...
from huggingface_sb3 import load_from_hub
...
```