paper-with-me

Papers

PI-ARS: Accelerating Evolution-Learned Visual-Locomotion with Predictive Information Representations

2022-07-27 · Kuang-Huei Lee, Ofir Nachum, Tingnan Zhang, Sergio Guadarrama, Jie Tan, Wenhao Yu

Evolution Strategy (ES) algorithms have shown promising results in training complex robotic control policies due to their massive parallelism capability, simple implementation, effective parameter-space exploration, and fast training time. However, a key limitation of ES is its scalability to large capacity models, including modern neural network architectures. In this work, we develop Predictive Information Augmented Random Search (PI-ARS) to mitigate this limitation by leveraging recent advancements in representation learning to reduce the parameter search space for ES. Namely, PI-ARS combines a gradient-based representation learning technique, Predictive Information (PI), with a gradient-free ES algorithm, Augmented Random Search (ARS), to train policies that can process complex robot sensory inputs and handle highly nonlinear robot dynamics. We evaluate PI-ARS on a set of challenging visual-locomotion tasks where a quadruped robot needs to walk on uneven stepping stones, quincuncial piles, and moving platforms, as well as to complete an indoor navigation task. Across all tasks, PI-ARS demonstrates significantly better learning efficiency and performance compared to the ARS baseline. We further validate our algorithm by demonstrating that the learned policies can successfully transfer to a real quadruped robot, for example, achieving a 100% success rate on the real-world stepping stone environment, dramatically improving prior results achieving 40% success.

📄 PDF Abstract BibTeX arXiv:2207.13224

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

VIP-Loco: A Visually Guided Infinite Horizon Planning Framework for Legged Locomotion

2026-03-15 · Aditya Shirwatkar, Satyam Gupta, Shishir Kolathaya arxiv

Perceptive locomotion for legged robots requires anticipating and adapting to complex, dynamic environments. Model Predictive Control (MPC) serves as a strong baseline, providing interpretable motion planning with constr…

Reinforcement LearningScene UnderstandingMotion Planning

Accelerating and Scaling MPC-Guided Reinforcement Learning for Humanoid Locomotion and Manipulation

2026-06-04 · Junheng Li, Liang Wu, Sergio A. Esteban, Lizhi Yang 외 arxiv

In humanoid motion control, model predictive control (MPC) offers physically grounded prediction and constraint handling, while reinforcement learning (RL) enables robust whole-body skills through large-scale simulation.…

Reinforcement Learning

Predictive Control Using Learned State Space Models via Rolling Horizon Evolution

2021-06-25 · Alvaro Ovalle, Simon M. Lucas

A large part of the interest in model-based reinforcement learning derives from the potential utility to acquire a forward model capable of strategic long term decision making. Assuming that an agent succeeds in learning…

Decision MakingModel-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)+3

Fast and Efficient Locomotion via Learned Gait Transitions

2021-04-09 · Yuxiang Yang, Tingnan Zhang, Erwin Coumans, Jie Tan 외

We focus on the problem of developing energy efficient controllers for quadrupedal robots. Animals can actively switch gaits at different speeds to lower their energy consumption. In this paper, we devise a hierarchical …

RK-MPC: Residual Koopman Model Predictive Control for Quadruped Locomotion in Offroad Environments

2026-04-05 · Sriram S. K. S. Narayanan, Umesh Vaidya arxiv

This paper presents Residual Koopman MPC (RK-MPC), a Koopman-based, data-driven model predictive control framework for quadruped locomotion that improves prediction fidelity while preserving real-time tractability. RK-MP…