Commit ·
54fe6e4
1
Parent(s): 2b52d84
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,16 +20,14 @@ model-index:
|
|
| 20 |
verified: false
|
| 21 |
---
|
| 22 |
|
| 23 |
-
# **Q-Learning** Agent
|
| 24 |
-
This is a trained model of a **Q-Learning** agent playing **FrozenLake
|
| 25 |
|
| 26 |
## Usage
|
| 27 |
|
| 28 |
```python
|
| 29 |
-
|
| 30 |
model = load_from_hub(repo_id="yigitkucuk/FLS", 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 |
|
|
|
|
| 20 |
verified: false
|
| 21 |
---
|
| 22 |
|
| 23 |
+
# **Q-Learning** Agent playing **FrozenLake**
|
| 24 |
+
This is a trained model of a **Q-Learning** agent playing **FrozenLake** .
|
| 25 |
|
| 26 |
## Usage
|
| 27 |
|
| 28 |
```python
|
|
|
|
| 29 |
model = load_from_hub(repo_id="yigitkucuk/FLS", filename="q-learning.pkl")
|
| 30 |
|
|
|
|
| 31 |
env = gym.make(model["env_id"])
|
| 32 |
```
|
| 33 |
|