# DecisionMakingProblems.jl **Repository Path**: jackfgao/DecisionMakingProblems.jl ## Basic Information - **Project Name**: DecisionMakingProblems.jl - **Description**: This package contains various decision problem environments from Algorithms for Decision Making by Mykel Kochenderfer, Tim Wheeler and Kyle Wray. - **Primary Language**: Julia - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-24 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DecisionMakingProblems [![Build Status](https://github.com/algorithmsbooks/DecisionMakingProblems.jl/workflows/CI/badge.svg)](https://github.com/algorithmsbooks/DecisionMakingProblems.jl/actions) [![codecov](https://codecov.io/gh/algorithmsbooks/DecisionMakingProblems.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/algorithmsbooks/DecisionMakingProblems.jl) [![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://algorithmsbooks.github.io/DecisionMakingProblems.jl/) This package contains various decision problem environments from [Algorithms for Decision Making](https://algorithmsbook.com/) by Mykel Kochenderfer, Tim Wheeler and Kyle Wray. ## Installation Start Julia and run the following command: ```julia ] add https://github.com/algorithmsbooks/DecisionMakingProblems.jl ``` ## Usage To use the DecisionMakingProblems module, begin your code with ```julia using DecisionMakingProblems ``` ## Credits Contributors to this package include Sidhart Krishnan, Tim Wheeler, and Mykel Kochenderfer. The 2048 implementation was translated from [a C++ implementation](https://github.com/nneonneo/2048-ai) by Robert Xiao.