Skip to content

Latest commit

 

History

History
 
 

agents

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Agents based on Monte Carlo Tree Search

This is an agent for the Hearthstone judge framework. This agent choose the most promising using Monte Carlo Tree Search with a neural network.

Features

  • Any time: This agent can be stopped at any time, and return the most promising action so far.
  • Learnable: A neural network is used during the tree expansion. This neural network can be improved from training.