diff --git a/QAADA_GDG_Discover_Reinforcement_Learning.ipynb b/Notebook.ipynb similarity index 100% rename from QAADA_GDG_Discover_Reinforcement_Learning.ipynb rename to Notebook.ipynb diff --git a/README.md b/README.md index 85bd75e..d615572 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# GDG-QAADA -GDG For once, GDG Forever. +# GDG QAADA: Discover Reinforcement Learning +An introduction into the reinforcement learning framework (agent, environment, state, reward, action) and some fundamental concepts (Markov Decision Process, Bellman Equation, Temporal Difference Learning...) alongside an implementation of a simple navigation agent with Q-Learning algorithm \ No newline at end of file diff --git a/Slides.pdf b/Slides.pdf new file mode 100644 index 0000000..02c87c2 Binary files /dev/null and b/Slides.pdf differ