Update model load to download it from huggingface repo if doesnt exists. Also update readme 3bc694c santit96 commited on Dec 20, 2023
Add streamlit app to play wordle with ai and change play model base dir 38ae408 santit96 commited on Dec 20, 2023
Add new request that select a random word from the vocabulary 5e71af7 santit96 commited on Mar 21, 2023
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 Mar 16, 2023
Add documentation to execute the rs wordle player to the readme 3ac57ee santit96 commited on Mar 8, 2023
Add different sleep so the simulated player dont get errors and plays smoothly 492f7eb santit96 commited on Mar 3, 2023
Add connection to firebase and method to get user attempts from firestore 9b38408 santit96 commited on Feb 28, 2023
Add readme, including instalation, execution modes and parameters and branch explanation 01007c3 santit96 commited on Feb 2, 2023
Add reward for correct letter no matter if it has been rewarded before 335cc71 santit96 commited on Jan 31, 2023
Add the posiblity to save checkpoints of the model and the condition on which the model is saved as arguments fa34b1d santit96 commited on Jan 26, 2023
Delete constant GAMMA and add it as an command line argument f899dd3 santit96 commited on Jan 25, 2023
Separate train and evaluation functions od ac3 module in two files a777e34 santit96 commited on Jan 25, 2023
Add execution time of the models training and tune of the saving model parameters 570282c santit96 commited on Jan 24, 2023