santit96 commited on
Commit
21456ba
·
1 Parent(s): aec341d

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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