pabloramesc commited on
Commit
625ca51
·
verified ·
1 Parent(s): 99a13cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -22,6 +22,9 @@ model-index:
22
  ---
23
 
24
  # **Reinforce** Agent playing **Pixelcopter-PLE-v0**
25
- This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
26
  To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
 
 
 
27
 
 
22
  ---
23
 
24
  # **Reinforce** Agent playing **Pixelcopter-PLE-v0**
25
+ This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0**.
26
  To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
27
+
28
+ The script [reinforce-pixelcopter.py](reinforce-pixelcopter.py) was used to generate and upload this repo.
29
+ Check [requirements.txt](requirements.txt) to install Unit 4 required modules compatible with Python 3.12
30