Skip to content

algorithmsbooks/DecisionMakingProblems.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Problems from Algorithms for Decision Making

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages