danieladejumo commited on
Commit
88a7e13
1 Parent(s): 44347c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 simple Reinforce 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)[] for the algorithm implementation.
 
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.