paper-with-me

Papers

Uncertainty-driven Trajectory Truncation for Data Augmentation in Offline Reinforcement Learning

2023-04-10 · Junjie Zhang, Jiafei Lyu, Xiaoteng Ma, Jiangpeng Yan, Jun Yang, Le Wan, Xiu Li

Equipped with the trained environmental dynamics, model-based offline reinforcement learning (RL) algorithms can often successfully learn good policies from fixed-sized datasets, even some datasets with poor quality. Unfortunately, however, it can not be guaranteed that the generated samples from the trained dynamics model are reliable (e.g., some synthetic samples may lie outside of the support region of the static dataset). To address this issue, we propose Trajectory Truncation with Uncertainty (TATU), which adaptively truncates the synthetic trajectory if the accumulated uncertainty along the trajectory is too large. We theoretically show the performance bound of TATU to justify its benefits. To empirically show the advantages of TATU, we first combine it with two classical model-based offline RL algorithms, MOPO and COMBO. Furthermore, we integrate TATU with several off-the-shelf model-free offline RL algorithms, e.g., BCQ. Experimental results on the D4RL benchmark show that TATU significantly improves their performance, often by a large margin. Code is available here.

📄 PDF Abstract BibTeX arXiv:2304.04660

Code (1)

pipixiaqishi1/tatu 공식 구현 pytorch

Tasks

D4RLData AugmentationOffline RLreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

More Thinking, More Bias: Length-Driven Position Bias in Reasoning Models

2026-04-21 · Xiao Wang arxiv

Chain-of-thought (CoT) reasoning and reasoning-tuned models such as DeepSeek-R1 are commonly assumed to reduce shallow heuristic biases by thinking carefully. We test this on position bias in multiple-choice QA and find …

Task-Aware Environment Augmentation for Reliable Navigation via Shielded Conditional Diffusion

2026-06-13 · Bharawee Phoompho, Gokul Puthumanaillam, Yan Miao, Ruben Hernandez 외 arxiv

Reliable trajectory planning under partial observability depends not only on computing a feasible geometric path, but also on whether the robot receives informative observations while executing that trajectory. Existing …

Trajectory Planning

Evidential Uncertainty Estimation for Multi-Modal Trajectory Prediction

2025-03-07 · Sajad Marvi, Christoph Rist, Julian Schmidt, Julian Jordan 외

Accurate trajectory prediction is crucial for autonomous driving, yet uncertainty in agent behavior and perception noise makes it inherently challenging. While multi-modal trajectory prediction models generate multiple p…

Autonomous DrivingPredictionTrajectory Prediction

SUMO: Search-Based Uncertainty Estimation for Model-Based Offline Reinforcement Learning

2024-08-23 · Zhongjian Qiao, Jiafei Lyu, Kechen Jiao, Qi Liu 외

The performance of offline reinforcement learning (RL) suffers from the limited size and quality of static datasets. Model-based offline RL addresses this issue by generating synthetic samples through a dynamics model to…

D4RLOffline RLReinforcement Learning (RL)

Encrypted Data-driven Predictive Cloud Control with Disturbance Observer

2023-01-01 · Qiwen Li, Runze Gao, Yuanqing Xia

In data-driven predictive cloud control tasks, the privacy of data stored and used in cloud services could be leaked to malicious attackers or curious eavesdroppers. Homomorphic encryption technique could be used to prot…

Privacy Preserving