Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-06-27 08:12:51 +02:00
committed by GitHub
parent ad5c4ebacd
commit 4fff37321d

View File

@@ -282,7 +282,7 @@ env.close()
## Create the LunarLander environment 🌛 and understand how it works
### [The environment 🎮](https://gymnasium.farama.org/environments/box2d/lunar_lander/)
### The environment 🎮
In this first tutorial, were going to train our agent, a [Lunar Lander](https://gymnasium.farama.org/environments/box2d/lunar_lander/), **to land correctly on the moon**. To do that, the agent needs to learn **to adapt its speed and position (horizontal, vertical, and angular) to land correctly.**