paper-with-me

Papers

SOAP-RL: Sequential Option Advantage Propagation for Reinforcement Learning in POMDP Environments

2024-07-26 · Shu Ishida, João F. Henriques

This work compares ways of extending Reinforcement Learning algorithms to Partially Observed Markov Decision Processes (POMDPs) with options. One view of options is as temporally extended action, which can be realized as a memory that allows the agent to retain historical information beyond the policy's context window. While option assignment could be handled using heuristics and hand-crafted objectives, learning temporally consistent options and associated sub-policies without explicit supervision is a challenge. Two algorithms, PPOEM and SOAP, are proposed and studied in depth to address this problem. PPOEM applies the forward-backward algorithm (for Hidden Markov Models) to optimize the expected returns for an option-augmented policy. However, this learning approach is unstable during on-policy rollouts. It is also unsuited for learning causal policies without the knowledge of future trajectories, since option assignments are optimized for offline sequences where the entire episode is available. As an alternative approach, SOAP evaluates the policy gradient for an optimal option assignment. It extends the concept of the generalized advantage estimation (GAE) to propagate option advantages through time, which is an analytical equivalent to performing temporal back-propagation of option policy gradients. This option policy is only conditional on the history of the agent, not future actions. Evaluated against competing baselines, SOAP exhibited the most robust performance, correctly discovering options for POMDP corridor environments, as well as on standard benchmarks including Atari and MuJoCo, outperforming PPOEM, as well as LSTM and Option-Critic baselines. The open-sourced code is available at https://github.com/shuishida/SoapRL.

📄 PDF Abstract BibTeX arXiv:2407.18913

Code (1)

shuishida/soaprl 공식 구현 pytorch

Tasks

MuJoCo

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Understanding SOAP from the Perspective of Gradient Whitening

2025-09-26 · Yanqing Lu, Letao Wang, Jinbo Liu arxiv

Shampoo with Adam in the Preconditioner's eigenbasis (SOAP) has recently emerged as a promising optimization algorithm for neural network training, achieving superior training efficiency over both Adam and Shampoo in lan…

Image Colorization

An Automatic SOAP Classification System Using Weakly Supervision And Transfer Learning

2022-11-26 · Sunjae Kwon, Zhichao Yang, Hong Yu

In this paper, we introduce a comprehensive framework for developing a machine learning-based SOAP (Subjective, Objective, Assessment, and Plan) classification system without manually SOAP annotated training data or with…

ClassificationLanguage ModellingTransfer Learning

Optimizer Memory Schedules for Outscaling the Overtraining Axis

2026-09-04 · Katie Everett, Shikai Qiu arxiv

We investigate how optimizers scale across the overtraining axis and show that relative optimizer performance and optimal hyperparameters change substantially with training horizon. In particular, we study how matrix-pre…

Spatial Reasoning and Planning for Deep Embodied Agents

2024-09-28 · Shu Ishida

Humans can perform complex tasks with long-term objectives by planning, reasoning, and forecasting outcomes of actions. For embodied agents to achieve similar capabilities, they must gain knowledge of the environment tra…

Autonomous DrivingMinecraftSpatial Reasoning

Regression-Oriented Knowledge Distillation for Lightweight Ship Orientation Angle Prediction with Optical Remote Sensing Images

2023-07-13 · Zhan Shi, Xin Ding, Peng Ding, Chun Yang 외

Ship orientation angle prediction (SOAP) with optical remote sensing images is an important image processing task, which often relies on deep convolutional neural networks (CNNs) to make accurate predictions. This paper …

Knowledge DistillationPredictionTransfer Learning