cryptoque commited on
Commit
ecd44d1
•
1 Parent(s): a44e472

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ model_architecture = "PPO"
86
  ## Define a repo_id
87
  ## repo_id is the id of the model repository from the Hugging Face Hub (repo_id = {organization}/{repo_name} for instance ThomasSimonini/ppo-LunarLander-v2
88
  ## CHANGE WITH YOUR REPO ID
89
- repo_id = "ThomasSimonini/ppo-LunarLander-v2" # Change with your repo id, you can't push with mine 😄
90
 
91
  ## Define the commit message
92
  commit_message = "Upload PPO LunarLander-v2 trained agent"
 
86
  ## Define a repo_id
87
  ## repo_id is the id of the model repository from the Hugging Face Hub (repo_id = {organization}/{repo_name} for instance ThomasSimonini/ppo-LunarLander-v2
88
  ## CHANGE WITH YOUR REPO ID
89
+ repo_id = "cryptoque/ppo-LunarLander-v2" # Change with your repo id, you can't push with mine 😄
90
 
91
  ## Define the commit message
92
  commit_message = "Upload PPO LunarLander-v2 trained agent"