# Logarithmic Switching Cost in Reinforcement Learning beyond Linear MDPs

**Authors:** Dan Qiao, Ming Yin, Yu-Xiang Wang

arXiv: 2302.12456 · 2023-02-27

## TL;DR

This paper introduces the ELEANOR-LowSwitching algorithm for reinforcement learning in linear Bellman-complete MDPs, achieving near-optimal regret with a logarithmic switching cost, extending previous work beyond linear MDPs.

## Contribution

It presents a new algorithm with logarithmic switching cost for a broader class of MDPs and establishes lower bounds, advancing the understanding of exploration and policy switching costs.

## Key findings

- Achieves near-optimal regret with logarithmic switching cost
- Proves a lower bound proportional to dH for switching costs
- Extends the approach to generalized linear function approximation

## Abstract

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 (which limits adaptivity). In this paper, we go beyond the existing state-of-the-art on this problem that focused on linear Markov Decision Processes (MDPs) by considering linear Bellman-complete MDPs with low inherent Bellman error. We propose the ELEANOR-LowSwitching algorithm that achieves the near-optimal regret with a switching cost logarithmic in the number of episodes and linear in the time-horizon $H$ and feature dimension $d$. We also prove a lower bound proportional to $dH$ among all algorithms with sublinear regret. In addition, we show the ``doubling trick'' used in ELEANOR-LowSwitching can be further leveraged for the generalized linear function approximation, under which we design a sample-efficient algorithm with near-optimal switching cost.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.12456/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/2302.12456/full.md

---
Source: https://tomesphere.com/paper/2302.12456