This repository contains the slides that I used for the defense of my PhD, which is about Safe and Efficient Reinforcement Learning for Behavioural Planning in Autonomous Driving. It is powered by reveal.js.
- See the slides 📄 online.
The slides are in simple HTML/CSS/JS, and there are several ways to visualize them.
You can simply clone the repository and open the index.html
file in your favourite browser.
If you fork this repository on github, you can enable github pages in the repository setting, and github will produce a static webpage that will be automatically updated after every commit.
I chose to automatically upload the slides on a personal server, using the scp github action.