Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 971 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 971 Bytes

hearts

PIMC MCTS Hearts Player Nathan Sturtevant

This software is provided under the GNU General Public License v3.0

This is the historical Hearts program that I developed as part of my PhD thesis, and in subsequent years. I've extraced here the basic files needed to compile and run players against each other with basic/reasonable settings.

This is a PIMC version of the program with MCTS at the backend. You can easily change the rules of the game, the number of PIMC worlds, and the number of simulations used.

The repository does not contain the full update history of the software, but it began development in 1997-1998.

NOTE: This project is being made publicly available primarily for research purposes. The code is also being partially into OpenSpiel: https://github.com/deepmind/open_spiel

We are working on a paper documenting where this source came from for citation purposes. You can contact Nathan Sturtevant for more information on this if needed.