mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-08 21:30:45 +08:00
Update hands-on.mdx
This commit is contained in:
@@ -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.**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user