paper-with-me

홈 › Papers

PlanDQ: Hierarchical Plan Orchestration via D-Conductor and Q-Performer

2024-06-10 · Chang Chen, Junyeob Baek, Fei Deng, Kenji Kawaguchi, Caglar Gulcehre, Sungjin Ahn

Despite the recent advancements in offline RL, no unified algorithm could achieve superior performance across a broad range of tasks. Offline \textit{value function learning}, in particular, struggles with sparse-reward, long-horizon tasks due to the difficulty of solving credit assignment and extrapolation errors that accumulates as the horizon of the task grows.~On the other hand, models that can perform well in long-horizon tasks are designed specifically for goal-conditioned tasks, which commonly perform worse than value function learning methods on short-horizon, dense-reward scenarios. To bridge this gap, we propose a hierarchical planner designed for offline RL called PlanDQ. PlanDQ incorporates a diffusion-based planner at the high level, named D-Conductor, which guides the low-level policy through sub-goals. At the low level, we used a Q-learning based approach called the Q-Performer to accomplish these sub-goals. Our experimental results suggest that PlanDQ can achieve superior or competitive performance on D4RL continuous control benchmark tasks as well as AntMaze, Kitchen, and Calvin as long-horizon tasks.

📄 PDF Abstract BibTeX arXiv:2406.06793

Code (1)

changchencc/plandq 공식 구현

Tasks

continuous-controlContinuous ControlD4RLOffline RLQ-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

SQLConductor: Search-to-Policy Learning for Step-wise Text-to-SQL Orchestration

2026-06-22 · Yizhang Zhu, Zhangyang Peng, Boyan Li, Yuyu Luo arxiv

Text-to-SQL enables users to access relational databases via natural language, but real-world settings remain challenging due to coordinated reasoning over complex database environments. Existing systems often use multi-…

Reinforcement Learning

AgentOrchestra: A Hierarchical Multi-Agent Framework for General-Purpose Task Solving

2025-06-14 · Wentao Zhang, Ce Cui, Yilei Zhao, Rui Hu 외

Recent advances in agent systems based on large language models (LLMs) have demonstrated strong capabilities in solving complex tasks. However, most current methods lack mechanisms for coordinating specialized agents and…

Semiconductor Fab Scheduling with Self-Supervised and Reinforcement Learning

2023-02-14 · Pierre Tassel, Benjamin Kovács, Martin Gebser, Konstantin Schekotihin 외

Semiconductor manufacturing is a notoriously complex and costly multi-step process involving a long sequence of operations on expensive and quantity-limited equipment. Recent chip shortages and their impacts have highlig…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Scheduling+1

The Conductor and the Engine: A Path Towards Co-Designed Reasoning

2025-09-24 · Yuanxin Wang, Pawel Filipczuk, Anisha Garg, Amaan Dhada 외 arxiv

Modern LLM reasoning relies on extensive test-time computation, driven by internal model training and external agentic orchestration. However, this synergy is often inefficient, as model verbosity and poor instruction fo…

Instruction Following

ETOM: A Five-Level Benchmark for Evaluating Tool Orchestration within the MCP Ecosystem

2025-10-22 · Jia-Kai Dong, I-Wei Huang, Chun-Tin Wu, Yi-Tien Tsai arxiv

We introduce ETOM, a five-level benchmark for evaluating multi-hop, end-to-end tool orchestration by LLM agents within a hierarchical Model-Context Protocol (MCP) ecosystem. Existing benchmarks often assess tools in isol…