Skip to content

samyarmodabber/course-deeprl-vitay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Deep Reinforcement Learning

Source for the course Deep Reinforcement Learning taught at the Chemnitz University of Technology.

https://www.tu-chemnitz.de/informatik/KI/edu/deeprl

Installation

The book is created using Quarto:

https://quarto.org/

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

Usage

Shortcuts for the reveal presentations:

  • q: shows pointer.
  • c: shows pen.
  • s: shows presenter mode.
  • e: pdf printing.
  • f: fullscreen.

Printing to pdf

Export to pdf works better using Decktape and a huge slide size (astefanutti/decktape#151)

npm install -g decktape

The script generate_pdf.sh takes the html slide as an input and generates the pdf at the correct location.

Releases

No releases published

Packages

No packages published

Languages

  • PostScript 99.7%
  • Other 0.3%