codeSpaghetti commited on
Commit
91f4d2b
·
1 Parent(s): a7b99d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
32
  from stable_baselines3 import ...
33
  from huggingface_sb3 import load_from_hub
34
 
35
- repo_id = "osbm/ppo-LunarLander-v2-2"
36
  filename = "ppo-LunarLander-v2.zip"
37
  custom_objects = {
38
  "learning_rate": 0.0,
 
32
  from stable_baselines3 import ...
33
  from huggingface_sb3 import load_from_hub
34
 
35
+ repo_id = "codeSpaghetti/PPO-LunarLander-v2"
36
  filename = "ppo-LunarLander-v2.zip"
37
  custom_objects = {
38
  "learning_rate": 0.0,