paper-with-me

Papers

Sketch-Based Linear Value Function Approximation

2012-12-01 · NeurIPS 2012 12 · Marc Bellemare, Joel Veness, Michael Bowling

Hashing is a common method to reduce large, potentially infinite feature vectors to a fixed-size table. In reinforcement learning, hashing is often used in conjunction with tile coding to represent states in continuous spaces. Hashing is also a promising approach to value function approximation in large discrete domains such as Go and Hearts, where feature vectors can be constructed by exhaustively combining a set of atomic features. Unfortunately, the typical use of hashing in value function approximation results in biased value estimates due to the possibility of collisions. Recent work in data stream summaries has led to the development of the tug-of-war sketch, an unbiased estimator for approximating inner products. Our work investigates the application of this new data structure to linear value function approximation. Although in the reinforcement learning setting the use of the tug-of-war sketch leads to biased value estimates, we show that this bias can be orders of magnitude less than that of standard hashing. We provide empirical results on two RL benchmark domains and fifty-five Atari 2600 games to highlight the superior learning performance of tug-of-war hashing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Sharp Analysis of Sketch-and-Project Methods via a Connection to Randomized Singular Value Decomposition

2022-08-20 · Michał Dereziński, Elizaveta Rebrova

Sketch-and-project is a framework which unifies many known iterative methods for solving linear systems and their variants, as well as further extensions to non-linear optimization problems. It includes popular methods s…

Tensor Sketch: Fast and Scalable Polynomial Kernel Approximation

2025-05-13 · Ninh Pham, Rasmus Pagh

Approximation of non-linear kernels using random feature maps has become a powerful technique for scaling kernel methods to large datasets. We propose $\textit{Tensor Sketch}$, an efficient random feature map for approxi…

Accelerating Power Method with Fast Sketching for Stronger Low-Rank Approximation

2026-05-10 · Shabarish Chenakkod, Michał Dereziński arxiv

The power method is one of the most fundamental tools for extracting top principal components from data through low-rank matrix approximation. Yet, when the target rank is large, the cost of matrix multiplication associa…

Polynomial Tensor Sketch for Element-wise Function of Low-Rank Matrix

2019-05-28 · ICML 2020 1 · Insu Han, Haim Avron, Jinwoo Shin

This paper studies how to sketch element-wise functions of low-rank matrices. Formally, given low-rank matrix A = [Aij] and scalar non-linear function f, we aim for finding an approximated low-rank representation of the …

regression

Effective Streaming Low-tubal-rank Tensor Approximation via Frequent Directions

2021-08-23 · Qianxin Yi, Chenhao Wang, Kaidong Wang, Yao Wang

Low-tubal-rank tensor approximation has been proposed to analyze large-scale and multi-dimensional data. However, finding such an accurate approximation is challenging in the streaming setting, due to the limited computa…