-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
25 lines (21 loc) · 1.42 KB
/
publications.html
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
---
title: Publications
layout: default
---
<div class="publications mx-6 sm:mx-12 xl:mx-20 py-5">
<h2 class='text-4xl sm:text-5xl md:text-6xl tracking-normal font-medium text-indigo-500 my-4 sm:my-6 md:my-8'>Selected Publications</h2>
<p class="text-gray-700 dark:text-gray-300 text-xl leading-relaxed">A full list of publications can be found on <a href="https://scholar.google.com/citations?user=8yLY_hwAAAAJ" target="_blank">Google Scholar</a>.</p>
<div class="mx-4 md:mx-8 lg:mx-12 xl:mx-auto xl:w-11/12">
<div class="pub">
<p class="pub-title"><a href="https://ieeexplore.ieee.org/document/10765956/" target="_blank">Towards Trustworthy Distributed AI Demand Response</a></p>
<p class="pub-authors">Raphael Norman-Tenazas, Cameron Hickert, Tamim Sookoor, Aurora Schmidt, Edward Staley, Joseph Maurio, <span class="self-author">Jesse Silverberg</span>, Paul Wood, Yair Amir</p>
<p class="pub-venue">International Conference on Assured Autonomy (ICAA) 2024</p>
</div>
<div class="pub">
<p class="pub-title"><a href="https://openreview.net/forum?id=kVq667T8CG" target="_blank">Avoiding Value Estimation Error in Off-Policy Deep Reinforcement Learning</a></p>
<p class="pub-authors">Jared Markowitz, <span class="self-author">Jesse Silverberg</span>, Gary Collins</p>
<p class="pub-venue">RLC 2024 ICBINB Workshop</p>
</div>
</div>
</div>
<script src="{% link js/tracker.js %}"></script>