Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,9 @@ model-index:
|
|
| 25 |
This is a trained model of a **PPO** agent playing **LunarLander-v2**
|
| 26 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
## Usage (with Stable-baselines3)
|
| 29 |
TODO: Add your code
|
| 30 |
|
|
|
|
| 25 |
This is a trained model of a **PPO** agent playing **LunarLander-v2**
|
| 26 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 27 |
|
| 28 |
+
The hands-on tutorial for this model from Hugging Face is available at
|
| 29 |
+
[https://huggingface.co/learn/deep-rl-course/unit1/hands-on](https://huggingface.co/learn/deep-rl-course/unit1/hands-on)
|
| 30 |
+
|
| 31 |
## Usage (with Stable-baselines3)
|
| 32 |
TODO: Add your code
|
| 33 |
|