Skip to content

Commit

Permalink
Di 16 Jul 2024 15:16:55 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
vitay committed Jul 16, 2024
1 parent 09c6248 commit d145a4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2 class="anchored" data-anchor-id="lectures">Lectures</h2>
<p>You will find below the links to the slides for each lecture (html and pdf). Outdated videos can be found in this <a href="https://www.youtube.com/playlist?list=PLIEjdhhAF7UJwegwyWUcDrUNJTQfxMcUw">playlist</a>.</p>
<section id="introduction" class="level4">
<h4 class="anchored" data-anchor-id="introduction">1 - Introduction</h4>
<div id="929ad0f1" class="cell" data-execution_count="2">
<div id="df509290" class="cell" data-execution_count="2">
<div class="cell-output cell-output-display cell-output-markdown" data-execution_count="2">
<table class="table table-sm table-striped small">
<colgroup>
Expand Down Expand Up @@ -211,7 +211,7 @@ <h4 class="anchored" data-anchor-id="introduction">1 - Introduction</h4>
</section>
<section id="tabular-rl" class="level4">
<h4 class="anchored" data-anchor-id="tabular-rl">2 - Tabular RL</h4>
<div id="668a455d" class="cell" data-execution_count="3">
<div id="f5a1808c" class="cell" data-execution_count="3">
<div class="cell-output cell-output-display cell-output-markdown" data-execution_count="3">
<table class="table table-sm table-striped small">
<colgroup>
Expand Down Expand Up @@ -267,7 +267,7 @@ <h4 class="anchored" data-anchor-id="tabular-rl">2 - Tabular RL</h4>
</section>
<section id="model-free-rl" class="level4">
<h4 class="anchored" data-anchor-id="model-free-rl">3 - Model-free RL</h4>
<div id="6dc34e8f" class="cell" data-execution_count="4">
<div id="50daa696" class="cell" data-execution_count="4">
<div class="cell-output cell-output-display cell-output-markdown" data-execution_count="4">
<table class="table table-sm table-striped small">
<colgroup>
Expand Down Expand Up @@ -333,7 +333,7 @@ <h4 class="anchored" data-anchor-id="model-free-rl">3 - Model-free RL</h4>
</section>
<section id="model-based-rl" class="level4">
<h4 class="anchored" data-anchor-id="model-based-rl">4 - Model-based RL</h4>
<div id="cc668a99" class="cell" data-execution_count="5">
<div id="7cbaaf52" class="cell" data-execution_count="5">
<div class="cell-output cell-output-display cell-output-markdown" data-execution_count="5">
<table class="table table-sm table-striped small">
<colgroup>
Expand Down Expand Up @@ -374,7 +374,7 @@ <h4 class="anchored" data-anchor-id="model-based-rl">4 - Model-based RL</h4>
</section>
<section id="outlook" class="level4">
<h4 class="anchored" data-anchor-id="outlook">5 - Outlook</h4>
<div id="3e8f4c6b" class="cell" data-execution_count="6">
<div id="34f5a03a" class="cell" data-execution_count="6">
<div class="cell-output cell-output-display cell-output-markdown" data-execution_count="6">
<table class="table table-sm table-striped small">
<colgroup>
Expand Down Expand Up @@ -403,7 +403,7 @@ <h4 class="anchored" data-anchor-id="outlook">5 - Outlook</h4>
<h2 class="anchored" data-anchor-id="exercises">Exercises</h2>
<p>You will find below links to download the notebooks for the exercises (which you have to fill) and their solution (which you can look at after you have finished the exercise). It is recommended not to look at the solution while doing the exercise unless you are lost. Alternatively, you can run the notebooks directly on Colab (<a href="https://colab.research.google.com/" class="uri">https://colab.research.google.com/</a>) if you have a Google account.</p>
<p>For instructions on how to install a Python distribution on your computer, check this <a href="./webpage/Installation.html">page</a>.</p>
<div id="6558dac7" class="cell" data-execution_count="8">
<div id="a4c7bbc1" class="cell" data-execution_count="8">
<div class="cell-output cell-output-display cell-output-markdown" data-execution_count="8">
<table class="table table-sm table-striped small">
<thead>
Expand Down
Binary file modified docs/slides/pdf/1.2-Basics.pdf
Binary file not shown.
Binary file modified docs/slides/pdf/2.1-Bandits.pdf
Binary file not shown.

0 comments on commit d145a4c

Please sign in to comment.