frankilepro / blokus_ai

Rainbow to solve blokus gym env
GNU General Public License v3.0
7 stars 3 forks source link

Love this project, can I help? #1

Open robbalian opened 4 years ago

robbalian commented 4 years ago

Hi, I've been wanting to write a Blokus deep AI bot for a while and was so excited to come across this repository. I've used the gym over the past weekend both on Google Colab and locally, and the AI paths you've explored (simple greedy, minimax, DQN, rainbow) are great. Exactly the types of algos I was hoping to see implemented in practice!

It sounds like this may be a university project, do you have any plans to keep updating this project in the future? Would love to help in any way I can.

Cheers and thanks again for open-sourcing all the awesome work you've done so far! -Rob

frankilepro commented 4 years ago

Hi @robbalian, thank you for your interest in our project. It is indeed a university project so it should not be maintained in the future. However, if you have any questions regarding the code base I would be more than happy to help and/or fix the problems.

robbalian commented 4 years ago

@frankilepro Thanks for offering to help. I've made a few changes and may make a fork and mention it here.

Would you be willing to post the final paper as a PDF so people who find this repo can read it? Excited to see your findings, but I couldn't quite follow the Latex