Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-05-04 07:01:20 +02:00
committed by GitHub
parent f92a952349
commit c8fe275665

View File

@@ -46,12 +46,12 @@ In this notebook, **you'll code your first Reinforcement Learning agent from scr
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit3/envs.gif" alt="Environments"/>
###🎮 Environments:
### 🎮 Environments:
- [FrozenLake-v1](https://gymnasium.farama.org/environments/toy_text/frozen_lake/)
- [Taxi-v3](https://gymnasium.farama.org/environments/toy_text/taxi/)
###📚 RL-Library:
### 📚 RL-Library:
- Python and NumPy
- [Gymnasium](https://gymnasium.farama.org/)