jianzhnie commited on
Commit
36c0e27
1 Parent(s): 275b90e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
 
25
  ## Usage
26
  ```python
27
- model = load_from_hub(repo_id="q-Taxi-v3", filename="q-learning.pkl")
28
 
29
  # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
30
  env = gym.make(model["env_id"])
 
24
 
25
  ## Usage
26
  ```python
27
+ model = load_from_hub(repo_id="jianzhnie/q-Taxi-v3", filename="q-learning.pkl")
28
 
29
  # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
30
  env = gym.make(model["env_id"])