JohnnyBoy00 commited on
Commit
1125309
·
verified ·
1 Parent(s): 866535c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -20,13 +20,12 @@ model-index:
20
  verified: false
21
  ---
22
 
23
- # **Q-Learning** Agent playing1 **FrozenLake-v1**
24
  This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** .
25
 
26
  ## Usage
27
 
28
  ```python
29
-
30
  model = load_from_hub(repo_id="JohnnyBoy00/q-FrozenLake-v1-4x4-noSlippery", filename="q-learning.pkl")
31
 
32
  # Don't forget to check if you need to add additional attributes (is_slippery=False etc)
 
20
  verified: false
21
  ---
22
 
23
+ # **Q-Learning** Agent playing **FrozenLake-v1**
24
  This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** .
25
 
26
  ## Usage
27
 
28
  ```python
 
29
  model = load_from_hub(repo_id="JohnnyBoy00/q-FrozenLake-v1-4x4-noSlippery", filename="q-learning.pkl")
30
 
31
  # Don't forget to check if you need to add additional attributes (is_slippery=False etc)