File size: 749 Bytes
44347c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a01c74b
44347c6
 
 
 
 
88a7e13
44347c6
 
88a7e13
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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.