Skip to content

Insper/rl

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2024
Jul 11, 2024
Feb 2, 2024
May 20, 2024
Jan 30, 2025
Feb 2, 2023
Jan 30, 2025
Mar 14, 2023
May 13, 2024
May 5, 2024
Jun 12, 2024
Feb 2, 2024
Feb 2, 2024
Feb 2, 2023

Repository files navigation

Reinforcement Learning

This repository has the Reinforcement Learning subject material.

Offerings

  • 2025/1 - Fabrício Barth
  • 2024/1 - Fabrício Barth
  • 2023/1 - Fabrício Barth
  • 2022/2 - Fabrício Barth

How to setup the environment

python3.10 -m virtualenv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt

How to compile slides using Markdown with beamer

pandoc -t beamer slides.md -o slides.pdf

How to compile slides using only LaTeX

There are some slides in this project that I made using only LaTeX with Beamer. In this case, I use the TexStudio editor to edit and compile it.

How to deploy the web page

mkdocs gh-deploy

How to run the web server locally

mkdocs serve

How to publish the lessons plan

python publish_lessons_plan.py