Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.13 KB

DecisionMakingProblems

Build Status codecov Docs

This package contains various decision problem environments from Algorithms for Decision Making by Mykel Kochenderfer, Tim Wheeler and Kyle Wray.

Installation

Start Julia and run the following command:

] add https://github.com/algorithmsbooks/DecisionMakingProblems.jl

Usage

To use the DecisionMakingProblems module, begin your code with

using DecisionMakingProblems

Credits

Contributors to this package include Sidhart Krishnan, Tim Wheeler, and Mykel Kochenderfer.

The 2048 implementation was translated from a C++ implementation by Robert Xiao.