paper-with-me

Papers

Text-to-Decision Agent: Learning Generalist Policies from Natural Language Supervision

2025-04-21 · Shilin Zhang, Zican Hu, Wenhao Wu, Xinyi Xie, Jianxiang Tang, Chunlin Chen, Daoyi Dong, Yu Cheng, Zhenhong Sun, Zhi Wang

RL systems usually tackle generalization by inferring task beliefs from high-quality samples or warmup explorations. The restricted form limits their generality and usability since these supervision signals are expensive and even infeasible to acquire in advance for unseen tasks. Learning directly from the raw text about decision tasks is a promising alternative to leverage a much broader source of supervision. In the paper, we propose Text-to-Decision Agent (T2DA), a simple and scalable framework that supervises generalist policy learning with natural language. We first introduce a generalized world model to encode multi-task decision data into a dynamics-aware embedding space. Then, inspired by CLIP, we predict which textual description goes with which decision embedding, effectively bridging their semantic gap via contrastive language-decision pre-training and aligning the text embeddings to comprehend the environment dynamics. After training the text-conditioned generalist policy, the agent can directly realize zero-shot text-to-decision generation in response to language instructions. Comprehensive experiments on MuJoCo and Meta-World benchmarks show that T2DA facilitates high-capacity zero-shot generalization and outperforms various types of baselines.

📄 PDF Abstract BibTeX arXiv:2504.15046

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCoZero-shot Generalization

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

REGENT: A Retrieval-Augmented Generalist Agent That Can Act In-Context in New Environments

2024-12-06 · Kaustubh Sridhar, Souradeep Dutta, Dinesh Jayaraman, Insup Lee

Building generalist agents that can rapidly adapt to new environments is a key challenge for deploying AI in the digital and real worlds. Is scaling current agent architectures the most effective way to build generalist …

In-Context LearningRetrieval

Vintix II: Decision Pre-Trained Transformer is a Scalable In-Context Reinforcement Learner

2026-04-06 · Andrei Polubarov, Lyubaykin Nikita, Alexander Derevyagin, Artyom Grishin 외 arxiv

Recent progress in in-context reinforcement learning (ICRL) has demonstrated its potential for training generalist agents that can acquire new tasks directly at inference. Algorithm Distillation (AD) pioneered this parad…

Reinforcement Learning

Beyond Sight: Finetuning Generalist Robot Policies with Heterogeneous Sensors via Language Grounding

2025-01-08 · Joshua Jones, Oier Mees, Carmelo Sferrazza, Kyle Stachowicz 외

Interacting with the world is a multi-sensory experience: achieving effective general-purpose interaction requires making use of all available modalities -- including vision, touch, and audio -- to fill in gaps from part…

Robot ManipulationText GenerationVision-Language-Action

PianoMime: Learning a Generalist, Dexterous Piano Player from Internet Demonstrations

2024-07-25 · Cheng Qian, Julen Urain, Kevin Zakka, Jan Peters

In this work, we introduce PianoMime, a framework for training a piano-playing agent using internet demonstrations. The internet is a promising source of large-scale demonstrations for training our robot agents. In parti…

Merging Decision Transformers: Weight Averaging for Forming Multi-Task Policies

2023-03-14 · Daniel Lawson, Ahmed H. Qureshi

Recent work has shown the promise of creating generalist, transformer-based, models for language, vision, and sequential decision-making problems. To create such models, we generally require centralized training objectiv…

Decision MakingMuJoCoSequential Decision Making