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

Trend · papers per month

25.0%50.0%75.0%100.0% · Jun 199319922001200920182026
48 results for Deep Soft Q-learning

Model-free deep reinforcement learning has been shown to exhibit good performance in domains ranging from video games to simulated robotic manipulation and locomotion. However, model-free methods are known to perform poorly when the interaction time with the environment is limited, as is the case for most real-world ro…

2018-03-19abs ↗pdf ↗

Paper proposes a pretraining method for soft Q-learning from imperfect demonstrations.

problem Challenges in exploiting expert demonstrations while maintaining exploration potentials.
method γ-discounted biased policy evaluation with entropy regularization.
result Our method effectively learns from imperfect demonstrations and outperforms other methods.

This paper analyzes how periodic and soft target updates stabilize linear Q-learning.

problem Theoretical explanation of stabilization mechanisms for linear Q-learning.
method Exact analysis using switched linear system dynamics and the joint spectral radius.
result Periodic and soft target updates can guarantee convergence to the exact projected Q-Bellman solution under specific conditions.

A new method stabilizes deep reinforcement learning by using QGraphs to retain replay memory information.

problem Stabilizing model-free off-policy deep reinforcement learning with soft divergence.
method Representing past experiences as a QGraph, selecting a subgraph with favorable structure, and using lower bounds for temporal difference learning.
result QG-DDPG method is less prone to soft divergence and more robust to hyperparameters.

Paper proposes methods to use observational data for reinforcement learning, addressing confounding issues.

problem Using observational data for reinforcement learning can lead to misleading outcomes due to unobserved confounders.
method The paper introduces two deconfounding methods in deep reinforcement learning to adjust for confounders.
result The proposed deconfounding methods improve the accuracy of reinforcement learning models using observational data.

Neural TD and Q-learning prove to converge globally to optimal solutions.

problem Nonconvexity and divergence in neural TD due to value function approximation.
method Proving global convergence of neural TD and Q-learning using overparametrization of neural networks.
result Neural TD and Q-learning converge globally to the global optimum of mean-squared projected Bellman error.

The paper analyzes the convergence rates of Q-learning with entropy regularization and linear function approximation.

problem Analyzing the convergence rates of Q-learning with entropy regularization and linear function approximation.
method The paper derives rates of convergence using the high-dimensional central limit theorem, linearization of the soft Bellman recursion, and Gaussian approximation for the leading martingale term.
result The algorithm's last iterate satisfies high-order moment bounds, with a Gaussian approximation bound of order n1/4n^{-1/4}.

Temporal-difference and Q-learning learn feature representations that converge to optimal ones.

problem Understanding how feature representations evolve in temporal-difference and Q-learning with neural networks.
method Mean-field theory applied to overparameterized two-layer neural networks.
result The feature representation converges to the optimal one, generalizing previous results.

SUNRISE improves off-policy RL algorithms by integrating ensemble methods.

problem Stability and exploration issues in off-policy RL algorithms.
method SUNRISE combines ensemble-based weighted Bellman backups and upper-confidence bounds for efficient exploration.
result SUNRISE improves the performance of off-policy RL algorithms across various domains.

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.

The paper uses potential functions to help reinforcement learning agents learn optimal policies.

problem Learning optimal stochastic policies in reinforcement learning.
method Augmenting the reward with potential functions and applying these to policy gradient algorithms.
result Potential-based reward shaping preserves optimality of stochastic policies and speeds up learning.

Enhances SAC for better sample efficiency in continuous-action tasks.

problem Improving sample efficiency in soft actor-critic algorithms.
method Integrating Emphasizing Recent Experience (ERE) with Soft Actor-Critic (SAC) and Priority Experience Replay (PER).
result ERE significantly improves sample efficiency compared to vanilla SAC, especially for continuous-action 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.

New algorithms estimate Q-functions under partial coverage and realizability, improving offline RL guarantees.

problem Offline RL with limited exploration and assumptions about data coverage and Q-function realizability.
method Proposes minimax learning algorithms to estimate soft or vanilla Q-functions with L2L^2-convergence guarantees.
result PAC guarantees for offline RL under partial coverage and realizability conditions.

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.

A new method for RL with continuous actions improves stability and scalability.

problem Stability and scalability issues in existing RL methods.
method Soft policy gradient with entropy regularization, combined with double sampling for soft Bellman equation.
result Outperforms off-policy prior methods in continuous action RL tasks.

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.

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.

Improves deep neural networks using soft labels through alternating minimization.

problem Improving deep neural networks training with soft labels.
method Co-Learns DNNs and soft labels via Alternating Minimization of two objectives.
result COLAM achieves improved performance on many tasks with better testing classification accuracy.

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.