Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,9 @@ model-index:
|
|
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
|
|
|
23 |
# **Q-Learning** Agent playing1 **FrozenLake-v1**
|
24 |
This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** .
|
25 |
|
26 |
+
our Q-Learning agent is going **to navigate from the starting state (S) to the goal state (G) by walking only on frozen tiles (F) and avoid holes (H)**.
|
27 |
+
|
28 |
+
|
29 |
## Usage
|
30 |
|
31 |
```python
|