From fac76eb0bb945ada943739dbf8620ca8ca2f2ca7 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 7 Nov 2023 11:48:57 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit1/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index e788cfb6..9c532aab 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -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