JohnnyBoy00
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -20,13 +20,12 @@ model-index:
|
|
20 |
verified: false
|
21 |
---
|
22 |
|
23 |
-
# **Q-Learning** Agent
|
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)
|