LGAISYMay 24, 2022

Concurrent Credit Assignment for Data-efficient Reinforcement Learning

arXiv:2205.12020v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses data efficiency in reinforcement learning, offering incremental improvements for training agents in environments with dense or sparse rewards.

The paper tackles the problem of data-inefficient reinforcement learning by introducing an occupancy model that balances exploration and exploitation, resulting in reduced training time and higher returns on continuous action benchmarks.

The capability to widely sample the state and action spaces is a key ingredient toward building effective reinforcement learning algorithms. The variational optimization principles exposed in this paper emphasize the importance of an occupancy model to synthesizes the general distribution of the agent's environmental states over which it can act (defining a virtual ``territory''). The occupancy model is the subject of frequent updates as the exploration progresses and that new states are undisclosed during the course of the training. By making a uniform prior assumption, the resulting objective expresses a balance between two concurrent tendencies, namely the widening of the occupancy space and the maximization of the rewards, reminding of the classical exploration/exploitation trade-off. Implemented on an actor-critic off-policy on classic continuous action benchmarks, it is shown to provide significant increase in the sampling efficacy, that is reflected in a reduced training time and higher returns, in both the dense and the sparse rewards cases.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes