santit96's picture
Commiting wordle solver project, state completed, a3c not completed yet
44db2f9
raw
history blame
69 Bytes
WORDLE_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
WORDLE_N = 5
REWARD = 10