anshit03 commited on
Commit
538a861
1 Parent(s): 22cc871

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ model-index:
29
 
30
  model = load_from_hub(repo_id="anshit03/q-FrozenLake-v1-4x4-Slippery", filename="q-learning.pkl")
31
 
32
- # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
33
  env = gym.make(model["env_id"])
34
  ```
35
 
 
29
 
30
  model = load_from_hub(repo_id="anshit03/q-FrozenLake-v1-4x4-Slippery", filename="q-learning.pkl")
31
 
32
+ # Don't forget to check if you need to add additional attributes (is_slippery=True etc)
33
  env = gym.make(model["env_id"])
34
  ```
35