Teaching notes, modules, tutorials etc. for the 'Reinforcement Learning for Business' course.
The course notes are automatically generated using GitHub Actions when push to GitHub and can be seen at https://bss-osca.github.io/rl/. They are stored in the branch gh-pages.
Folders:
bookFiles for the teaching nodes. Files related to modules are named<module number>\_<desc>.Rmd. Teaching notes can be seen at https://bss-osca.github.io/rl/. The course notes are automatically generated using GitHub Actions when push to GitHub.book-backup-2023Backup of thebookfolder for the 2023 five ECTS course. Thebookfolder is currently used for the 2025 ten ECTS course.notebooksJupyter notebooks for the course. Files related to modules are named<module number>\_<desc>.ipynb.renvPackage project library using renv. Restore usingrenv::restore().studentA clone of the repository https://github.com/bss-osca/rl-student with student resources. Changes are automatically pushed to therl-studentrepo using GitHub Actions when push to GitHub. [currently not used]slidesCourse slides. Files related to modules are named<module number>\_<desc>-slides.Rmd. The slides can be seen at https://bss-osca.github.io/rl/slides/. The slides must be generated manually inside theslidesfolder and are automatically copied to thegh-pagesbranch using GitHub Actions when push to GitHub.