Skip to content

Commit 5449b83

Browse files
committed
news post
1 parent 7c10abc commit 5449b83

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

_bibliography/papers.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ @inproceedings{huangjadhav2025prrtc
2222
preview = {prrtc.gif}
2323
}
2424
@inproceedings{yang2025pachs,
25-
title = {Parallel Heuristic Search as Inference for Actor-Critic Reinforcement Learning Models},
25+
title = {Parallel Heuristic earch as Inference for Actor-Critic Reinforcement Learning Models},
2626
author = {Hanlan Yang and Itamar Mishani and Luca Pivetti and Zachary Kingston and Maxim Likhachev},
2727
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.},
2828
booktitle = icra,
@@ -100,7 +100,7 @@ @misc{guo2026agenticlab
100100
pdf = {https://arxiv.org/abs/2602.01662},
101101
video = {https://www.youtube.com/watch?v=8nfeQnN27jw},
102102
note = {Under Review},
103-
projects = {implicit,long-horizon},
103+
projects = {implicit,long-horizon,hri},
104104
abbr = {ARXIV},
105105
preview = {agenticlab.gif}
106106
}

_news/260210_icra.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
date: 2026-01-31
4+
title: Five papers accepted to ICRA 2026!
5+
inline: false
6+
related_posts: false
7+
linkedin: https://www.linkedin.com/posts/zachary-kingston-79421b294_icra2026-purduecs-activity-7424567557623472128-ouCA
8+
---
9+
10+
The CoMMA Lab will be presenting six papers at [ICRA 2026](https://2026.ieee-icra.org/) in Vienna!
11+
12+
["pRRTC: GPU-Parallel RRT-Connect for Fast, Consistent, and Low-Cost Motion Planning"](/publications#huangjadhav2025prrtc)
13+
with Chih H. Huang, Pranav Jadhav, and Brian Plancher
14+
15+
["Differentiable Particle Optimization for Fast Sequential Manipulation"](/publications#chen2025spasm)
16+
with Lucas Chen and Shrutheesh R. Iyer
17+
18+
["Parallel Heuristic Search as Inference for Actor-Critic Reinforcement Learning Models"](/publications#yang2025pachs)
19+
with Hanlan Yang, Itamar Mishani, Luca Pivetti, and Maxim Likhachev
20+
21+
["Revisiting Replanning from Scratch: Real-Time Incremental Planning with Fast Almost-Surely Asymptotically Optimal Planners"](/publications#sabbadini2025replan)
22+
with Mitchell E. C. Sabbadini, Andrew H. Liu, Joseph Ruan, Tyler S. Wilson, and Jonathan D. Gammell
23+
24+
"One-Shot View Planning and Online Optimization-based Replanning for Unknown Object Reconstruction"
25+
with Jose Johil Patino Minan et al.
26+
27+
We will also be presenting the RA-L paper ["AORRTC: Almost-Surely Asymptotically Optimal Planning with RRT-Connect"](/publications#wilson2025aorrtc)
28+
with Tyler S. Wilson, Wil Thomason, and Jonathan D. Gammell

0 commit comments

Comments
 (0)