-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
273 lines (263 loc) · 7.04 KB
/
mkdocs.yml
File metadata and controls
273 lines (263 loc) · 7.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
site_name: Deep RL Course
site_url: https://deeprlcourse.github.io
theme:
name: material
custom_dir: overrides
font:
text: Ubuntu
code: Red Hat Mono
logo: assets/logo.png
favicon: assets/favicon/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: black
accent: red
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
primary: black
accent: red
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.integrate
# - navigation.indexes
plugins:
- search
- blog:
blog_toc: true
post_readtime_words_per_minute: 250
pagination_per_page: 5
archive: true
archive_name: Archive
archive_date_format: MMMM yyyy
archive_url_date_format: yyyy/MM
archive_pagination_per_page: 10
archive_toc: false
categories_pagination_per_page: 10
categories_toc: false
- tags:
tags_file: blog/tags.md
- social
# - offline
extra:
generator: false
social:
- icon: material/email-outline
link: mailto:deeprlcourse@gmail.com
- icon: fontawesome/brands/github
link: https://github.com/DeepRLCourse
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@DeepRLCourse
- icon: fontawesome/brands/x-twitter
link: https://x.com/DeepRLCourse
- icon: fontawesome/brands/telegram
link: https://t.me/DeepRLCourse
analytics:
provider: google
property: G-Q1YT8K39WE
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
disable_toc_integrate_paths:
- course_notes
- prerequisites
copyright: Made with ❤️ in Robust and Interpretable Machine Learning Lab
nav:
- Home:
- index.md
- Calendar:
- home/calender.md
- Course Notes:
- Conceptual Overview of RL:
- course_notes/intro-to-rl.md
- course_notes/value-based.md
- course_notes/policy-based.md
- course_notes/advanced.md
- course_notes/model-based.md
- course_notes/bandits.md
# - RL Methods in Depth:
# - course_notes/intro-to-phase2.md
# - course_notes/value-based2.md
# - course_notes/policy-based2.md
# - course_notes/exploration.md
# - course_notes/imitation.md
# - course_notes/inverse.md
# - course_notes/offline.md
# - course_notes/multi-agent.md
# - course_notes/hierarchical.md
# - course_notes/meta.md
- Lectures:
- lectures/week1.md
- lectures/week2.md
- lectures/week3.md
- lectures/week4.md
- lectures/week5.md
- lectures/week6.md
- lectures/week7.md
- lectures/week8.md
- lectures/week9.md
- lectures/week10.md
- lectures/week11.md
- lectures/week12.md
- lectures/week13.md
- lectures/week14.md
# - lectures/week15.md
- Guests:
- guests/richard_sutton.md
- guests/chris_watkins.md
- guests/michael_littman.md
- guests/peter_stone.md
- guests/jakob_foerster.md
- guests/nan_jiang.md
- guests/benjamin_eysenbach.md
- guests/ian_osband.md
- guests/jeff_clune.md
- guests/peter_dayan.md
- guests/ida_momennejad.md
- guests/abhishek_gupta.md
- guests/benjamin_van_roy.md
- guests/wolfram_schultz.md
- guests/mark_ho.md
- guests/pascal_poupart.md
- guests/peter_norvig.md
- guests/karl_friston.md
- guests/amy_zhang.md
- guests/adam_white.md
- guests/anne_collins.md
- guests/luis_serrano.md
- guests/martha_white.md
- guests/christopher_amato.md
- guests/marlos_machado.md
- Recitations:
- recitations/week1.md
- recitations/week2.md
- recitations/week3.md
- recitations/week4.md
- recitations/week5.md
- recitations/week6.md
- recitations/week7.md
- recitations/week8.md
- recitations/week9.md
# - recitations/week10.md
# - recitations/week11.md
# - recitations/week12.md
# - recitations/week13.md
# - recitations/week14.md
- Workshops:
- workshops/week1.md
- workshops/week2.md
- workshops/week3.md
- workshops/week4.md
- workshops/week5.md
- workshops/week6.md
# - workshops/week10.md
# - workshops/week11.md
# - workshops/week12.md
# - workshops/week13.md
# - workshops/week14.md
- Homeworks:
- homeworks/week1.md
- homeworks/week2.md
- homeworks/week3.md
- homeworks/week4.md
- homeworks/week5.md
- homeworks/week6.md
- homeworks/week7.md
- homeworks/week8.md
- homeworks/week9.md
- homeworks/week10.md
- homeworks/week11.md
- homeworks/week12.md
- homeworks/week13.md
- homeworks/week14.md
- homeworks/index.md
- Prerequisites:
- prerequisites/deep_learning.md
- prerequisites/game_theory.md
- prerequisites/linear_algebra.md
- prerequisites/numerical_optimization.md
- prerequisites/information_theory.md
- prerequisites/stochastic_processes.md
- Exams:
- exams/midterm.md
- exams/final.md
- exams/index.md
# - Journal Club:
# - journal_club/index.md
- Poster Session:
- Spring 2025:
- poster_session/sp25.md
- poster_session/index.md
- Spring 2024:
- poster_session/sp24.md
- Resources:
- resources/index.md
- Blog:
- blog/index.md
- Tags: blog/tags.md
extra_css:
- stylesheets/extra.css
- stylesheets/vazirmatn.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- md_in_html
- admonition
- pymdownx.blocks.caption
- tables
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- abbr
- extra
- admonition
- pymdownx.details