paper-with-me

홈 › Papers

Evolutionary Planning in Latent Space

2020-11-23 · Thor V. A. N. Olesen, Dennis T. T. Nguyen, Rasmus Berg Palm, Sebastian Risi

Planning is a powerful approach to reinforcement learning with several desirable properties. However, it requires a model of the world, which is not readily available in many real-life problems. In this paper, we propose to learn a world model that enables Evolutionary Planning in Latent Space (EPLS). We use a Variational Auto Encoder (VAE) to learn a compressed latent representation of individual observations and extend a Mixture Density Recurrent Neural Network (MDRNN) to learn a stochastic, multi-modal forward model of the world that can be used for planning. We use the Random Mutation Hill Climbing (RMHC) to find a sequence of actions that maximize expected reward in this learned model of the world. We demonstrate how to build a model of the world by bootstrapping it with rollouts from a random policy and iteratively refining it with rollouts from an increasingly accurate planning policy using the learned world model. After a few iterations of this refinement, our planning agents are better than standard model-free reinforcement learning approaches demonstrating the viability of our approach.

📄 PDF Abstract BibTeX arXiv:2011.11293

Code (1)

two2tee/WorldModelPlanning 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Evolutionary latent space search for driving human portrait generation

2022-04-25 · Benjamín Machín, Sergio Nesmachnow, Jamal Toutouh

This article presents an evolutionary approach for synthetic human portraits generation based on the latent space exploration of a generative adversarial network. The idea is to produce different human face images very s…

Face RecognitionGenerative Adversarial Network

A Hybrid Evolutionary Approach for Multi Robot Coordinated Planning at Intersections

2024-12-02 · Victor Parque

Coordinated multi-robot motion planning at intersections is key for safe mobility in roads, factories and warehouses. The rapidly exploring random tree (RRT) algorithms are popular in multi-robot motion planning. However…

Motion PlanningRobot Navigation

Efficient Planning with Latent Diffusion

2023-09-30 · Wenhao Li

Temporal abstraction and efficient planning pose significant challenges in offline reinforcement learning, mainly when dealing with domains that involve temporally extended tasks and delayed sparse rewards. Existing meth…

Representation Learning

Local Path Optimization in The Latent Space Using Learned Distance Gradient

2025-12-30 · Jiawei Zhang, Chengchao Bai, Wei Pan, Tianhang Liu 외 arxiv

Constrained motion planning is a common but challenging problem in robotic manipulation. In recent years, data-driven constrained motion planning algorithms have shown impressive planning speed and success rate. Among th…

Motion Planning

Dream and Search to Control: Latent Space Planning for Continuous Control

2020-10-19 · Anurag Koul, Varun V. Kumar, Alan Fern, Somdeb Majumdar

Learning and planning with latent space dynamics has been shown to be useful for sample efficiency in model-based reinforcement learning (MBRL) for discrete and continuous control tasks. In particular, recent work, for d…

continuous-controlContinuous ControlModel-based Reinforcement LearningReinforcement Learning (RL)