Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 359 Bytes

TODO.md

File metadata and controls

8 lines (6 loc) · 359 Bytes
  • explore a strategy for choosing the depth of the tree search. The tree search can be of small depth when the game is open, but should be longer when the game gets harder.

  • explore the combination of scoring functions. Maybe the value score can guide us better in open phases of the game, while the survival score is more suited to tougher parts.