mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-02-08 12:54:32 +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: Specify file name for model and save the model to file
|
||||
model_name = ""
|
||||
model_name = "ppo-LunarLander-v2"
|
||||
```
|
||||
|
||||
#### Solution
|
||||
|
||||
Reference in New Issue
Block a user