-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fc3b5f
commit a45b716
Showing
9 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"docs.css": "./dist/docs.bcd8039a90cc3d10c0e0.css", | ||
"docs.js": "./dist/docs.bcd8039a90cc3d10c0e0.js" | ||
"docs.css": "./dist/docs.c985c0216f2d45dfff7f.css", | ||
"docs.js": "./dist/docs.c985c0216f2d45dfff7f.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
link: / | ||
- name: Research | ||
link: /research/ | ||
- name: Publications | ||
link: /publications/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
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://arxiv.org/abs/2311.18684" target="_blank">Handling Cost and Constraints with Off-Policy Deep Reinforcement Learning</a></p> | ||
<p class="pub-authors">Jared Markowitz, <span class="self-author">Jesse Silverberg</span>, Gary Collins</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="{% link js/tracker.js %}"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters