Adilbai commited on
Commit
7269356
·
verified ·
1 Parent(s): 63b21ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -85,7 +85,7 @@ from huggingface_sb3 import load_from_hub
85
 
86
  # Load the model from Hugging Face Hub
87
  model = load_from_hub(
88
- repo_id="your_username/ppo-LunarLander-v2",
89
  filename="ppo-LunarLander-v2.zip"
90
  )
91
 
@@ -151,7 +151,7 @@ If you use this model, please cite:
151
  author={[Your Name]},
152
  year={2024},
153
  publisher={Hugging Face Hub},
154
- url={https://huggingface.co/your_username/ppo-LunarLander-v2}
155
  }
156
  ```
157
 
 
85
 
86
  # Load the model from Hugging Face Hub
87
  model = load_from_hub(
88
+ repo_id="Adilbai/ppo-LunarLander-v2",
89
  filename="ppo-LunarLander-v2.zip"
90
  )
91
 
 
151
  author={[Your Name]},
152
  year={2024},
153
  publisher={Hugging Face Hub},
154
+ url={https://huggingface.co/Adilbai/ppo-LunarLander-v2}
155
  }
156
  ```
157