Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,042 papers · 148 categories

Trend · papers per month

0.3%0.5%0.8%0.1% · Mar 202319922001200920172026
6 results for pseudo-rewards

PHE adds pseudo-rewards to history to minimize regret in stochastic bandits.

problem Minimizing cumulative regret in stochastic multi-armed bandits.
method PHE algorithm that adds O(t)O(t) i.i.d. pseudo-rewards to history and pulls the best arm based on the perturbed history.
result Near-optimal regret bounds derived for PHE.

Successor Options discovers reusable skills using landmark states.

problem Discovering reusable skills in reinforcement learning.
method Leverages Successor Representations to build a state space model and learns intra-option policies using a novel pseudo-reward.
result Demonstrates the approach's efficacy on grid-worlds and high-dimensional robotic control environments.

Paper shows RL's policy gradient methods can be viewed as supervised learning problems.

problem Connecting RL and SL approaches.
method Proves PGM as supervised learning problem, replaces true labels with discounted rewards.
result PGM can be seen as supervised learning, emphasizing similarities.

New algorithm for RL with horizon-free reward-free exploration for linear MDPs.

problem Reward-free reinforcement learning with long planning horizons.
method Uncertainty-weighted value-targeted regression with exploration-driven pseudo-reward and moment estimator.
result Horizon-free sample complexity of O(d2ε2)O(d^2\varepsilon^{-2}) for finding an ε\varepsilon-optimal policy.