Skip to content

warg-void/Gamblers-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gambler's Problem from Sutton & Barto in C++.

The goal of the problem is to get $100, the gambler chooses the bet size and has a 0.4 chance of winning.

Value Function Policy
Value Function Policy

To Build

Install Matplot++ first, that is the graphing library used.

To build & run:

cmake -B build
cmake --build build
./build/myplot

About

Gambler's Problem from Sutton & Barto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published