test_model / README.md
danieladejumo's picture
Initial Commit
a01c74b
|
raw
history blame contribute delete
No virus
749 Bytes
---
tags:
- CartPole-v1
- reinforce
- reinforcement-learning
- custom-implementation
- deep-rl-class
model-index:
- name: test_model
results:
- task:
type: reinforcement-learning
name: reinforcement-learning
dataset:
name: CartPole-v1
type: CartPole-v1
metrics:
- type: mean_reward
value: 209.20 +/- 97.11
name: mean_reward
verified: false
---
# **Reinforce** agent playing **CartPole-v1**
This is a trained model of a Reinforce agent playing CartPole-v1.
This is a result of the training from the [Deep RL Class](https://github.com/huggingface/deep-rl-class) by Hugging Face.
See this [repo](https://github.com/huggingface/deep-rl-class/tree/main/unit5) for the algorithm implementation.