Skip to content

Commit b2ec40d

Browse files
Merge upstream main
2 parents d3228f1 + 773dc5b commit b2ec40d

21 files changed

Lines changed: 2355 additions & 896 deletions

MDPLib.lean

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-- This module serves as the root of the `MDPLib` library.
2+
-- Import modules here that should be built as part of the library.
3+
4+
import MDPLib.Probability.Prelude
5+
import MDPLib.Probability.Defs
6+
import MDPLib.Probability.Basic
7+
import MDPLib.Probability.Quantile
8+
9+
import MDPLib.Risk.VaR
10+
11+
import MDPLib.MDP.Histories

0 commit comments

Comments
 (0)