wordle-solver / a3c /train.py

Commit History

Fix code style with black and isort
c412087

santit96 commited on

Fix code styles
c10a05f

santit96 commited on

Add configurable seed for random numbers
23fd1ff

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