diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index 7661f8c..b91eab6 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -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, weโ€™re 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.**