paper-with-me

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 test-time compute. Our analysis reveals several mechanisms analogous to components of classic bidirectional search. For each square, the RNN represents its plan in the activations of channels associated with specific directions. These state-action activations are analogous to a value function - their magnitudes determine when to backtrack and which plan branch survives pruning. Specialized kernels extend these activations (containing plan and value) forward and backward to create paths, forming a transition model. The algorithm is also unlike classical search in some ways. State representation is not unified; instead, the network considers each box separately. Each layer has its own plan representation and value function, increasing search depth. Far from being inscrutable, the mechanisms leveraging test-time compute learned in this network by model-free training can be understood in familiar terms.

📄 PDF Abstract BibTeX arXiv:2506.10138

Code (1)

alignmentresearch/learned-planner jax

Tasks

Sokoban

Similar Papers 제목 키워드 기반

Action-Minimization Meets Generative Modeling: Efficient Transition Path Sampling with the Onsager-Machlup Functional

2025-04-25 · Sanjeev Raja, Martin Šípka, Michael Psenka, Tobias Kreiman 외

Transition path sampling (TPS), which involves finding probable paths connecting two points on an energy landscape, remains a challenge due to the complexity of real-world atomistic systems. Current machine learning appr…

Denoising

Interpreting and Steering LLMs with Mutual Information-based Explanations on Sparse Autoencoders

2025-02-21 · Xuansheng Wu, Jiayi Yuan, Wenlin Yao, Xiaoming Zhai 외

Large language models (LLMs) excel at handling human queries, but they can occasionally generate flawed or unexpected responses. Understanding their internal states is crucial for understanding their successes, diagnosin…

Interpreting the Learned Model in MuZero Planning

2024-11-07 · Hung Guei, Yan-Ru Ju, Wei-Yu Chen, Ti-Rong Wu

MuZero has achieved superhuman performance in various games by using a dynamics network to predict environment dynamics for planning, without relying on simulators. However, the latent states learned by the dynamics netw…

Atari GamesBoard Gamesmodel

Interpretable Model-Aware Counterfactual Explanations for Random Forest

2025-10-31 · Joshua S. Harvey, Guanchao Feng, Sai Anusha Meesala, Tina Zhao 외 arxiv

Despite their enormous predictive power, machine learning models are often unsuitable for applications in regulated industries such as finance, due to their limited capacity to provide explanations. While model-agnostic …

Feature Importance

TreeQN and ATreeC: Differentiable Tree-Structured Models for Deep Reinforcement Learning

2017-10-31 · ICLR 2018 1 · Gregory Farquhar, Tim Rocktäschel, Maximilian Igl, Shimon Whiteson

Combining deep model-free reinforcement learning with on-line planning is a promising approach to building on the successes of deep RL. On-line planning with look-ahead trees has proven successful in environments where t…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2