paper-with-me

Papers

Physically Embedded Planning Problems: New Challenges for Reinforcement Learning

2020-09-11 · Mehdi Mirza, Andrew Jaegle, Jonathan J. Hunt, Arthur Guez, Saran Tunyasuvunakool, Alistair Muldal, Théophane Weber, Peter Karkus, Sébastien Racanière, Lars Buesing, Timothy Lillicrap, Nicolas Heess

Recent work in deep reinforcement learning (RL) has produced algorithms capable of mastering challenging games such as Go, chess, or shogi. In these works the RL agent directly observes the natural state of the game and controls that state directly with its actions. However, when humans play such games, they do not just reason about the moves but also interact with their physical environment. They understand the state of the game by looking at the physical board in front of them and modify it by manipulating pieces using touch and fine-grained motor control. Mastering complicated physical systems with abstract goals is a central challenge for artificial intelligence, but it remains out of reach for existing RL algorithms. To encourage progress towards this goal we introduce a set of physically embedded planning problems and make them publicly available. We embed challenging symbolic tasks (Sokoban, tic-tac-toe, and Go) in a physics engine to produce a set of tasks that require perception, reasoning, and motor control over long time horizons. Although existing RL algorithms can tackle the symbolic versions of these tasks, we find that they struggle to master even the simplest of their physically embedded counterparts. As a first step towards characterizing the space of solution to these tasks, we introduce a strong baseline that uses a pre-trained expert game player to provide hints in the abstract space to an RL agent's policy while training it on the full sensorimotor control task. The resulting agent solves many of the tasks, underlining the need for methods that bridge the gap between abstract planning and embodied control. See illustrating video at https://youtu.be/RwHiHlym_1k.

📄 PDF Abstract BibTeX arXiv:2009.05524

Code (1)

deepmind/deepmind-research/tree/master/physics_planning_games 공식 구현 tf

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sokoban

Similar Papers 제목 키워드 기반

Data-Driven Physics Embedded Dynamics with Predictive Control and Reinforcement Learning for Quadrupeds

2026-03-15 · Prakrut Kotecha, Aditya Shirwatkar, Shishir Kolathaya arxiv

State of the art quadrupedal locomotion approaches integrate Model Predictive Control (MPC) with Reinforcement Learning (RL), enabling complex motion capabilities with planning and terrain adaptive behaviors. However, th…

Computational EfficiencyReinforcement Learning

The Dreaming Variational Autoencoder for Reinforcement Learning Environments

2018-10-02 · Per-Arne Andersen, Morten Goodwin, Ole-Christoffer Granmo

Reinforcement learning has shown great potential in generalizing over raw sensory data using only a single neural network for value optimization. There are several challenges in the current state-of-the-art reinforcement…

Managementreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Physically Native World Models: A Hamiltonian Perspective on Generative World Modeling

2026-05-01 · Sen Cui, Jingheng Ma arxiv

World models have recently re-emerged as a central paradigm for embodied intelligence, robotics, autonomous driving, and model-based reinforcement learning. However, current world model research is often dominated by thr…

Reinforcement LearningAutonomous DrivingDecision Making

Hierarchical Reinforcement Learning with Abductive Planning

2018-06-28 · Kazeto Yamamoto, Takashi Onishi, Yoshimasa Tsuruoka

One of the key challenges in applying reinforcement learning to real-life problems is that the amount of train-and-error required to learn a good policy increases drastically as the task becomes complex. One potential so…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

MOSAIC: Skill-Centric Manipulation Planning with Physics Simulation

2025-04-23 · Itamar Mishani, Yorai Shaoul, Maxim Likhachev arxiv

Planning long-horizon manipulation motions using a set of predefined skills is a central challenge in robotics; solving it efficiently could enable general-purpose robots to tackle novel tasks by flexibly composing gener…

Motion Planning