Commit
·
dbed831
1
Parent(s):
d070c2b
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,9 @@ model-index:
|
|
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 |
```python
|
|
|
22 |
|
23 |
# **Q-Learning** Agent playing **FrozenLake-v1**
|
24 |
This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** .
|
25 |
+
Compared to the 4x4 training model, I increased max_steps to increase likelyhood of finding the goal during exploration. That still did not give a good solution.
|
26 |
+
Then I decreased decay rate to allow for more exploration and increased learning rate. But mostly it was the lower decay rate that improved the result.
|
27 |
+
|
28 |
|
29 |
## Usage
|
30 |
```python
|