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,181 papers · 148 categories

Trend · papers per month

4038061,2091,612 · Jun 202019922001200920182026
48 results for explorative learning

This work learns latent representations to speed up exploration in complex environments.

problem Challenging exploration in high-dimensional state and action spaces with sparse rewards.
method Representation learning using prior experience to learn effective latent representations.
result Learned latent representations reduce the dimensionality of the search space for effective exploration.

The paper proposes an algorithm to learn efficient and effective exploration policies in reinforcement learning.

problem Balancing exploration and exploitation in reinforcement learning.
method Formalized a counterfactual metric for exploration utility and used meta-learning to learn an end-to-end exploration policy.
result Demonstrated improved performance in high-dimensional control tasks in MuJoCo simulator compared to previous methods.

Proposes a method to avoid excessive exploration in reinforcement learning.

problem Avoiding excessive exploration in reinforcement learning to deploy it in practice.
method Designs a novel algorithm using UCB reinforcement learning policy with adaptive exploration constraints.
result Proves that the approach remains conservative while minimizing regret in tabular settings and validates on real-world tasks.

This work proposes sample complexity bounds for Q-learning with random exploration.

problem Understanding the sample efficiency of simple exploration strategies in reinforcement learning.
method Problem-specific sample complexity bounds for Q-learning with random walk exploration.
result Proposes bounds that relate to empirical performance in benchmark domains.

Study explores how to efficiently explore communities with limited budget.

problem Maximizing the number of members met with limited budget in community exploration.
method Systematic study from offline optimization to online learning, including greedy methods and upper confidence algorithms.
result Achieved logarithmic and constant regret bounds in online learning setting.

This work tackles the exploration-exploitation dilemma in RL by developing optimal policies that are inherently exploration-conscious.

problem The exploration-exploitation tradeoff in Reinforcement Learning, where policies need to balance new action exploration with past experience exploitation.
method Developed exploration-conscious criteria that result in optimal policies, solving these criteria by solving a surrogate Markov Decision Process.
result Demonstrated superior performance of exploration-conscious RL algorithms compared to non-exploration-conscious counterparts in both discrete and continuous action spaces.

MAME models a separate exploration policy for faster adaptation.

problem Efficient exploration strategies for quick task adaptation in meta-reinforcement learning.
method Explicitly models a separate exploration policy for task distribution, using self-supervised or supervised learning objectives for adaptation.
result Superior performance compared to prior works in meta-reinforcement learning.

New findings on when to use action space exploration in reinforcement learning.

problem Understanding when to use action space exploration over traditional methods.
method Theoretical analysis and empirical testing of simple exploration methods.
result Exploration in action space is preferred when parametric complexity exceeds action space dimensionality and horizon length.

R3L uses planning algorithms to efficiently explore sparse reward environments.

problem Balancing exploration and exploitation in sparse reward reinforcement learning.
method Formulate exploration as a search problem using RRT, leverage demonstrations from initial solutions to refine RL policy.
result R3L outperforms classic and intrinsic exploration techniques, requiring fewer samples and achieving better asymptotic performance.

A new multi-objective RL framework improves intrinsic exploration performance.

problem Sub-optimal exploration performance due to ad-hoc handling of intrinsic exploration.
method A multi-objective RL framework where both exploration and exploitation are optimized as separate objectives.
result EMU-Q method outperforms classic and other intrinsic RL methods on benchmarks.

New DRL algorithm improves sample efficiency and exploration performance.

problem High sample cost in deep reinforcement learning.
method Combines entropy and bootstrap techniques with Tsallis entropy regularization.
result Demonstrates more efficient and effective exploration on Atari games.

Curiosity-driven exploration learns disentangled goal spaces for efficient complex environments.

problem Efficient exploration in complex environments with high-dimensional continuous actions.
method Learned disentangled goal spaces to reflect the environment's structure and maximize learning progress.
result Disentangled goal spaces lead to better exploration performances than entangled goal spaces.

New exploration bonuses improve reinforcement learning efficiency.

problem Efficient exploration in unknown environments with limited feedback.
method Improved exploration bonuses scaling with 1/n and improved stopping time analysis.
result Faster learning rates and improved sample complexity in pure-exploration settings.

