Skip to content

Commit 10dcdc8

Browse files
committed
Add link to presentation in README
1 parent 290ca82 commit 10dcdc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This is a python implementation of the Maximum Entropy Inverse Reinforcement Learning (MaxEnt IRL) algorithm based on the similarly named paper by Ziebart et al. and the Maximum Causal Entropy Inverse Reinforcement Learning (MaxCausalEnt IRL) algorithm based on his PhD thesis.
44
Project for the Advanced Seminar in Imitation Learning, summer term 2019, University of Stuttgart.
55

6+
You may also want to have a look at the accompanying [presentation][presentation].
7+
68
For an example demonstrating how the Maximum (non-causal) Entropy IRL algorithm works, see the corresponding Jupyter notebook ([`notebooks/maxent.ipynb`][nb-viewer]).
79
Note that the provided python files (`src/`) contain a slightly more optimized implementation of the algorithms.
810

@@ -19,3 +21,4 @@ The framework contains:
1921
This project solely relies on the following dependencies: `numpy`, `matplotlib`, `itertools`, and `pytest`.
2022

2123
[nb-viewer]: https://nbviewer.jupyter.org/github/qzed/irl-maxent/blob/master/notebooks/maxent.ipynb
24+
[presentation]: https://nbviewer.jupyter.org/github/qzed/irl-maxent/blob/master/Presentation.pdf

0 commit comments

Comments
 (0)