paper-with-me

Papers

Local Reinforcement Learning with Action-Conditioned Root Mean Squared Q-Functions

2025-10-08 · Frank Wu, Mengye Ren arxiv

The Forward-Forward (FF) Algorithm is a recently proposed learning procedure for neural networks that employs two forward passes instead of the traditional forward and backward passes used in backpropagation. However, FF remains largely confined to supervised settings, leaving a gap at domains where learning signals can be yielded more naturally such as RL. In this work, inspired by FF's goodness function using layer activity statistics, we introduce Action-conditioned Root mean squared Q-Functions (ARQ), a novel value estimation method that applies a goodness function and action conditioning for local RL using temporal difference learning. Despite its simplicity and biological grounding, our approach achieves superior performance compared to state-of-the-art local backprop-free RL methods in the MinAtar and the DeepMind Control Suite benchmarks, while also outperforming algorithms trained with backpropagation on most tasks. Code can be found at https://github.com/agentic-learning-ai-lab/arq.

📄 PDF Abstract BibTeX arXiv:2510.06649

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

HoRD: Robust Humanoid Control via History-Conditioned Reinforcement Learning and Online Distillation

2026-02-04 · Puyue Wang, Jiawei Hu, Yan Gao, Junyan Wang 외 arxiv

Humanoid robots can suffer significant performance drops under small changes in dynamics, task specifications, or environment setup. We propose HoRD, a two-stage learning framework for robust humanoid control under domai…

Reinforcement Learning

Efficient Hierarchical Implicit Flow Q-learning for Offline Goal-conditioned Reinforcement Learning

2026-04-10 · Zhiqiang Dong, Teng Pang, Rongjian Xu, Guoqiang Wu arxiv

Offline goal-conditioned reinforcement learning (GCRL) is a practical reinforcement learning paradigm that aims to learn goal-conditioned policies from reward-free offline data. Despite recent advances in hierarchical ar…

Reinforcement Learning

TSC: Topology-Conditioned Stackelberg Coordination for Multi-Agent Reinforcement Learning in Interactive Driving

2026-02-27 · Xiaotong Zhang, Gang Xiong, Yuanjing Wang, Siyu Teng 외 arxiv

Safe and efficient autonomous driving in dense traffic is fundamentally a decentralized multi-agent coordination problem, where interactions at conflict points such as merging and weaving must be resolved reliably under …

Multi-agent Reinforcement LearningAutonomous Driving

Toward Efficient Gradient-Based Value Estimation

2023-01-31 · Arsalan SharifNassab, Richard Sutton

Gradient-based methods for value estimation in reinforcement learning have favorable stability properties, but they are typically much slower than Temporal Difference (TD) learning methods. We study the root causes of th…

Mean-Field Control on Sparse Graphs: From Local Limits to GNNs via Neighborhood Distributions

2026-01-29 · Tobias Schmidt, Kai Cui arxiv

Mean-field control (MFC) offers a scalable solution to the curse of dimensionality in multi-agent systems but traditionally hinges on the restrictive assumption of exchangeability via dense, all-to-all interactions. In t…

Reinforcement Learning