MarkusThill / Connect-Four

A Java framework for the game Connect Four (Connect-4) with different types of agents and algorithms (reinforcement learning [TD with eligibility traces], AlphaBeta-Search, MCTS). Contains a perfect-playing MiniMax agent for evaluation purposes.
MIT License
11 stars 6 forks source link

Test #1

Closed MarkusThill closed 10 years ago

MarkusThill commented 10 years ago

Upload of first version

MarkusThill commented 10 years ago

Done!