Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Nov 1, 2023
1 parent 9adfaf5 commit f83744f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ make install-dev
```
# Your code here
```

TODOs:
- verständnisampel s. fast.ai
- intuition als prio
- großes visualisierung aller themen
- beispielprojekt
- klar machen dass komponenten beliebig kombinierbar sind
29 changes: 29 additions & 0 deletions course_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Modulkatalog Lernziele:
Die Studierenden sind in der Lage Problemstellungen als Reinforcement Learning Aufgabe zu formulieren und Lösungsansätze aus aktuellen Forschungsergebnissen zu entwickeln.
Dazu haben sie einen Überblick über die Forschungslandschaft mit Schwerpunkt Meta Reinforcement Learning gewonnen.
In einen abschließenden Projekt haben die Studierenden gelernt diese Konzepte selbständig weiterzuentwickeln und praktisch umzusetzen.

Modulkatalog Stoffplan: Erweiterungen des MDP Frameworks, Aktuelle RL Algorithmen, RL in der Praxis, Meta RL, RL Lernen

Modulkatalog Vorkenntnisse: Reinforcement Learning

Modulkatalog Literaturempfehlungen: -


Description Website:
Reinforcement Learning (RL) in principle offers a highly interesting path for AI problem solving: entwining data collection and model learning to find novel solutions.
While this has been successfully done in games, robotics and even some natural sciences like physics or chemistry, RL solution strategies are to date brittle and often lack generalization capabilities.
Therefore RL research has been trying to find better algorithms -- through improving the algorithms themselves, configuring them more efficiently or learning to support them in their tasks.
This course will cover these ideas and you see how RL and MetaRL can be combined to solve RL problems.
The accompanying seminar session will offer opportunities for you to discuss how the ideas from the lecture can be applied in non-standard RL scenarios like continual learning.
At the end of the semester, you will apply these skills to drafting a research proposal improving one such setting for the exam.

Recommended pre-requisites:
The contents of our lecture "Reinforcement Learning" are mandatory for this course. We will *not* have time to recap these basics, you'll be expected to know the concepts and algorithms from this lecture and be able to implement them!

Lecture topics include:
- Extensions to Markov-Decision Processes
- The state of RL algorithms
- RL in research & practice
- MetaRL
- Learning to Reinforcement learn

0 comments on commit f83744f

Please sign in to comment.