Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-11-07 11:48:57 +01:00
committed by GitHub
parent f96b7cca89
commit fac76eb0bb

View File

@@ -433,7 +433,7 @@ model = PPO(
# TODO: Train it for 1,000,000 timesteps
# TODO: Specify file name for model and save the model to file
model_name = ""
model_name = "ppo-LunarLander-v2"
```
#### Solution