ryanbhayward / games-puzzles-algorithms

software for CMPUT 355 (initial 396): ugrad course on games, puzzles, algorithms
36 stars 153 forks source link

Make MCTS agent competent #60

Open dmorrill10 opened 8 years ago

dmorrill10 commented 8 years ago

Improve MctsAgent to make it a competent player for hex.

  1. Savebridge/MIAI-reply
  2. MIAI-connectivity
    • With MIAI-connectivity, you have more knowledge to use during search so it's preferable
  3. RAVE/MTF ideas with simulations
    • Live cell harvesting
dmorrill10 commented 8 years ago

@ryanbhayward is interested in looking at and possibly adapting michi's MCTS implementation as well.

dmorrill10 commented 8 years ago

85 adds a RAVE agent.