Skip to content

Commit d107d13

Browse files
committed
last change i promise
1 parent 48fab9d commit d107d13

File tree

8 files changed

+15
-39
lines changed

8 files changed

+15
-39
lines changed

_bibliography/papers.bib

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ @string{ijrr
99
@misc{yang2025pachs,
1010
title = {Parallel Heuristic Search as Inference for Actor-Critic Reinforcement Learning Models},
1111
author = {Hanlan Yang and Itamar Mishani and Luca Pivetti and Zachary Kingston and Maxim Likhachev},
12-
abstract = {Actor-Critic models are a class of model-free deep reinforcement learning (RL) algorithms that have demonstrated effectiveness across various robot learning tasks. While considerable research has focused on improving training stability and data sampling efficiency, most deployment strategies have remained relatively simplistic, typically relying on direct actor policy rollouts. In contrast, we propose \pachs{} (\textit{P}arallel \textit{A}ctor-\textit{C}ritic \textit{H}euristic \textit{S}earch), an efficient parallel best-first search algorithm for inference that leverages both components of the actor-critic architecture: the actor network generates actions, while the critic network provides cost-to-go estimates to guide the search. Two levels of parallelism are employed within the search -- actions and cost-to-go estimates are generated in batches by the actor and critic networks respectively, and graph expansion is distributed across multiple threads. We demonstrate the effectiveness of our approach in robotic manipulation tasks, including collision-free motion planning and contact-rich interactions such as non-prehensile pushing.},
12+
abstract = {Actor-Critic models are a class of model-free deep reinforcement learning (RL) algorithms that have demonstrated effectiveness across various robot learning tasks. While considerable research has focused on improving training stability and data sampling efficiency, most deployment strategies have remained relatively simplistic, typically relying on direct actor policy rollouts. In contrast, we propose PACHS (Parallel Actor-Critic Heuristic Search), an efficient parallel best-first search algorithm for inference that leverages both components of the actor-critic architecture: the actor network generates actions, while the critic network provides cost-to-go estimates to guide the search. Two levels of parallelism are employed within the search -- actions and cost-to-go estimates are generated in batches by the actor and critic networks respectively, and graph expansion is distributed across multiple threads. We demonstrate the effectiveness of our approach in robotic manipulation tasks, including collision-free motion planning and contact-rich interactions such as non-prehensile pushing.},
1313
eprint = {2509.25402},
1414
archiveprefix = {arXiv},
1515
primaryclass = {cs.RO},
@@ -88,7 +88,6 @@ @article{wilson2025aorrtc
8888
code = {https://robotic-esp.com/code/aorrtc/},
8989
video = {https://www.youtube.com/watch?v=j1itxP3KuiM},
9090
projects = {realtime},
91-
note = {To Appear},
9291
abbr = {RAL},
9392
preview = {aorrtc.jpg},
9493
selected = {true}
@@ -200,7 +199,8 @@ @inproceedings{buynitsky2025wksp
200199
year = 2025,
201200
pdf = {https://drive.google.com/file/d/1NBt92zhFCtcCSH7jrKMFAdLFEjc5qxV1/view},
202201
projects = {realtime,implicit},
203-
abbr = {WKSP}
202+
abbr = {WKSP},
203+
preview = {fast_bc.jpg}
204204
}
205205
@misc{coumar2025ascii,
206206
title = {Evaluating Machine Learning Approaches for {ASCII} Art Generation},
@@ -212,7 +212,8 @@ @misc{coumar2025ascii
212212
year = 2025,
213213
pdf = {https://arxiv.org/abs/2503.14375},
214214
code = {https://github.com/saiccoumar/deep_ascii_converter},
215-
abbr = {ARXIV}
215+
abbr = {ARXIV},
216+
preview = {ascii.jpg}
216217
}
217218
@inproceedings{liang2024ropras,
218219
title = {Scaling Long-Horizon Online {POMDP} Planning via Rapid State Space Sampling},
@@ -222,7 +223,8 @@ @inproceedings{liang2024ropras
222223
year = 2024,
223224
pdf = {https://arxiv.org/abs/2411.07032},
224225
projects = {realtime},
225-
abbr = {ISRR}
226+
abbr = {ISRR},
227+
preview = {ropras_1.jpg}
226228
}
227229
@misc{guo2024stac,
228230
title = {Efficient Multi-Robot Motion Planning for Manifold-Constrained Manipulators by Randomized Scheduling and Informed Path Generation},
@@ -314,31 +316,6 @@ @misc{Goues2024
314316
projects = {software},
315317
note = {Invited Contributor}
316318
}
317-
@inproceedings{Quintero2024wksp,
318-
title = {Stochastic Implicit Neural Signed Distance Functions for Safe Motion Planning under Sensing Uncertainty},
319-
author = {Carlos Quintero-Peña and Wil Thomason and Zachary Kingston and Anastasios Kyrillidis and Lydia E. Kavraki},
320-
booktitle = {IEEE ICRA 2024 Workshop---Back to the Future: Robot Learning Going Probabilistic},
321-
year = 2024,
322-
pdf = {https://openreview.net/pdf?id=YEcJR7PTl8},
323-
projects = {implicit},
324-
abbr = {WKSP}
325-
}
326-
@inproceedings{Ramsey2024wksp,
327-
title = {Dynamic Motion Planning from Perception via Accelerated Point Cloud Collision Checking},
328-
author = {Clayton W. Ramsey and Zachary Kingston* and Wil Thomason* and Lydia E. Kavraki},
329-
booktitle = {IEEE ICRA 2024 Workshop---Agile Robotics: From Perception to Dynamic Action},
330-
year = 2024,
331-
projects = {software,realtime},
332-
abbr = {WKSP}
333-
}
334-
@inproceedings{Meng2024wksp,
335-
title = {Monitoring Constraints for Robotic Tutors in Nurse Education: A Motion Planning Perspective},
336-
author = {Qingxi Meng* and Carlos Quintero-Peña* and Zachary Kingston and Nicole M. Fontenot and Shannan K. Hamlin and Vaibhav Unhelkar and Lydia E. Kavraki},
337-
booktitle = {IEEE ICRA 2024 Workshop---Workshop on Nursing Robotics},
338-
year = 2024,
339-
projects = {implicit,hri},
340-
abbr = {WKSP}
341-
}
342319
@inproceedings{shome2023privacy,
343320
title = {Robots as AI Double Agents: Privacy in Motion Planning},
344321
author = {Rahul Shome and Zachary Kingston and Lydia E. Kavraki},
@@ -518,7 +495,8 @@ @inbook{kingston2020book
518495
publisher = {Springer Berlin Heidelberg},
519496
address = {Berlin, Heidelberg},
520497
projects = {constraints},
521-
chapter = {Planning Under Manifold Constraints}
498+
chapter = {Planning Under Manifold Constraints},
499+
preview = {constraint.jpg}
522500
}
523501
@inproceedings{kingston2020leads,
524502
title = {Informing Multi-Modal Planning with Synergistic Discrete Leads},

_layouts/bib.liquid

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,9 @@
293293
{% if entry.website %}
294294
<a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button">Website</a>
295295
{% endif %}
296-
297296
{% if entry.doi %}
298-
<a href="https://doi.org/{{ entry.doi }}">
299-
<i
300-
class="ai ai-doi ml-1"
301-
>
302-
</i>
303-
</a>
297+
<a href="https://doi.org/{{ entry.doi }}" class="ai ai-doi"></a>
304298
{% endif %}
305-
306299
</div>
307300
{% if site.enable_publication_badges %}
308301
{% assign entry_has_altmetric_badge = false %}

_sass/_base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,8 +749,13 @@ footer.sticky-bottom {
749749

750750
.title {
751751
font-weight: bolder;
752+
font-size: 1.1rem;
752753
}
753754

755+
.periodical {
756+
color: var(--global-text-color-light)
757+
}
758+
754759
.author {
755760
a {
756761
border-bottom: 1px dashed var(--global-theme-color);
249 KB
Loading
-403 KB
Loading
44.9 KB
Loading
125 KB
Loading
89.1 KB
Loading

0 commit comments

Comments
 (0)