paper-with-me

Papers

Solving Sokoban with forward-backward reinforcement learning

2021-05-05 · Yaron Shoham, Gal Elidan

Despite seminal advances in reinforcement learning in recent years, many domains where the rewards are sparse, e.g. given only at task completion, remain quite challenging. In such cases, it can be beneficial to tackle the task both from its beginning and end, and make the two ends meet. Existing approaches that do so, however, are not effective in the common scenario where the strategy needed near the end goal is very different from the one that is effective earlier on. In this work we propose a novel RL approach for such settings. In short, we first train a backward-looking agent with a simple relaxed goal, and then augment the state representation of the forward-looking agent with straightforward hint features. This allows the learned forward agent to leverage information from backward plans, without mimicking their policy. We demonstrate the efficacy of our approach on the challenging game of Sokoban, where we substantially surpass learned solvers that generalize across levels, and are competitive with SOTA performance of the best highly-crafted systems. Impressively, we achieve these results while learning from a small number of practice levels and using simple RL techniques.

📄 PDF Abstract BibTeX arXiv:2105.01904

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Sokoban

Similar Papers 제목 키워드 기반

Interpreting learned search: finding a transition model and value function in an RNN that plays Sokoban

2025-06-11 · Mohammad Taufeeque, Aaron David Tucker, Adam Gleave, Adrià Garriga-Alonso

We partially reverse-engineer a convolutional recurrent neural network (RNN) trained to play the puzzle game Sokoban with model-free reinforcement learning. Prior work found that this network solves more levels with more…

Sokoban

Solving Sokoban using Hierarchical Reinforcement Learning with Landmarks

2025-04-06 · Sergey Pastukhov

We introduce a novel hierarchical reinforcement learning (HRL) framework that performs top-down recursive planning via learned subgoals, successfully applied to the complex combinatorial puzzle game Sokoban. Our approach…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningSokoban

Potential-based Reward Shaping in Sokoban

2021-09-10 · Zhao Yang, Mike Preuss, Aske Plaat

Learning to solve sparse-reward reinforcement learning problems is difficult, due to the lack of guidance towards the goal. But in some problems, prior knowledge can be used to augment the learning process. Reward shapin…

Sokoban

A Relaxed Inertial Forward-Backward-Forward Algorithm for Solving Monotone Inclusions with Application to GANs

2020-03-17 · Radu Ioan Bot, Michael Sedlmayer, Phan Tu Vuong

We introduce a relaxed inertial forward-backward-forward (RIFBF) splitting algorithm for approaching the set of zeros of the sum of a maximally monotone operator and a single-valued monotone and Lipschitz continuous oper…

Beyond Tabula-Rasa: a Modular Reinforcement Learning Approach for Physically Embedded 3D Sokoban

2020-10-03 · Peter Karkus, Mehdi Mirza, Arthur Guez, Andrew Jaegle 외

Intelligent robots need to achieve abstract objectives using concrete, spatiotemporally complex sensory information and motor control. Tabula rasa deep reinforcement learning (RL) has tackled demanding tasks in terms of …

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Sokoban