paper-with-me

홈 › Papers

A Benchmark for Low-Switching-Cost Reinforcement Learning

2021-12-13 · Shusheng Xu, Yancheng Liang, Yunfei Li, Simon Shaolei Du, Yi Wu

A ubiquitous requirement in many practical reinforcement learning (RL) applications, including medical treatment, recommendation system, education and robotics, is that the deployed policy that actually interacts with the environment cannot change frequently. Such an RL setting is called low-switching-cost RL, i.e., achieving the highest reward while reducing the number of policy switches during training. Despite the recent trend of theoretical studies aiming to design provably efficient RL algorithms with low switching costs, none of the existing approaches have been thoroughly evaluated in popular RL testbeds. In this paper, we systematically studied a wide collection of policy-switching approaches, including theoretically guided criteria, policy-difference-based methods, and non-adaptive baselines. Through extensive experiments on a medical treatment environment, the Atari games, and robotic control tasks, we present the first empirical benchmark for low-switching-cost RL and report novel findings on how to decrease the switching cost while maintain a similar sample efficiency to the case without the low-switching-cost constraint. We hope this benchmark could serve as a starting point for developing more practically effective low-switching-cost RL algorithms. We release our code and complete results in https://sites.google.com/view/low-switching-cost-rl.

📄 PDF Abstract BibTeX arXiv:2112.06424

Code (0)

등록된 구현이 없습니다.

Tasks

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Sample-Efficient Reinforcement Learning with loglog(T) Switching Cost

2022-02-13 · Dan Qiao, Ming Yin, Ming Min, Yu-Xiang Wang

We study the problem of reinforcement learning (RL) with low (policy) switching cost - a problem well-motivated by real-life RL applications in which deployments of new policies are costly and the number of policy update…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

To Switch or Not to Switch? Balanced Policy Switching in Offline Reinforcement Learning

2024-07-01 · Tao Ma, Xuzhi Yang, Zoltan Szabo

Reinforcement learning (RL) -- finding the optimal behaviour (also referred to as policy) maximizing the collected long-term cumulative reward -- is among the most influential approaches in machine learning with a large …

Offline RLReinforcement Learning (RL)

Logarithmic Switching Cost in Reinforcement Learning beyond Linear MDPs

2023-02-24 · Dan Qiao, Ming Yin, Yu-Xiang Wang

In many real-life reinforcement learning (RL) problems, deploying new policies is costly. In those scenarios, algorithms must solve exploration (which requires adaptivity) while switching the deployed policy sparsely (wh…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Near-Optimal Adversarial Reinforcement Learning with Switching Costs

2023-02-08 · Ming Shi, Yingbin Liang, Ness Shroff

Switching costs, which capture the costs for changing policies, are regarded as a critical metric in reinforcement learning (RL), in addition to the standard metric of losses (or rewards). However, existing studies on sw…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Regret-Optimal Q-Learning with Low Cost for Single-Agent and Federated Reinforcement Learning

2025-06-05 · Haochen Zhang, Zhong Zheng, Lingzhou Xue

Motivated by real-world settings where data collection and policy deployment -- whether for a single agent or across multiple agents -- are costly, we study the problem of on-policy single-agent reinforcement learning (R…

Q-LearningReinforcement Learning (RL)