gjstein / Reinforcement-Learning

Simple C++ project that includes header only implementations of Monte Carlo Tree Search(MCTS), Temporal Difference Learning, Minimax, and other agents to evaluate their performance in various two player games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Simple C++ project that includes header only implementations of Monte Carlo Tree Search(MCTS), Temporal Difference Learning, Minimax, and other agents to evaluate their performance in various two player games.


Languages

Language:C++ 99.0%Language:CMake 1.0%