paper-with-me

Papers

Time-Aware Q-Networks: Resolving Temporal Irregularity for Deep Reinforcement Learning

2021-05-06 · Yeo Jin Kim, Min Chi

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 window for the future for time-aware discounting of rewards. Experimental results show that by capturing the underlying structures in the sequences with time irregularities from both aspects, TQNs significantly outperform DQN in four types of contexts with irregular time intervals. More specifically, our results show that in classic RL tasks such as CartPole and MountainCar and Atari benchmark with randomly segmented time intervals, time-aware discounting alone is more important while in the real-world tasks such as nuclear reactor operation and septic patient treatment with intrinsic time intervals, both time-aware state and time-aware discounting are crucial. Moreover, to improve the agent's learning capacity, we explored three boosting methods: Double networks, Dueling networks, and Prioritized Experience Replay, and our results show that for the two real-world tasks, combining all three boosting methods with TQN is especially effective.

📄 PDF Abstract BibTeX arXiv:2105.02580

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Temporal Sequences

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
Prioritized Experience Replay Prioritized Experience Replay is a type of experience replay in reinforcement learning where we more frequently replay…

Similar Papers 제목 키워드 기반

DBGL: Decay-aware Bipartite Graph Learning for Irregular Medical Time Series Classification

2026-04-12 · Jian Chen, Yuzhu Hu, Xiaoyan Yuan, Yuxuan Hu 외 arxiv

Irregular Medical Time Series play a critical role in the clinical domain to better understand the patient's condition. However, inherent irregularity arising from heterogeneous sampling rates, asynchronous observations,…

Time Series ClassificationRepresentation LearningGraph Learning

Improving Medical Predictions by Irregular Multimodal Electronic Health Records Modeling

2022-10-18 · Xinlu Zhang, Shiyang Li, Zhiyu Chen, Xifeng Yan 외

Health conditions among patients in intensive care units (ICUs) are monitored via electronic health records (EHRs), composed of numerical time series and lengthy clinical note sequences, both taken at irregular time inte…

ImputationIrregular Time SeriesTime SeriesTime Series Analysis

PIETS: Parallelised Irregularity Encoders for Forecasting with Heterogeneous Time-Series

2021-09-30 · Futoon M. Abushaqra, Hao Xue, Yongli Ren, Flora D. Salim

Heterogeneity and irregularity of multi-source data sets present a significant challenge to time-series analysis. In the literature, the fusion of multi-source time-series has been achieved either by using ensemble learn…

Ensemble LearningTime SeriesTime Series Analysis

Irregularity-Informed Time Series Analysis: Adaptive Modelling of Spatial and Temporal Dynamics

2024-10-16 · Liangwei Nathan Zheng, Zhengyang Li, Chang George Dong, Wei Emma Zhang 외

Irregular Time Series Data (IRTS) has shown increasing prevalence in real-world applications. We observed that IRTS can be divided into two specialized types: Natural Irregular Time Series (NIRTS) and Accidental Irregula…

Irregular Time SeriesTime SeriesTime Series Analysis

Enhancing Temporal Awareness in LLMs for Temporal Point Processes

2025-12-29 · Lili Chen, Wensheng Gan, Shuang Liang, Philip S. Yu arxiv

Temporal point processes (TPPs) are crucial for analyzing events over time and are widely used in fields such as finance, healthcare, and social systems. These processes are particularly valuable for understanding how ev…

Point Processes