Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 493 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 493 Bytes

CTron

Implementation of Tron-like game with modern AI. It is made by Hugo Forrat and Thibault Nocchi as a project for an AI class at our CS school.

The plan is to make an implementation of the Monte Carlo tree search, then maybe try reinforcement learning through Q-learning.

Currently, only the MCTS is implemented.