paper-with-me

홈 › Papers

Goal-conditioned Batch Reinforcement Learning for Rotation Invariant Locomotion

2020-04-17 · Aditi Mavalankar

We propose a novel approach to learn goal-conditioned policies for locomotion in a batch RL setting. The batch data is collected by a policy that is not goal-conditioned. For the locomotion task, this translates to data collection using a policy learnt by the agent for walking straight in one direction, and using that data to learn a goal-conditioned policy that enables the agent to walk in any direction. The data collection policy used should be invariant to the direction the agent is facing i.e. regardless of its initial orientation, the agent should take the same actions to walk forward. We exploit this property to learn a goal-conditioned policy using two key ideas: (1) augmenting data by generating trajectories with the same actions in different directions, and (2) learning an encoder that enforces invariance between these rotated trajectories with a Siamese framework. We show that our approach outperforms existing RL algorithms on 3-D locomotion agents like Ant, Humanoid and Minitaur.

📄 PDF Abstract BibTeX arXiv:2004.08356

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Equivariant Goal Conditioned Contrastive Reinforcement Learning

2025-07-22 · Arsh Tangri, Nichols Crawford Taylor, Haojie Huang, Robert Platt arxiv

Contrastive Reinforcement Learning (CRL) provides a promising framework for extracting useful structured representations from unlabeled interactions. By pulling together state-action pairs and their corresponding future …

Reinforcement LearningOffline RL

Learning Domain Invariant Representations in Goal-conditioned Block MDPs

2021-10-27 · NeurIPS 2021 12 · Beining Han, Chongyi Zheng, Harris Chan, Keiran Paster 외

Deep Reinforcement Learning (RL) is successful in solving many complex Markov Decision Processes (MDPs) problems. However, agents often face unanticipated environmental changes after deployment in the real world. These c…

Deep Reinforcement LearningDomain GeneralizationReinforcement Learning (RL)

RPR-Net: A Point Cloud-based Rotation-aware Large Scale Place Recognition Network

2021-08-29 · Zhaoxin Fan, Zhenbo Song, Wenping Zhang, Hongyan Liu 외

Point cloud-based large scale place recognition is an important but challenging task for many applications such as Simultaneous Localization and Mapping (SLAM). Taking the task as a point cloud retrieval problem, previou…

Autonomous DrivingPoint Cloud RetrievalRetrievalSimultaneous Localization and Mapping

Image recovery from rotational and translational invariants

2019-10-22 · Nicholas F. Marshall, Ti-Yen Lan, Tamir Bendory, Amit Singer

We introduce a framework for recovering an image from its rotationally and translationally invariant features based on autocorrelation analysis. This work is an instance of the multi-target detection statistical model, w…

Compositional Transduction with Latent Analogies for Offline Goal-Conditioned Reinforcement Learning

2026-05-20 · Junseok Kim, Dohyeong Kim, Mineui Hong, Songhwai Oh arxiv

Compositional generalization is essential for reaching unseen goals under novel contextual variations in offline goal-conditioned reinforcement learning (GCRL), where a generalist goal-reaching agent must be learned from…

Reinforcement Learning