JohnnyBoy00
commited on
Commit
•
7702963
1
Parent(s):
ec48062
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,6 @@ model-index:
|
|
26 |
## Usage
|
27 |
|
28 |
```python
|
29 |
-
|
30 |
model = load_from_hub(repo_id="JohnnyBoy00/q-Taxi-v3", filename="q-learning.pkl")
|
31 |
|
32 |
# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
|
|
|
26 |
## Usage
|
27 |
|
28 |
```python
|
|
|
29 |
model = load_from_hub(repo_id="JohnnyBoy00/q-Taxi-v3", filename="q-learning.pkl")
|
30 |
|
31 |
# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
|