Skip to content

amilich/monte_carlo_forest_fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Forest Fire

CS227B Spring 2017

Codebase for our game player; note that MCTS = Monte Carlo Tree Search. See our main player files below:

Our MCTS Player Class is tasked with searching for a move given a game state. To do so, it performed Monte Carlo Tree Search (MCTS) with our MCTS Node Class. This requires thousands (or millions) of game simulations, which are performed by our Integer Based Propnet. The propnet - propositional net - optimizes data structures for cache usage and determining game states.

About

General game playing agent with propositional net and multi-threaded Monte Carlo Tree Search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •