a2c-CarRacing-v2 / README.md
DavidClark314's picture
Training run
20f026c verified
---
library_name: stable-baselines3
tags:
- CarRacing-v2
- deep-reinforcement-learning
- reinforcement-learning
- stable-baselines3
model-index:
- name: a2c
results:
- task:
type: reinforcement-learning
name: reinforcement-learning
dataset:
name: CarRacing-v2
type: CarRacing-v2
metrics:
- type: mean_reward
value: -93.23 +/- 0.27
name: mean_reward
verified: false
---
# **a2c** Agent playing **CarRacing-v2**
This is a trained model of a **a2c** agent playing **CarRacing-v2**
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
...
```