paper-with-me

Papers

Adaptive Discretization for Episodic Reinforcement Learning in Metric Spaces

2019-10-17 · Sean R. Sinclair, Siddhartha Banerjee, Christina Lee Yu

We present an efficient algorithm for model-free episodic reinforcement learning on large (potentially continuous) state-action spaces. Our algorithm is based on a novel $Q$-learning policy with adaptive data-driven discretization. The central idea is to maintain a finer partition of the state-action space in regions which are frequently visited in historical trajectories, and have higher payoff estimates. We demonstrate how our adaptive partitions take advantage of the shape of the optimal $Q$-function and the joint space, without sacrificing the worst-case performance. In particular, we recover the regret guarantees of prior algorithms for continuous state-action spaces, which additionally require either an optimal discretization as input, and/or access to a simulation oracle. Moreover, experiments demonstrate how our algorithm automatically adapts to the underlying structure of the problem, resulting in much better performance compared both to heuristics and $Q$-learning with uniform discretization.

📄 PDF Abstract BibTeX arXiv:1910.08151

Code (1)

seanrsinclair/AdaptiveQLearning 공식 구현

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Adaptive Discretization for Model-Based Reinforcement Learning

2020-07-01 · NeurIPS 2020 12 · Sean R. Sinclair, Tianyu Wang, Gauri Jain, Siddhartha Banerjee 외

We introduce the technique of adaptive discretization to design an efficient model-based episodic reinforcement learning algorithm in large (potentially continuous) state-action spaces. Our algorithm is based on optimist…

modelModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Zooming for Efficient Model-Free Reinforcement Learning in Metric Spaces

2020-03-09 · Ahmed Touati, Adrien Ali Taiga, Marc G. Bellemare

Despite the wealth of research into provably efficient reinforcement learning algorithms, most works focus on tabular representation and thus struggle to handle exponentially or infinitely large state-action spaces. In t…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Episodic Value Iteration for Model-based Meta-Reinforcement Learning

2017-05-09 · Steven Stenberg Hansen

We present a new deep meta reinforcement learner, which we call Deep Episodic Value Iteration (DEVI). DEVI uses a deep neural network to learn a similarity metric for a non-parametric model-based reinforcement learning a…

Meta Reinforcement LearningModel-based Reinforcement LearningQ-Learningreinforcement-learning+2

Discretization of continuous input spaces in the hippocampal autoencoder

2024-05-23 · Adrian F. Amil, Ismael T. Freire, Paul F. M. J. Verschure

The hippocampus has been associated with both spatial cognition and episodic memory formation, but integrating these functions into a unified framework remains challenging. Here, we demonstrate that forming discrete memo…

Hippocampus

Adaptive Discretization using Voronoi Trees for Continuous-Action POMDPs

2022-09-13 · Marcus Hoerger, Hanna Kurniawati, Dirk Kroese, Nan Ye

Solving Partially Observable Markov Decision Processes (POMDPs) with continuous actions is challenging, particularly for high-dimensional action spaces. To alleviate this difficulty, we propose a new sampling-based onlin…