paper-with-me

Papers

Segmenting Action-Value Functions Over Time-Scales in SARSA via TD($Δ$)

2024-11-22 · Mahammad Humayoo

In numerous episodic reinforcement learning (RL) settings, SARSA-based methodologies are employed to enhance policies aimed at maximizing returns over long horizons. Conventional SARSA algorithms, however, have difficulties in balancing bias and variation due to the reliance on a singular, fixed discount factor. This study expands the temporal difference decomposition approach, TD($\Delta$), to the SARSA algorithm, which we designate as SARSA($\Delta$). SARSA, a widely utilised on-policy RL method, enhances action-value functions via temporal difference updates. TD($\Delta$) facilitates learning over several time-scales by breaking the action-value function into components associated with distinct discount factors. This decomposition improves learning efficiency and stability, particularly in problems necessitating long-horizon optimization. We illustrate that our methodology mitigates bias in SARSA's updates while facilitating accelerated convergence in both deterministic and stochastic environments. Experimental findings across many benchmark tasks indicate that the proposed SARSA($\Delta$) surpasses conventional TD learning methods in both tabular and deep RL environments.

📄 PDF Abstract BibTeX arXiv:2411.14783

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Sarsa Sarsa is an on-policy TD control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} + \gamma{Q}\left(S\_{t+1},…

Similar Papers 제목 키워드 기반

Exclusive Independent Probability Estimation using Deep 3D Fully Convolutional DenseNets: Application to IsoIntense Infant Brain MRI Segmentation

2018-09-21 · Seyed Raein Hashemi, Sanjay P. Prabhu, Simon K. Warfield, Ali Gholipour

The most recent fast and accurate image segmentation methods are built upon fully convolutional deep neural networks. In this paper, we propose new deep learning strategies for DenseNets to improve segmenting images with…

Image SegmentationInfant Brain Mri SegmentationMRI segmentationSegmentation+1

Segmenting Thalamic Nuclei: T1 Maps Provide a Reliable and Efficient Solution

2025-08-17 · Anqi Feng, Zhangxing Bian, Samuel W. Remedios, Savannah P. Hays 외 arxiv

Accurate thalamic nuclei segmentation is crucial for understanding neurological diseases, brain functions, and guiding clinical interventions. However, the optimal inputs for segmentation remain unclear. This study syste…

Learning Value Functions from Undirected State-only Experience

2022-04-26 · ICLR 2022 4 · Matthew Chang, Arjun Gupta, Saurabh Gupta

This paper tackles the problem of learning value functions from undirected state-only experience (state transitions without action labels i.e. (s,s',r) tuples). We first theoretically characterize the applicability of Q-…

Future predictionImitation LearningOffline RLQ-Learning+1

TOP-ERL: Transformer-based Off-Policy Episodic Reinforcement Learning

2024-10-12 · Ge Li, Dong Tian, Hongyi Zhou, Xinkai Jiang 외

This work introduces Transformer-based Off-Policy Episodic Reinforcement Learning (TOP-ERL), a novel algorithm that enables off-policy updates in the ERL framework. In ERL, policies predict entire action trajectories ove…

Efficient Explorationreinforcement-learningReinforcement Learning

Fast Adaptation via Policy-Dynamics Value Functions

2020-07-06 · Roberta Raileanu, Max Goldstein, Arthur Szlam, Rob Fergus

Standard RL algorithms assume fixed environment dynamics and require a significant amount of interaction to adapt to new environments. We introduce Policy-Dynamics Value Functions (PD-VF), a novel approach for rapidly ad…

MuJoCo