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

25.0%50.0%75.0%100.0% · Jun 199319922001200920182026
48 results for deep q-learning

New dropout technique reduces variance and overestimation in deep Q-Learning.

problem Reduction of variance and overestimation in deep Q-Learning.
method Using Dropout techniques to reduce variance and overestimation in deep Q-Learning.
result Demonstrated effectiveness in enhancing stability and reducing both variance and overestimation.

A novel Q-learning variant reduces underestimation bias in deep actor-critic methods for reinforcement learning.

problem Underestimation bias in deep actor-critic methods for reinforcement learning.
method Introduces a parameter-free Q-learning variant that combines maximum and minimum operators to bound value estimates.
result Improves state-of-the-art performance on OpenAI Gym tasks.

Deep Q-learning methods are sensitive to time discretization, which this paper addresses.

problem Sensitivity of Deep Q-learning methods to time discretization in near continuous-time environments.
method Identified and formalized the problem of sensitivity to time discretization. Developed a principled off-policy RL algorithm.
result Proved that Q-learning does not exist in continuous time and developed a robust algorithm.

Paper automates car negotiation in intersections using Q-learning.

problem Automated vehicles negotiate with human-driven cars in intersections.
method Deep Q-learning applied to simulated traffic with various driver behaviors.
result 98% success rate in avoiding collisions with other vehicles.

Investigates Q-learning bottlenecks with function approximation and sampling methods.

problem Understanding and mitigating issues in Q-learning with function approximation.
method Unit testing framework with oracles to disentangle sources of error; novel sampling method based on function approximation error.
result Large neural networks improve learning stability and offer practical compensations for overfitting.

A new algorithm for deep Q-learning with robustness to state transition uncertainty.

problem Model uncertainty in state transitions for non-tabular, continuous state spaces.
method Distributionally robust approach using worst-case transition ball and dualized Bellman operator with Sinkhorn distance.
result Optimal policy found through solving non-linear Bellman equation with neural network parameterization.

Deep Q-Learning method for Nash equilibria in stochastic games.

problem Model-free learning for multi-agent stochastic games, especially for general-sum games.
method Data-efficient Deep-Q-learning using local linear-quadratic expansion parametrized by deep neural networks.
result The algorithm learns optimal actions for stochastic games without experiencing all state-action pairs.

Deep Q-learning optimizes same-day delivery with vehicles and drones.

problem Optimizing same-day delivery with limited vehicle and drone capacities.
method Deep Q-learning approach to assign packages to vehicles or drones.
result Deep Q-learning policy outperforms benchmark policies and maintains effectiveness with changing fleet sizes.

Deep Reinforcement Learning improves with Weighted Q-Learning to reduce bias and uncertainty.

problem Overestimation and high variance in Q-Learning cause learning algorithms to diverge in complex environments.
method Deep Weighted Q-Learning (Deep WQL) uses Dropout and Monte Carlo sampling to approximate WQL's weights and reduce bias.
result Deep WQL reduces bias and improves performance on benchmarks compared to existing methods.

FSQ algorithm extends Q-learning to continuous actions with linear complexity.

problem Extending Q-learning to continuous action spaces with linear complexity.
method Discretization of the action space to maintain linear complexity.
result FSQ algorithm achieves linear complexity in the discretized problem.

A deep Q-learning method improves downlink power allocation in multi-cell networks.

problem Optimal resource allocation in dense, heterogeneous wireless networks is computationally challenging.
method Proposes a centralized DRL-based downlink power allocation scheme using deep Q-learning.
result The proposed DRL-based power allocation scheme outperforms conventional methods in multi-cell scenarios.

Paper presents a new method for Bayesian deep learning that scales to Atari games.

problem Training neural networks on complex environments like Atari games is challenging.
method Adapted temporal difference Q-learning to work with Bayesian inference.
result TAGI allows for analytical inference of neural network parameters, achieving performance comparable to gradient-based methods.

A controller learns to control a nonlinear plant with unknown model and partial observation using continuous deep Q-learning.

problem Designing a controller for a nonlinear plant with unknown model and partial sensor observation under network delays.
method Continuous deep Q-learning applied to an extended state including past control inputs and outputs.
result The controller can learn a robust control policy to network delays with partial sensor observation.

Tabular Q-learning outperforms advanced RL methods in monetary policy.

problem Dynamic setting of short-term interest rates to stabilize inflation and unemployment under uncertain macroeconomic conditions.
method Discrete-action Markov Decision Process with tabular Q-learning, SARSA, Actor-Critic, Deep Q-Networks, Bayesian Q-learning, POMDP formulations.
result Standard tabular Q-learning achieved the best performance (-615.13 +- 309.58 mean return) compared to advanced RL methods and traditional policy rules.

Stochastic Q-learning tackles large action spaces with reduced computation.

problem Effective decision-making in complex environments with large discrete action spaces.
method Stochastic value-based RL approaches that consider a sublinear number of actions in each iteration.
result Stochastic Q-learning achieves near-optimal returns with significantly reduced computation time.

A Deep Q-Learning framework tackles market-making by incorporating closing auctions.

problem Managing end-of-day risk in market-making models.
method Developed a Deep Q-Learning framework that anticipates closing auctions and continuously refines projected clearing prices.
result The Deep Q-Learning framework outperforms classical market-making models in simulations and real data.

Paper addresses underestimation bias in double Q-learning, proposing a method to improve learning performance.

problem Underestimation bias in double Q-learning leading to non-optimal fixed points.
method Proposes a simple approach using approximate dynamic programming to bound the target value.
result Significant improvement in learning performance over baseline algorithms in Atari benchmark tasks.

Study Whittle index learning algorithms for restless bandits with constant stepsizes.

problem Optimizing decisions in restless multi-armed bandits with constant stepsizes.
method Developed Q-learning algorithms with constant stepsizes for index learning in restless bandits, extending to DQN and function approximations.
result The algorithms learn the Whittle index effectively.

The paper investigates the effectiveness of reusing experience in Deep Q-Learning for FPS environments.

problem The high number of interactions required for reinforcement learning limits its practicality.
method The authors test the effectiveness of applying learning update steps multiple times per environmental step in the VizDoom environment.
result Updating learning steps less frequently than every 4th environmental step does not improve performance and can degrade performance.

A deep Q-learning strategy optimizes portfolio trading efficiency.

problem Optimizing dynamic portfolio allocation schemes.
method Formulated a Markov decision process model with deep Q-learning for discrete combinatorial actions.
result Outperforms benchmark strategies in real-world trading simulations.

A new Q-learning variant reduces underestimation bias in deep reinforcement learning.

problem Underestimation bias in deep reinforcement learning policies.
method Introducing a novel, parameter-free Deep Q-learning variant.
result Significantly outperforms existing approaches and improves state-of-the-art performance.

The paper formalizes and analyzes multi-agent Q-learning with value factorization.

problem Understanding and improving the convergence of multi-agent Q-learning with value factorization.
method Formalized a multi-agent fitted Q-iteration framework for analyzing factorized multi-agent Q-learning.
result Multi-agent Q-learning with linear value factorization can converge under certain conditions.

New method reduces overestimation in actor-critic reinforcement learning.

problem Function approximation errors in actor-critic methods lead to suboptimal policies.
method Proposes novel mechanisms to minimize overestimation, including using the minimum value between critics and delaying policy updates.
result Outperforms state-of-the-art methods on OpenAI gym tasks.