jianzhnie commited on
Commit
374e21d
1 Parent(s): 5c1a947

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ This is a trained model of a **Q-Learning** agent playing FrozenLake-v1.
25
 
26
  ## Usage
27
  ```python
28
- model = load_from_hub(repo_id="q_FrozenLake_v1_4x4_noSlippery", filename="q-learning.pkl")
29
 
30
  # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
31
  env = gym.make(model["env_id"])
 
25
 
26
  ## Usage
27
  ```python
28
+ model = load_from_hub(repo_id="jianzhnie/q_FrozenLake_v1_4x4_noSlippery", filename="q-learning.pkl")
29
 
30
  # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
31
  env = gym.make(model["env_id"])