The paper evaluates various bonus-based exploration methods in the ALE and finds limited improvement in performance.

problem Improving exploration in reinforcement learning algorithms, especially in challenging games.
method Empirical evaluation of different reward bonuses on the Arcade Learning Environment.
result Recently developed bonus-based exploration methods do not significantly improve performance in challenging games.

Efficient exploration in complex environments remains a major challenge for reinforcement learning. We propose bootstrapped DQN, a simple algorithm that explores in a computationally and statistically efficient manner through use of randomized value functions. Unlike dithering strategies such as epsilon-greedy explorat…

2016-02-15abs ↗pdf ↗

A new exploration method for RL using parameter space noise.

problem Improving exploration in deep reinforcement learning.
method Switching isotropic and directional exploration in parameter space with parameter space noise.
result The proposed method achieves competitive results and better performance in sparse reward environments.

Directed exploration improves reinforcement learning efficiency and robustness.

problem Achieving good sample efficiency in reinforcement learning with efficient exploration.
method Directed exploration through goal-conditioned policies that are independent of uncertainty.
result Directed exploration is more efficient and robust to uncertainty than reward bonuses.

Method learns latent states from rich observations to improve RL exploration.

problem Improving RL performance with rich observations and latent states.
method Estimates latent states from observations through regression and clustering, providing finite-sample guarantees.
result Exponential improvement over QQ-learning with naïve exploration.

HOMER learns latent states to explore rich environments efficiently.

problem Exploration in rich observation environments with unknown latent states.
method Interleaves representation learning and strategic exploration to identify kinematic states.
result Provably efficient exploration with polynomial sample complexity in latent states and time horizon.

A new approach for deep exploration in sparse reward reinforcement learning.

problem Slow or no learning in reinforcement learning with rare rewards.
method Long-term visitation count planning and decoupling exploration and exploitation.
result Significantly outperforms existing methods in sparse reward environments.

Meta-MDP approach optimizes exploration for lifelong reinforcement learning.

problem Improving reinforcement learning performance across multiple tasks.
method Formulates exploration strategy as a reinforcement learning problem, leveraging patterns from related tasks.
result Optimized exploration strategy improves performance on new tasks.

VASE uses Bayesian neural networks to improve exploration in sparse reward environments.

problem Exploration in environments with continuous control and sparse rewards.
method VASE uses a Bayesian neural network model of the environment dynamics and variational inference to alternately update the model's accuracy and policy.
result VASE outperforms other surprise-based exploration techniques in continuous control sparse reward environments.

Enhances exploration in reinforcement learning with diversity-driven approach.

problem Challenges in efficient exploration in reinforcement learning, especially in large state spaces.
method Diversity-driven exploration strategy combining off- and on-policy reinforcement learning algorithms.
result Significantly enhances exploratory behaviors, preventing local optima.

The paper explores how contingency-awareness improves exploration in reinforcement learning.

problem Improving exploration in reinforcement learning environments with sparse rewards.
method Developed an attentive dynamics model (ADM) to discover controllable elements of observations and used it for state representation in exploration.
result Combining actor-critic algorithms with count-based exploration using the ADM representation achieved impressive results on Atari games.

The paper explores how state abstraction affects pseudo-count-based exploration bonuses.

problem Understanding the interplay between exploration and approximation in reinforcement learning.
method Quantifying MBIE-EB performance, relating density models to abstractions, and deriving new pseudo-count bonuses.
result A new pseudo-count bonus alleviates the mismatch between implicit and explicit abstractions.

Hyper addresses the hyperparameter tuning challenge in RL, improving exploration efficiency and robustness.

problem Hyperparameter tuning is a significant challenge in RL, especially for curiosity-based exploration methods.
method Hyper robustly explores by effectively regularizing exploration visits and decoupling exploitation.
result Hyper is provably efficient and robust in various RL environments.

Go-Explore improves performance on hard-exploration problems in Atari games.

problem Challenges in reinforcement learning, especially with sparse or deceptive rewards.
method Exploits principles of remembering states, returning to promising states, and solving simulated environments.
result Scores significantly higher than previous state-of-the-art on Montezuma's Revenge and Pitfall.