Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Aug 7, 2022
0 parents commit a6c2166
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Algorithms for Decision Making
* Ancillaries for the textbook*

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).

## Problem definitions

The problem environments used in the book (summarized in Appendix F) have been implemented in the Julia package [DecisionMakingProblems.jl](https://algorithmsbook.com/decisionmaking).

## Code

All textbook code can be found in this [repository](https://github.com/algorithmsbooks/decisionmaking-code).

## Figures

All figures can be downloaded [here](https://github.com/algorithmsbooks/decisionmaking-figures). Feel free to use these figures in presentations.

## Syllabi

As more universities begin offering courses based on the textbook, we will link to their public syllabi.

1. Stanford University, [CS238: Decision Making under Uncertainty](https://cs238.stanford.edu/)
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)

## Errata

Errata to the print version can be found [here](https://github.com/algorithmsbooks/decisionmaking). You may also file issue reports there.

0 comments on commit a6c2166

Please sign in to comment.