Spaces:
Sleeping
Sleeping
Update README
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
A model that solves Wordle using reinforcement learning
|
4 |
|
|
|
|
|
5 |
## Instalation
|
6 |
Just make sure you have installed:
|
7 |
* python >= 3.8
|
|
|
2 |
|
3 |
A model that solves Wordle using reinforcement learning
|
4 |
|
5 |
+
The solution and code is a merge of [Andrew Ho reinforcement learning solution](https://andrewkho.github.io/wordle-solver/) and [Morvan Zhou a3c Pytorch implementation](https://github.com/MorvanZhou/pytorch-A3C)
|
6 |
+
|
7 |
## Instalation
|
8 |
Just make sure you have installed:
|
9 |
* python >= 3.8
|