-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial_talk.html
More file actions
106 lines (102 loc) · 7.82 KB
/
Copy pathtutorial_talk.html
File metadata and controls
106 lines (102 loc) · 7.82 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="icon" type="image/svg+xml" href="./images/SJTU-logo.svg">
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Tutorials & Talks | SAIL Lab @ SJTU</title>
<!-- MathJax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async>
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<!-- End MathJax -->
</head>
<body>
<header class="site-header">
<div class="brand-bar">
<div class="brand-inner">
<a class="brand-seal" href="https://en.sjtu.edu.cn/" target="_blank"><img src="./images/SJTU-logo-white.svg" alt="Shanghai Jiao Tong University" /></a>
<div class="brand-title">
<a href="index.html">SAIL Lab</a>
<span class="brand-sub">Safe AI and Robot Learning Lab · Shanghai Jiao Tong University</span>
</div>
<div class="brand-links">
<a href="https://github.com/SAIL-Research-Lab" target="_blank" title="SAIL Lab GitHub"><svg viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg></a>
<a href="https://www.youtube.com/@ai-agent-research" target="_blank" title="SAIL Lab YouTube"><svg viewBox="0 0 24 24" aria-hidden="true"><path d="M23.5 6.19a3.02 3.02 0 0 0-2.12-2.14C19.5 3.55 12 3.55 12 3.55s-7.5 0-9.38.5A3.02 3.02 0 0 0 .5 6.19C0 8.07 0 12 0 12s0 3.93.5 5.81a3.02 3.02 0 0 0 2.12 2.14c1.88.5 9.38.5 9.38.5s7.5 0 9.38-.5a3.02 3.02 0 0 0 2.12-2.14C24 15.93 24 12 24 12s0-3.93-.5-5.81zM9.55 15.57V8.43L15.82 12l-6.27 3.57z"/></svg></a>
<a href="mailto:shangding.gu@sjtu.edu.cn">shangding.gu@sjtu.edu.cn</a>
</div>
<button id="nav-toggle" aria-label="Menu" onclick="document.body.classList.toggle('nav-open')">☰</button>
</div>
</div>
<nav class="site-nav">
<div class="nav-inner">
<ul class="nav-list">
<li class="nav-item"><a href="index.html">Home</a></li>
<li class="nav-item"><a href="group.html">People</a></li>
<li class="nav-item"><a href="publication.html">Publications</a></li>
<li class="nav-item"><a href="projects.html">Research & Projects</a></li>
<li class="nav-item"><a href="softwares.html">Products & Software</a></li>
<li class="nav-item current"><a href="tutorial_talk.html">Tutorials & Talks</a></li>
<li class="nav-item"><a href="academic_service.html">Academic Service</a></li>
<li class="nav-item"><a href="join.html">Join Us</a></li>
</ul>
</div>
</nav>
</header>
<div class="page">
<h1>Tutorials & Talks</h1>
<div class="muted" style="margin-top:-6px;">Tutorials and invited talks delivered by Prof. Shangding Gu and lab members.</div>
<h2>Tutorials</h2>
<ul>
<li><p><span style="font-size: 19px;"><b>Tutorial at IJCAI 2024:</b> Presented a tutorial on safe reinforcement learning: bridging theory and practice at <a href="https://ijcai24.org/">IJCAI 2024</a>, see <a href="./tutorials/Safe_RL_IJCAI_Tutorial_2024.pdf" target="_blank">Slides</a></span></p></li>
<li><p><span style="font-size: 19px;"><b>Tutorial at IEEE SmartGridComm 2024:</b> Presented a tutorial on safe reinforcement learning for smart grid control and operations at <a href="https://sgc2024.ieee-smartgridcomm.org/">IEEE SmartGridComm 2024</a>, see <a href="./tutorials/Safe_RL_2024_SmartGridComm.pdf" target="_blank">Slides</a> </span></p></li>
</ul>
<h2>Lectures & Talks</h2>
<ul>
<li><p><span style="font-size: 19px;"><b>Lecture 2024:</b> Invited lecture on safe reinforcement learning and its applications in Virginia Tech's 2024 Machine Learning course.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Lecture 2024:</b> Invited lecture on safe robot learning in WHUT 2024 summer course.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2026:</b> Gave a talk on Agentic AI for Semiconductor Manufacturing at <a href="https://www.lamresearch.com/" target="_blank">Lam Research</a>.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2026:</b> Gave a talk on Agentic AI Scaling at <a href="https://xhslink.cn/o/1aZLjyRO674" target="_blank">Shanghai AI Lab</a>.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2025:</b> Invited talks at Agentic AI Summit, UC Berkeley.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2025:</b> Gave a talk on Safe Robot Learning at <a href="https://sites.google.com/berkeley.edu/lemas-seminar" target="_blank">Shankar Sastry Group</a>, UC Berkeley.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2025:</b> Invited a safe robot learning talk at Stanford University.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2025:</b> Invited a safe learning talk at Westlake.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2025:</b> Gave a talk on Safe Learning at the Applied Mathematics and Statistics Department Postdoctoral Seminar at Johns Hopkins University.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2025:</b> Gave a talk at the <a href="https://meetings.informs.org/wordpress/annual/" target="_blank">2025 INFORMS Annual Meeting</a> in Atlanta, Georgia, USA.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2024:</b> Invited a decision-making for semiconductor manufacturing talk at Lam Research.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2024:</b> Invited a decision-making safety talk at Nanjing University.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2023:</b> Invited a robot learning talk at TU Munich.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2022:</b> Invited a safe multi-agent RL talk at the RL China community.</span></p></li>
<li><p><span style="font-size: 19px;"><b>Talk 2022:</b> Invited a safe RL talk at TU Darmstadt, <a href="https://www.ias.informatik.tu-darmstadt.de/Member/JanPeters">Prof. Jan Peters' lab.</a></span></p></li>
</ul>
<h2>Course</h2>
<h3>Safe Reinforcement Learning</h3>
<ul>
<li><p><span style="font-size: 19px;"> <a href="./courses/safe_rl/Course__Safe_RL_lecture_01.pdf" target="_blank">Lecture 01: Safe Reinforcement Learning: A Brief Introduction</a></span></p></li>
<li><p><span style="font-size: 19px;">Lecture 02: Constrained Markov Decision Processes </span></p></li>
</ul>
</div>
</div>
<footer class="site-footer">
<div class="footer-inner">
© 2026 SAIL Lab (Safe AI and Robot Learning Lab) — School of Computer Science, Shanghai Jiao Tong University<br/>
Principal Investigator: Prof. Shangding Gu (顾尚定) ·
<a href="mailto:shangding.gu@sjtu.edu.cn">shangding.gu@sjtu.edu.cn</a> ·
<a href="https://github.com/SAIL-Research-Lab" target="_blank">GitHub</a> ·
<a href="https://www.youtube.com/@ai-agent-research" target="_blank">YouTube</a> ·
<a href="https://scholar.google.com/citations?user=E1GCDXUAAAAJ&hl=en" target="_blank">Google Scholar</a>
</div>
</footer>
<script>
document.querySelectorAll('.nav-item a').forEach(function(a){
a.addEventListener('click', function(){ document.body.classList.remove('nav-open'); });
});
</script>
</body>
</html>