MANGER uses RND-computed observation novelty to give each agent a different number of extra Q-learning updates, improving sample efficiency and behavioral diversity in cooperative MARL.
Novelty-based Sample Reuse for Continuous Robotics Control
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In reinforcement learning, agents collect state information and rewards through environmental interactions, essential for policy refinement. This process is notably time-consuming, especially in complex robotic simulations and real-world applications. Traditional algorithms usually re-engage with the environment after processing a single batch of samples, thereby failing to fully capitalize on historical data. However, frequently observed states, with reliable value estimates, require minimal updates; in contrast, rare observed states necessitate more intensive updates for achieving accurate value estimations. To address uneven sample utilization, we propose Novelty-guided Sample Reuse (NSR). NSR provides extra updates for infrequent, novel states and skips additional updates for frequent states, maximizing sample use before interacting with the environment again. Our experiments show that NSR improves the convergence rate and success rate of algorithms without significantly increasing time consumption. Our code is publicly available at https://github.com/ppksigs/NSR-DDPG-HER.
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Novelty-Guided Data Reuse for Efficient and Diversified Multi-Agent Reinforcement Learning
MANGER uses RND-computed observation novelty to give each agent a different number of extra Q-learning updates, improving sample efficiency and behavioral diversity in cooperative MARL.