Skip to content

Commit e803d4d

Browse files
committed
add HW13 & HW14
1 parent 58fbc6c commit e803d4d

5 files changed

Lines changed: 74 additions & 8 deletions

File tree

docs/homeworks/week11.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ You can download the homework questions from the following link:
1717

1818
You can use this [template for your answers](https://github.com/DeepRLCourse/Homework-11-Template){:target="_blank"}.
1919

20-
<!-- ## Explanation
20+
## Explanation
2121

22-
<iframe width="996" height="560" src="https://www.youtube.com/embed/g8FdRZsW810" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
22+
<iframe width="996" height="560" src="https://www.youtube.com/embed/bbyFRL3tKXw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2323

24-
<iframe width="996" height="560" src="https://www.youtube.com/embed/6V4_eTymjck" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
24+
<iframe width="996" height="560" src="https://www.youtube.com/embed/KPQPNBeAkzE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2525

2626
## Submission
2727

docs/homeworks/week12.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ You can download the homework questions from the following link:
1717

1818
You can use this [template for your answers](https://github.com/DeepRLCourse/Homework-12-Template){:target="_blank"}.
1919

20-
<!-- ## Explanation
20+
## Explanation
2121

22-
<iframe width="996" height="560" src="https://www.youtube.com/embed/g8FdRZsW810" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
22+
<iframe width="996" height="560" src="https://www.youtube.com/embed/wwn7PVENi4k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2323

24-
<iframe width="996" height="560" src="https://www.youtube.com/embed/6V4_eTymjck" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
24+
<iframe width="996" height="560" src="https://www.youtube.com/embed/SWsq1KWrgXY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2525

2626
## Submission
2727

docs/homeworks/week13.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1+
---
2+
description: This page contains the homework assignment for Week 13 of the Deep Reinforcement Learning course, focusing on Multi-Agent RL Methods.
3+
comments: True
4+
---
5+
16
# HW13: Multi-Agent Methods
27

8+
Welcome to the 13th homework assignment of the Deep Reinforcement Learning course! We are excited to see you apply the concepts learned in the lectures, recitation, and workshop.
9+
10+
## Homework
11+
12+
You can download the homework questions from the following link:
13+
14+
[HW13 Questions](https://raw.githubusercontent.com/DeepRLCourse/Homework-13-Questions/refs/heads/main/HW13_Questions.pdf){:target="_blank" .md-button }
15+
16+
[HW13 Notebook 1](https://github.com/DeepRLCourse/Homework-13-Questions/tree/main/HW_13_first_part.ipynb){:target="_blank" .md-button }
17+
[HW13 Notebook 2](https://github.com/DeepRLCourse/Homework-13-Questions/tree/main/HW_13_second_part.ipynb){:target="_blank" .md-button }
18+
19+
You can use this [template for your answers](https://github.com/DeepRLCourse/Homework-13-Template){:target="_blank"}.
20+
21+
<!-- ## Explanation
22+
23+
<iframe width="996" height="560" src="https://www.youtube.com/embed/wwn7PVENi4k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
24+
25+
<iframe width="996" height="560" src="https://www.youtube.com/embed/SWsq1KWrgXY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
26+
27+
## Submission
28+
29+
Please submit your completed homework on Quera by the deadline:
30+
31+
- **Submission Link:** [Quera Course Page](https://quera.org/course/add_to_course/course/20598/){:target="_blank"}
32+
33+
- **Deadline:** <span style="direction: rtl;font-family: Vazirmatn;">۲۰ شهریور (September 11)</span> at 11:59 PM
34+
35+
Good luck, and we look forward to your submissions!

docs/homeworks/week14.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1+
---
2+
description: This page contains the homework assignment for Week 14 of the Deep Reinforcement Learning course, focusing on Hierarchical & Meta RL.
3+
comments: True
4+
---
5+
6+
17
# HW14: Hierarchical & Meta RL
28

9+
Welcome to the 14th homework assignment of the Deep Reinforcement Learning course! We are excited to see you apply the concepts learned in the lectures, recitation, and workshop.
10+
11+
## Homework
12+
13+
You can download the homework questions from the following link:
14+
15+
[HW14 Questions](https://raw.githubusercontent.com/DeepRLCourse/Homework-14-Questions/refs/heads/main/HW14_Questions.pdf){:target="_blank" .md-button }
16+
17+
[HW14 Notebook](https://github.com/DeepRLCourse/Homework-14-Questions/tree/main/HW14_Notebook.ipynb){:target="_blank" .md-button }
18+
19+
You can use this [template for your answers](https://github.com/DeepRLCourse/Homework-14-Template){:target="_blank"}.
20+
21+
<!-- ## Explanation
22+
23+
<iframe width="996" height="560" src="https://www.youtube.com/embed/wwn7PVENi4k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
24+
25+
<iframe width="996" height="560" src="https://www.youtube.com/embed/SWsq1KWrgXY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
26+
27+
## Submission
28+
29+
Please submit your completed homework on Quera by the deadline:
30+
31+
- **Submission Link:** [Quera Course Page](https://quera.org/course/add_to_course/course/20598/){:target="_blank"}
32+
33+
- **Deadline:** <span style="direction: rtl;font-family: Vazirmatn;">۲۰ شهریور (September 11)</span> at 11:59 PM
34+
35+
Good luck, and we look forward to your submissions!

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Total possible points: 20 + 3 = 23
653653
</p>
654654
</span> -->
655655

656-
- ![Instructor Avatar](assets/images/staff/HamidReza-Akbari.jpg){align=left width="150"}
656+
<!-- - ![Instructor Avatar](assets/images/staff/HamidReza-Akbari.jpg){align=left width="150"}
657657
<span class="description">
658658
<p>**HamidReza Akbari**</p>
659659
<p>Teaching Assistant</p>
@@ -662,7 +662,7 @@ Total possible points: 20 + 3 = 23
662662
[:fontawesome-brands-github:](https://github.com/hakbari14){:target="_blank"}
663663
[:fontawesome-brands-linkedin-in:](https://linkedin.com/in/hamid-reza-akbari-154257104){:target="_blank"}
664664
</p>
665-
</span>
665+
</span> -->
666666

667667
- ![Instructor Avatar](assets/images/staff/Hamidreza-Ebrahimpour.jpg){align=left width="150"}
668668
<span class="description">

0 commit comments

Comments
 (0)