English

Real-Time Recurrent Learning using Trace Units in Reinforcement Learning

Machine Learning 2024-10-31 v2 Artificial Intelligence

Abstract

Recurrent Neural Networks (RNNs) are used to learn representations in partially observable environments. For agents that learn online and continually interact with the environment, it is desirable to train RNNs with real-time recurrent learning (RTRL); unfortunately, RTRL is prohibitively expensive for standard RNNs. A promising direction is to use linear recurrent architectures (LRUs), where dense recurrent weights are replaced with a complex-valued diagonal, making RTRL efficient. In this work, we build on these insights to provide a lightweight but effective approach for training RNNs in online RL. We introduce Recurrent Trace Units (RTUs), a small modification on LRUs that we nonetheless find to have significant performance benefits over LRUs when trained with RTRL. We find RTUs significantly outperform other recurrent architectures across several partially observable environments while using significantly less computation.

Keywords

Cite

@article{arxiv.2409.01449,
  title  = {Real-Time Recurrent Learning using Trace Units in Reinforcement Learning},
  author = {Esraa Elelimy and Adam White and Michael Bowling and Martha White},
  journal= {arXiv preprint arXiv:2409.01449},
  year   = {2024}
}

Comments

Neurips 2024

R2 v1 2026-06-28T18:31:55.380Z