-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintroduction-to-reinforcement-learning-and-deep-rl.json
77 lines (77 loc) · 2.62 KB
/
introduction-to-reinforcement-learning-and-deep-rl.json
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
{
"course_details": {
"source": "Google DeepMind",
"title": "Introduction to RL and deep RL",
"course_id": null,
"professors": "Hado van Hasselt, Diana Borsa & Matteo Hessel",
"website_url" : "https://www.deepmind.com/learning-resources/reinforcement-learning-lecture-series-2021",
"year": 2021
},
"lectures":[
{
"number": 1,
"description": "Introduction to Reinforcement Learning",
"video_url": "https://www.youtube.com/watch?v=TCCjZe0y4Qc"
},
{
"number": 2,
"description": "Exploration & Control",
"video_url": "https://www.youtube.com/watch?v=aQJP3Z2Ho8U"
},
{
"number": 3,
"description": "MDPs & Dynamic Programming",
"video_url": "https://www.youtube.com/watch?v=zSOMeug_i_M"
},
{
"number": 4,
"description": "Theoretical Fundamentals of Dynamic Programming Algorithms",
"video_url": "https://www.youtube.com/watch?v=XpbLq7rIJAA"
},
{
"number": 5,
"description": "Model-free Prediction",
"video_url": "https://www.youtube.com/watch?v=eaWfWoVUTEw"
},
{
"number": 6,
"description": "Model-free Control",
"video_url": "https://www.youtube.com/watch?v=t9uf9cuogBo"
},
{
"number": 7,
"description": "Function Approximation",
"video_url": "https://www.youtube.com/watch?v=ook46h2Jfb4"
},
{
"number": 8,
"description": "Planning & models",
"video_url": "https://www.youtube.com/watch?v=FKl8kM4finE"
},
{
"number": 9,
"description": "Policy-Gradient & Actor-Critic methods",
"video_url": "https://www.youtube.com/watch?v=y3oqOjHilio"
},
{
"number": 10,
"description": "Approximate Dynamic Programming",
"video_url": "https://www.youtube.com/watch?v=AJejcug2brU"
},
{
"number": 11,
"description": "Multi-step & Off Policy",
"video_url": "https://www.youtube.com/watch?v=u84MFu1nG4g"
},
{
"number": 12,
"description": "Deep Reinforcement Learning #1",
"video_url": "https://www.youtube.com/watch?v=cVzvNZOBaJ4"
},
{
"number": 13,
"description": "Deep Reinforcement Learning #2",
"video_url": "https://www.youtube.com/watch?v=siDtNqlPoLk"
}
]
}