paper-with-me

Papers

Code Driven Planning with Domain-Adaptive Critic

2025-09-23 · Zikang Tian, Shaohui Peng, Du Huang, Jiaming Guo, Ruizhi Chen, Rui Zhang, Xishan Zhang, Yuxuan Guo, Zidong Du, Qi Guo, Ling Li, Yewen Pu, Xing Hu, Yunji Chen arxiv

Large Language Models (LLMs) have been widely adopted as task planners for AI agents in sequential decision-making problems, leveraging their extensive world knowledge. However, the gap between their general knowledge and environment-specific requirements often leads to inaccurate plans. To address this, existing approaches rely on frequent LLM queries to iteratively refine plans based on immediate environmental feedback, which incurs substantial query costs. However, this refinement is typically guided by short-term environmental feedback, limiting LLMs from developing plans aligned with long-term rewards. We propose Code Driven Planning with Domain-Adaptive Critic (CoPiC). Instead of relying on frequent queries, CoPiC employs LLMs to generate a diverse set of high-level planning programs, which iteratively produce and refine candidate plans. A trained domain-adaptive critic then evaluates these candidates and selects the one most aligned with long-term rewards for execution. Using high-level planning programs as planner and domain-adaptive critic as estimator, CoPiC improves planning while significantly reducing query costs. Results in ALFWorld, NetHack, and StarCraft II Unit Building show that CoPiC outperforms advanced LLM-based baselines, AdaPlanner and Reflexion, achieving an average (1) 23.33% improvement in success rate and (2) 91.27% reduction in query costs.

📄 PDF Abstract BibTeX arXiv:2509.19077

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeStarcraft II

Similar Papers 제목 키워드 기반

Improved adaptive wind driven optimization algorithm for real-time path planning

2025-11-25 · Shiqian Liu, Azlan Mohd Zain, Le-le Mao arxiv

Recently, path planning has achieved remarkable progress in enhancing global search capability and convergence accuracy through heuristic and learning-inspired optimization frameworks. However, real-time adaptability in …

TIDE: A Trace-Informed Depth-First Exploration for Planning with Temporally Extended Goals

2026-01-17 · Yuliia Suprun, Khen Elimelech, Lydia E. Kavraki, Moshe Y. Vardi arxiv

Task planning with temporally extended goals (TEGs) is a critical challenge in AI and robotics, enabling agents to achieve complex sequences of objectives over time rather than addressing isolated, immediate tasks. Linea…

A Review of Learning-Based Motion Planning: Toward a Data-Driven Optimal Control Approach

2025-12-12 · Jia Hu, Yang Chang, Haoran Wang arxiv

Motion planning for autonomous driving (AD) faces a critical trade-off. While traditional rule-based pipelines offer verifiable safety and interpretability, they often fail to generalize in complex scenarios. Conversely,…

Reinforcement LearningAutonomous DrivingMotion Planning

PANDA: Towards Generalist Video Anomaly Detection via Agentic AI Engineer

2025-09-30 · Zhiwei Yang, Chen Gao, Mike Zheng Shou arxiv

Video anomaly detection (VAD) is a critical yet challenging task due to the complex and diverse nature of real-world scenarios. Previous methods typically rely on domain-specific training data and manual adjustments when…

Video Anomaly Detection

Decoupling Scene Perception and Ego Status: A Multi-Context Fusion Approach for Enhanced Generalization in End-to-End Autonomous Driving

2025-11-17 · Jiacheng Tang, Mingyue Feng, Jiachao Liu, Yaonong Wang 외 arxiv

Modular design of planning-oriented autonomous driving has markedly advanced end-to-end systems. However, existing architectures remain constrained by an over-reliance on ego status, hindering generalization and robust s…

Multi-Task LearningScene UnderstandingAutonomous Driving