This package contains various decision problem environments from Algorithms for Decision Making by Mykel Kochenderfer, Tim Wheeler and Kyle Wray.
Start Julia and run the following command:
] add https://github.com/algorithmsbooks/DecisionMakingProblems.jl
To use the DecisionMakingProblems module, begin your code with
using DecisionMakingProblems
Contributors to this package include Sidhart Krishnan, Tim Wheeler, and Mykel Kochenderfer.
The 2048 implementation was translated from a C++ implementation by Robert Xiao.