-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
109 lines (100 loc) · 4.41 KB
/
publications.html
File metadata and controls
109 lines (100 loc) · 4.41 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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Josh Hoffman - Publications</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Josh Hoffman's Publications">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header href="generic.html" id="header">
<a href="index.html">
<h1>Publications</h1>
</a>
</header>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<!-- <h2>2020</h2> -->
<h4><a href="https://scholar.google.com/citations?user=xsfh9f0AAAAJ&hl=en">My Google Scholar Page</a></h4>
<h3>2020</h3>
<ul class="alt">
<li>Yuchen Xiao, <b>Joshua Hoffman</b>, Tian Xia and Christopher Amato,
"Learning Multi-Robot Decentralized Macro-Action-Based Policies via a Centralized Q-Net",
IEEE International Conference on Robotics and Automation (ICRA), 2020.
<a href="https://arxiv.org/abs/1909.08776">[PDF]</a>
<a href="https://youtu.be/mk51MPgElj0">[Video]</a>
</li>
<li><b>Josh Hoffman</b>,
“Robustness in macro-action-based deep multi-agent reinforcement learning,”
in First AAAI Conference on Artificial Intelligence Undergraduate Consortium (AAAI-UC), 2020.
(16% acceptance rate)
</li>
<li>Yuchen Xiao, <b>Joshua Hoffman</b>, Tian Xia and Christopher Amato,
"Multi-Agent/Robot Deep Reinforcement Learning with Macro-Actions,"
Thirty-Fourth AAAI Student Abstract and Poster Program, 2020. (spotlight talk)
<a href="https://www.aaai.org/Papers/AAAI/2020GB/SA-XiaoY.604.pdf">[PDF]</a>
</li>
</ul>
<!-- <h2>2019</h2> -->
<h3>2019 </h3>
<ul class="alt">
<li>Yuchen Xiao, <b>Joshua Hoffman</b>, and Christopher Amato,
"Macro-Action-Based Deep Multi-Agent Reinforcement Learning",
Conference on Robot Learning (CoRL), 2019. (27% acceptance rate)
<a href="https://arxiv.org/abs/2004.08646">[PDF]</a>
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Additional information</h2>
<ul class="actions">
<li><a href="https://www.cs.utexas.edu" class="button">CS @ UT</a></li>
<li><a href="index.html" class="button">HOME</a></li>
</ul>
</section>
<section>
<!-- <h2>Etiam feugiat</h2> -->
<dl class="alt">
<!-- <dt>Address</dt>
<dd>1234 Somewhere Road • Nashville, TN 00000 • USA</dd>
<dt>Phone</dt>
<dd>(000) 000-0000 x 0000</dd> -->
<dt>Email</dt>
<dd><a>jbhoffman[at]utexas[dot]edu</a></dd>
</dl>
<ul class="icons">
<!-- <li><a href="#" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li> -->
<li><a href="https://www.instagram.com/jhoff26/" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/jbhoffman613/" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
<li><a href="https://scholar.google.com/citations?user=xsfh9f0AAAAJ&hl=en" class="icon brands fa-google alt"><span class="label">Dribbble</span></a></li>
</ul>
</section>
<p class="copyright">© Joshua Hoffman. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>