Commit History

Create main.yml
53e1f27
unverified

santit96 commited on

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

Revert "Add log configuration to flask api"
d560781

santit96 commited on

Add platform to dockerfile and modify dockerignore
e3c9091

santit96 commited on

Add log configuration to flask api
1489119

santit96 commited on

Add dockerignore and an env.example
de68add

santit96 commited on

Dockerize the api rest app
d5ef8f7

santit96 commited on

Add new request that select a random word from the vocabulary
5e71af7

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 documentation to execute the rs wordle player to the readme
3ac57ee

santit96 commited on

Add different sleep so the simulated player dont get errors and plays smoothly
492f7eb

santit96 commited on

Add automatic login to rs wordle to the selenium player
aead3eb

santit96 commited on

Add selenium class to simulate the user in the rs wordle
8430de7

santit96 commited on

Add connection to firebase and method to get user attempts from firestore
9b38408

santit96 commited on

Add test for mask update
6b3e8a6

santit96 commited on

Add some comments
cab6481

santit96 commited on

Refactor to update methods
58a7a7e

santit96 commited on

Fix complex case test and update state updater
b1caebb

santit96 commited on

Add test to evaluate complex cases
d9e6245

santit96 commited on

Update README
21456ba

santit96 commited on

Fix bug in state update with mask
aec341d

santit96 commited on

Fix bug in state update
8dea508

santit96 commited on

Fix bug in state update
29cd0c4

santit96 commited on

Add readme, including instalation, execution modes and parameters and branch explanation
01007c3

santit96 commited on

Add requirements.txt with dependencies
bb63fb8

santit96 commited on

Add reward for correct letter no matter if it has been rewarded before
335cc71

santit96 commited on

Add configurable seed for random numbers
23fd1ff

santit96 commited on

Fix bug in mask update state
8bebef2

santit96 commited on

Delete unused definition
8c1573a

santit96 commited on

Return char reward to its original value
7206f0e

santit96 commited on

Fix typo
db761e2

santit96 commited on

Add correct char reward as a constant
86f1c6b

santit96 commited on

Fix env tests
b8d0d32

santit96 commited on

Fix styles and deleted unused code of wordle_env
79febd9

santit96 commited on

Gitignore images
e300cfa

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

santit96 commited on

Delete unused classes of enviroments
cd5ca59

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