This project basically consists in, using reinforcement learning techniques, train a bot to play connect 4. The project will be developed in several phases.
- Develop the game on Python (done)
- Develop the model bot will use to play
- Train the bot
- Test & play
- Migrate the bot to a web app (create web interface and a JS-based bot)