paper-with-me

Papers

First-Order Representation Languages for Goal-Conditioned RL

2025-12-22 · Simon Ståhlberg, Hector Geffner arxiv

First-order relational languages have been used in MDP planning and reinforcement learning (RL) for two main purposes: specifying MDPs in compact form, and representing and learning policies that are general and not tied to specific instances or state spaces. In this work, we instead consider the use of first-order languages in goal-conditioned RL and generalized planning. The question is how to learn goal-conditioned and general policies when the training instances are large and the goal cannot be reached by random exploration alone. The technique of Hindsight Experience Replay (HER) provides an answer to this question: it relabels unsuccessful trajectories as successful ones by replacing the original goal with one that was actually achieved. If the target policy must generalize across states and goals, trajectories that do not reach the original goal states can enable more data- and time-efficient learning. In this work, we show that further performance gains can be achieved when states and goals are represented by sets of atoms. We consider three versions: goals as full states, goals as subsets of the original goals, and goals as lifted versions of these subgoals. The result is that the latter two successfully learn general policies on large planning instances with sparse rewards by automatically creating a curriculum of easier goals of increasing complexity. The experiments illustrate the computational gains of these versions, their limitations, and opportunities for addressing them.

📄 PDF Abstract BibTeX arXiv:2512.19355

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PcLast: Discovering Plannable Continuous Latent States

2023-11-06 · Anurag Koul, Shivakanth Sujit, Shaoru Chen, Ben Evans 외

Goal-conditioned planning benefits from learned low-dimensional representations of rich observations. While compact latent representations typically learned from variational autoencoders or inverse dynamics enable goal-c…

Decision Making

Direction-Conditioned Policies via Compositional Subgoal Scoring for Online Goal-Conditioned Reinforcement Learning

2026-06-15 · Swaminathan S K, Damiya Gondha, Theyanesh Eswaramoorthy Rajahkrishnan, Aritra Hazra arxiv

Hamilton-Jacobi-Bellman theory implies that the optimal goal-conditioned action depends on the goal only through the gradient of the goal-reaching distance at the current state, yet standard online GCRL still conditions …

Reinforcement Learning

Goal-Conditioned Predictive Coding for Offline Reinforcement Learning

2023-07-07 · NeurIPS 2023 11

Recent work has demonstrated the effectiveness of formulating decision making as supervised learning on offline-collected trajectories. Powerful sequence models, such as GPT or BERT, are often employed to encode the traj…

Decision MakingOffline RLreinforcement-learningReinforcement Learning

Goal-Conditioned Imitation Learning using Score-based Diffusion Policies

2023-04-05 · Moritz Reuss, Maximilian Li, Xiaogang Jia, Rudolf Lioutikov

We propose a new policy representation based on score-based diffusion models (SDMs). We apply our new policy representation in the domain of Goal-Conditioned Imitation Learning (GCIL) to learn general-purpose goal-specif…

DenoisingImitation LearningRobot Manipulation

Bisimulation Makes Analogies in Goal-Conditioned Reinforcement Learning

2022-04-27 · Philippe Hansen-Estruch, Amy Zhang, Ashvin Nair, Patrick Yin 외

Building generalizable goal-conditioned agents from rich observations is a key to reinforcement learning (RL) solving real world problems. Traditionally in goal-conditioned RL, an agent is provided with the exact goal th…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)