paper-with-me

Papers

Concurrent Learning with Aggregated States via Randomized Least Squares Value Iteration

2025-01-23 · Yan Chen, Qinxun Bai, Yiteng Zhang, Shi Dong, Maria Dimakopoulou, Qi Sun, Zhengyuan Zhou

Designing learning agents that explore efficiently in a complex environment has been widely recognized as a fundamental challenge in reinforcement learning. While a number of works have demonstrated the effectiveness of techniques based on randomized value functions on a single agent, it remains unclear, from a theoretical point of view, whether injecting randomization can help a society of agents {\it concurently} explore an environment. The theoretical results %that we established in this work tender an affirmative answer to this question. We adapt the concurrent learning framework to \textit{randomized least-squares value iteration} (RLSVI) with \textit{aggregated state representation}. We demonstrate polynomial worst-case regret bounds in both finite- and infinite-horizon environments. In both setups the per-agent regret decreases at an optimal rate of $\Theta\left(\frac{1}{\sqrt{N}}\right)$, highlighting the advantage of concurent learning. Our algorithm exhibits significantly lower space complexity compared to \cite{russo2019worst} and \cite{agrawal2021improved}. We reduce the space complexity by a factor of $K$ while incurring only a $\sqrt{K}$ increase in the worst-case regret bound, compared to \citep{agrawal2021improved,russo2019worst}. Additionally, we conduct numerical experiments to demonstrate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2501.13394

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Randomized Least Squares Value Iteration itself is Joint Differentially Private

2026-06-01 · Haiyang Lu, Pratik Gajane, Shaojie Bai, Mohammad Sadegh Talebi arxiv

As reinforcement learning (RL) increasingly applies to sensitive domains, such as health care and recommendation systems, privacy-preserving techniques have become essential to protect users' sensitive information. We in…

Reinforcement LearningRecommendation Systems

Randomized Kernel Methods for Least-Squares Support Vector Machines

2017-03-22 · M. Andrecut

The least-squares support vector machine is a frequently used kernel method for non-linear regression and classification tasks. Here we discuss several approximation algorithms for the least-squares support vector machin…

ClassificationGeneral ClassificationMulti-class Classificationregression

Iterative Hessian sketch: Fast and accurate solution approximation for constrained least-squares

2014-11-03 · Mert Pilanci, Martin J. Wainwright

We study randomized sketching methods for approximately solving least-squares problem with a general convex constraint. The quality of a least-squares approximation can be assessed in different ways: either in terms of t…

Improved Worst-Case Regret Bounds for Randomized Least-Squares Value Iteration

2020-10-23 · Priyank Agrawal, Jinglin Chen, Nan Jiang

This paper studies regret minimization with randomized value functions in reinforcement learning. In tabular finite-horizon Markov Decision Processes, we introduce a clipping variant of one classical Thompson Sampling (T…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Sequential Least-Squares Estimators with Fast Randomized Sketching for Linear Statistical Models

2025-09-08 · Guan-Yu Chen, Dong-Yue Xie, Xi Yang arxiv

We propose a novel randomized framework for the estimation problem of large-scale linear statistical models, namely Sequential Least-Squares Estimators with Fast Randomized Sketching (SLSE-FRS), which integrates Sketch-a…