Skip to content

Commit 383dc88

Browse files
author
jonzamora
committed
initial commit for deep rl wkshp
1 parent 898ab76 commit 383dc88

20 files changed

+147
-0
lines changed

2023/SP23/deep-rl/README.md

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
title: "Deep Reinforcement Learning"
3+
description: "Join us for an immersive workshop on Deep Reinforcement Learning (DRL), a cutting-edge approach for solving complex decision-making problems that is revolutionizing artificial intelligence. This workshop and repository will provide participants with a comprehensive understanding of the fundamental concepts, techniques, and applications of Deep RL."
4+
---
5+
6+
<!--
7+
The above is REQUIRED YAML Frontmatter so the README can be rendered
8+
in the ACM Wiki. DO NOT move the frontmatter from its location.
9+
It is also ESSENTIAL to fill out; make it good!
10+
-->
11+
12+
<!--
13+
If you have any questions about this template, feel free to ask
14+
your Director for help!
15+
-->
16+
17+
<!--
18+
SECTION: Header
19+
---------
20+
Request new headers from you Director to fit your workshop!
21+
-->
22+
23+
![Alt Text (This should be your workshop title written so it's screenreader-compatible)](./figures/Default_Header_Light.png#gh-light-mode-only)
24+
![Alt Text (This should be your workshop title written so it's screenreader-compatible)](./figures/Default_Header_Dark.png#gh-dark-mode-only)
25+
26+
The official ACM AI "Deep Reinforcement Learning" repository.
27+
28+
**Description**: Join us for an immersive workshop on **Deep Reinforcement Learning** (DRL), a cutting-edge approach for solving complex decision-making problems that is revolutionizing artificial intelligence. This workshop and repository will provide participants with a comprehensive understanding of the fundamental concepts, techniques, and applications of Deep RL.
29+
30+
We will cover the following set of topics:
31+
32+
1. Reinforcement Learning Framework
33+
- Types of Tasks
34+
- Exploration and Exploitation
35+
- 2 Main Approaches for solving problems with RL
36+
2. From Q-Learning to Deep Q-Learning
37+
- Q-Learning Algorithm
38+
- Q-Learning Example
39+
- Deep Q-Network (DQN)
40+
- Deep Q Algorithm
41+
- Deep Q-Network Example
42+
3. Beyond Deep Q-Learning
43+
- Overview of popular Deep RL algorithms
44+
- Successful (and un-successful) Applications of Deep RL
45+
- Open problems in Deep RL Research
46+
47+
<!--
48+
Mandatory Sections:
49+
- File Directory Structure
50+
- Workshop Recording
51+
- if you recorded your workshop, please make it available here
52+
- Getting Started
53+
- Give an interesting description of your workshop!
54+
- E.g. you can use the marketing descriptiong (w/o the emojis
55+
and make the nouns general ('you' becomes 'the reader'))
56+
- Resources
57+
- Images, papers, etc
58+
- Author Info
59+
- About yourself! This is so you get credit for your work!
60+
Other Possible Sections:
61+
- Datasets
62+
- Separate from 'Resources' to distinguish between inspiration and
63+
things like datasets used in a notebook
64+
- Anything else you'd like, but try not to be redundant!
65+
-->
66+
67+
<!--
68+
SECTION: Workshop Video
69+
---------
70+
Most, if not all, workshops should have recordings. Once the recording
71+
is posted to the ACMUCSD YT channel (https://www.youtube.com/channel/UCyjPATFqc3FwOiuqJ2UG1Eg),
72+
replace the text with an <img> element.
73+
-->
74+
75+
# 1. Workshop Video
76+
77+
*Will be added as soon as uploaded to YouTube*
78+
79+
<!--
80+
<div align="center">
81+
<a href="YT Video Link">
82+
<img
83+
src="YT Max Res Thumbnail Link"
84+
alt="Screen reader-compatible alt text"
85+
width="500px"
86+
/>
87+
</a>
88+
</div>
89+
-->
90+
91+
<!--
92+
SECTION: File Directory Structure
93+
---------
94+
Write out your File Directory Structure below (make sure it's up-to-date)
95+
-->
96+
97+
# 2. File Directory Structure
98+
99+
```bash
100+
deep-rl
101+
| -- figures
102+
| -- Default_Header_Dark.png
103+
| -- Default_Header_Light.png
104+
| -- src
105+
| -- README.md
106+
```
107+
108+
<!--
109+
SECTION: Getting Started
110+
---------
111+
Brief description of your workshop here
112+
-->
113+
114+
# 3. Getting Started
115+
116+
<!--
117+
You can write something up or use the marketing description.
118+
-->
119+
120+
*To Be Updated!*
121+
122+
<!--
123+
SECTION: Resources
124+
---------
125+
Make sure to cite everything you use, whether directly or for inspiration!
126+
-->
127+
128+
# 4. Resources
129+
130+
<!--
131+
List all your resources below; DO NOT skimp on this part!
132+
-->
133+
134+
- [The RL Book](http://incompleteideas.net/book/the-book.html)
135+
- [Deep RL Course @ UCB](https://rail.eecs.berkeley.edu/deeprlcourse/)
136+
137+
138+
<!--
139+
SECTION: Author Info
140+
---------
141+
Make sure to give yourself credit for your work by listing yourself and
142+
your partners below! Add your LinkedIn and GitHub!
143+
-->
144+
145+
# 5. Author Info
146+
147+
- Jonathan Zamora: [LinkedIn](https://www.linkedin.com/in/jonzamora18) | [GitHub](https://github.com/jonzamora)
Loading
Loading

0 commit comments

Comments
 (0)