Skip to content

Commit

Permalink
Adding README and slides in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ansantam committed Feb 1, 2024
1 parent e1ee930 commit e32539c
Show file tree
Hide file tree
Showing 2 changed files with 15,290 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 2nd collaboration workshop on Reinforcement Learning for Autonomous Accelerators (RL4AA'24)

This repository contains the material for the second day of the [RL4AA'24](https://indico.scc.kit.edu/event/3746/timetable/#all.detailed) event.

Homepage for RL4AA Collaboration: [https://rl4aa.github.io/](https://rl4aa.github.io/)

## Theory slides for the tutorial

- [Advanced concepts in RL](https://github.com/RL4AA/RL4AA23/blob/main/slides/Hirlaender_advanced_concepts.pdf), Simon Hirländer

## Python tutorial: meta reinforcement learning implementation example

- Github repository containing the material: [https://github.com/RL4AA/RL4AA23](https://github.com/RL4AA/rl4aa24-tutorial/)
- Tutorial in slide form: [here](https://github.com/RL4AA/rl4aa24-tutorial/tutorial.html#/)

## Getting started

- First, download the material to your local disk by cloning the repository:
`git clone https://github.com/RL4AA/rl4aa24-tutorial.git`
- If you don't have git installed, you can click on the green button that says "Code", and choose to download it as a `.zip` file.
Loading

0 comments on commit e32539c

Please sign in to comment.