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 configurable seed for random numbers
23fd1ff

santit96 commited on

Add play mode
3cafd2c

santit96 commited on

Add the posiblity to save checkpoints of the model and the condition on which the model is saved as arguments
fa34b1d

santit96 commited on

Delete constant GAMMA and add it as an command line argument
f899dd3

santit96 commited on

Separate train and evaluation functions od ac3 module in two files
a777e34

santit96 commited on

Add possibility to train from a pretrained model
18a7031

santit96 commited on

Add execution time of the models training and tune of the saving model parameters
570282c

santit96 commited on

Code refactor
254d61f

santit96 commited on

Add posibility to save and load models
676caef

santit96 commited on

A3C and main code refactor
1bd428f

santit96 commited on

Fix bug on env initialization
350e00d

santit96 commited on

Allow to pass hiperparameters as command line arguments
f05ece6

santit96 commited on

Fix unused line
f17d6c1

santit96 commited on

Modify hiperparameters and output
62c6c3b

santit96 commited on

Now the one hot encoding of the words is embeded inside the net, is not necesary to one hot encod on the env now
abff1ef

santit96 commited on

Commiting wordle solver project, state completed, a3c not completed yet
44db2f9

santit96 commited on