Commit
·
88a7e13
1
Parent(s):
44347c6
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
---
|
23 |
|
24 |
# **Reinforce** agent playing **CartPole-v1**
|
25 |
-
This is a trained model of a
|
26 |
This is a result of the training from the [Deep RL Class](https://github.com/huggingface/deep-rl-class) by Hugging Face.
|
27 |
|
28 |
-
See this (
|
|
|
22 |
---
|
23 |
|
24 |
# **Reinforce** agent playing **CartPole-v1**
|
25 |
+
This is a trained model of a Reinforce agent playing CartPole-v1.
|
26 |
This is a result of the training from the [Deep RL Class](https://github.com/huggingface/deep-rl-class) by Hugging Face.
|
27 |
|
28 |
+
See this [repo](https://github.com/huggingface/deep-rl-class/tree/main/unit5) for the algorithm implementation.
|