wordle-solver / a3c /play.py

Commit History

Update model load to download it from huggingface repo if doesnt exists. Also update readme
3bc694c

santit96 commited on

Add streamlit app to play wordle with ai and change play model base dir
38ae408

santit96 commited on

Fix code style with black and isort
c412087

santit96 commited on

Fix code styles
c10a05f

santit96 commited on

Change suggestion endpoint for play word endpoint
a202b6d

santit96 commited on

Creation of an api module with a rest endpoint /suggest which receives a list of words and states and return a suggestion
1c007bb

santit96 commited on

Add play mode
3cafd2c

santit96 commited on