Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 812 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 812 Bytes

DecisionMakingProblems

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.