wordle-solver / main.py

Commit History

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 named command line arguments and optional arguments
4c2a92d

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

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