Time-Aware Q-Networks: Resolving Temporal Irregularity for Deep Reinforcement Learning
Yeo Jin Kim, Min Chi

TL;DR
This paper introduces Time-aware Q-Networks (TQN), a deep reinforcement learning framework that explicitly incorporates irregular time intervals between events to improve decision-making in real-world temporal sequences.
Contribution
The work presents a novel TQN framework that considers elapsed time and future action windows, significantly enhancing performance over traditional DQN in irregular time interval scenarios.
Findings
TQN outperforms DQN in various irregular time interval tasks.
Time-aware discounting is crucial in classic RL tasks.
Combining boosting methods with TQN improves learning in real-world applications.
Abstract
Deep Reinforcement Learning (DRL) has shown outstanding performance on inducing effective action policies that maximize expected long-term return on many complex tasks. Much of DRL work has been focused on sequences of events with discrete time steps and ignores the irregular time intervals between consecutive events. Given that in many real-world domains, data often consists of temporal sequences with irregular time intervals, and it is important to consider the time intervals between temporal events to capture latent progressive patterns of states. In this work, we present a general Time-Aware RL framework: Time-aware Q-Networks (TQN), which takes into account physical time intervals within a deep RL framework. TQN deals with time irregularity from two aspects: 1) elapsed time in the past and an expected next observation time for time-aware state approximation, and 2) action time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMental Health Research Topics · Reinforcement Learning in Robotics · Smart Grid Energy Management
MethodsConvolution · Q-Learning · Experience Replay · Dense Connections · Deep Q-Network · Prioritized Experience Replay
