santit96 commited on
Commit
338309e
1 Parent(s): 9ad7eee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
  ---
6
+
7
+ ## Wordle solver model
8
+
9
+ This model was trained using Reinforcement Learning with the A3C algorithm implemented with pytorch.
10
+
11
+ It has reached 95% of accuracy.
12
+
13
+ For more information go to the source repo of the project: https://github.com/rootstrap/wordle-solver