SyncAI.news, a Varaisys broadcasting
Accelerating Q-learning through Efficient Value-Sharing across Actions
PN

Prabhat Nagarajan, Brett Daley, Martha White, Marlos C. Machado

· 1 min read

ResearcharXiv cs.AI

Accelerating Q-learning through Efficient Value-Sharing across Actions

arXiv:2606.29806v3 Announce Type: replace-cross Abstract: Action values are foundational to many control algorithms such as Q-learning. Therefore, efficient action-value learning is central to reinforcement learning (RL). However, learning them can be slow, requiring many updates to move values from their initialization, typically near zero, to their true values, which may be far from zero. Moreover, action-value learning algorithms typically update each state-action pair independently, without learning a value that is common to all actions within a state. In this paper, we address these inefficiencies by introducing the mean-expansion layer, which accelerates action-value learning by sharing values across actions within a state and by changing the problem from directly learning potentially large action-values to learning a lower-norm representation of them. In deep RL, this layer can be applied as a parameter-free addition to Q-network architectures without altering the underlying algorithm. Applied to deep Q-networks and implicit quantile networks, it improves aggregate performance across 57 Atari 2600 games while increasing action gaps and dramatically reducing value overestimation.

Original source

This story was published by arXiv cs.AI and written by Prabhat Nagarajan, Brett Daley, Martha White, Marlos C. Machado. SyncAI.news shows a preview; the complete article is on the publisher's site.

Read the full story on arxiv.org

Similar News