Commit History

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

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