mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-07-18 04:20:33 +08:00
Update hands-on.mdx
This commit is contained in:
@@ -433,7 +433,7 @@ model = PPO(
|
|||||||
# TODO: Train it for 1,000,000 timesteps
|
# TODO: Train it for 1,000,000 timesteps
|
||||||
|
|
||||||
# TODO: Specify file name for model and save the model to file
|
# TODO: Specify file name for model and save the model to file
|
||||||
model_name = ""
|
model_name = "ppo-LunarLander-v2"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Solution
|
#### Solution
|
||||||
|
|||||||
Reference in New Issue
Block a user