DeathReaper0965 commited on
Commit
12bac53
1 Parent(s): 2c43073

Add conclusion and update model link

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -35,7 +35,7 @@ from huggingface_sb3 import load_from_hub
35
 
36
 
37
  # Download the model checkpoint
38
- model_checkpoint = load_from_hub("deathReaper0965/ppo-mlp-LunarLander-v2", "ppo-mlp-LunarLander-v2.zip")
39
  # Create a vectorized environment
40
  env = make_vec_env("LunarLander-v2", n_envs=1)
41
 
@@ -64,3 +64,7 @@ try:
64
  except KeyboardInterrupt:
65
  pass
66
  ```
 
 
 
 
 
35
 
36
 
37
  # Download the model checkpoint
38
+ model_checkpoint = load_from_hub("DeathReaper0965/ppo-mlp-LunarLander-v2", "ppo-mlp-LunarLander-v2.zip")
39
  # Create a vectorized environment
40
  env = make_vec_env("LunarLander-v2", n_envs=1)
41
 
 
64
  except KeyboardInterrupt:
65
  pass
66
  ```
67
+
68
+ ## Conclusion
69
+ The above steps ensure that the Agent Model gets downloaded successfully. <br>
70
+ You may need to download the required libraries and packages specific to your operating system to resume training from the supplied checkpoint and run it for more steps.