Source for the course Deep Reinforcement Learning taught at the Chemnitz University of Technology.
https://www.tu-chemnitz.de/informatik/KI/edu/deeprl
The book is created using Quarto:
Just install it and type make slides or make notes depending on whether you want to compile the slides or the book. The result is in docs/.
Shortcuts for the reveal presentations:
q: shows pointer.c: shows pen.s: shows presenter mode.e: pdf printing.f: fullscreen.
Export to pdf works better using Decktape and a huge slide size (astefanutti/decktape#151)
npm install -g decktapeThe script generate_pdf.sh takes the html slide as an input and generates the pdf at the correct location.