└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Algorithms for Decision Making 2 | *Ancillaries for the textbook* 3 | 4 | This repository contains resources related to [Algorithms for Decision Making](https://algorithmsbook.com/decisionmaking) by Mykel J. Kochenderfer, Tim A. Wheeler, and Kyle H. Wray (MIT Press, 2022). 5 | 6 | ## Problem definitions 7 | 8 | The problem environments used in the book (summarized in Appendix F) have been implemented in the Julia package [DecisionMakingProblems.jl](https://github.com/algorithmsbooks/DecisionMakingProblems.jl). 9 | 10 | ## Code 11 | 12 | All textbook typeset code blocks can be found in this [repository](https://github.com/algorithmsbooks/decisionmaking-code). 13 | 14 | ## Figures 15 | 16 | All figures can be downloaded [here](https://github.com/algorithmsbooks/decisionmaking-figures). Feel free to use these figures in presentations. 17 | 18 | ## Syllabi 19 | 20 | As more universities begin offering courses based on the textbook, we will link to their public syllabi. 21 | 22 | 1. Stanford University, [CS238: Decision Making under Uncertainty](https://cs238.stanford.edu/) 23 | 2. University of Colorado, [ASEN 5519-003: Decision Making under Uncertainty](https://www.colorado.edu/aerospace/sites/default/files/attached-files/asen_5519-003_dmu.pdf) 24 | 3. Brown University, [CSCI 2951-F: Learning and Sequential Decision Making](http://cs.brown.edu/courses/cs2951f/) 25 | 26 | Feel free to file a pull request or issue to add additional courses that use the textbook. 27 | 28 | ## Errata 29 | 30 | Errata to the print version can be found [here](https://github.com/algorithmsbooks/decisionmaking). You may also file issue reports there. 31 | --------------------------------------------------------------------------------