A working trained through reinforcment learning model for texas holdem
A working trained through reinforcment learning model for texas holdem
I trained models though evolution training, all is left is to just make it useable with good inteface
Log in to leave a comment
yeah, so the issue is that LSTM’s are not fit to train through evolutionary technics, I remade encoder to return winrate and confidence of other players and implmeneted simple MLP which can be trained with this technic
Log in to leave a comment
I cahnged architecture of my model to have 2 heads, I also worked on fully working model, right now it just needs improvments in encoder part.
Log in to leave a comment
I changed env for one suited for table with more than 2 players, right now I am designin model and encoder for data, simulating poker is done and system of reward is done, only part left in training loop is to add DL parts to it.
Log in to leave a comment
All folder architecture + envs is done
Log in to leave a comment