After presenting Actor Critic Methods (ACM), we show ACM are control variate estimators. Using the projection theorem, we prove that the Q and Advantage Actor Critic (A2C) methods are optimal in the sense of the norm for the control variate estimators spanned by functions conditioned by the current state and acti…
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.
Trend · papers per month
In traditional reinforcement learning, an agent maximizes the reward collected during its interaction with the environment by approximating the optimal policy through the estimation of value functions. Typically, given a state s and action a, the corresponding value is the expected discounted sum of rewards. The optima…
The paper tackles scalarization issues in A2C RL algorithms, proposing methods to avoid gradient overlap and noise.
Improved SAC with AWMP for better control tasks.
This paper proposes Self-Imitation Learning (SIL), a simple off-policy actor-critic algorithm that learns to reproduce the agent's past good decisions. This algorithm is designed to verify our hypothesis that exploiting past good experiences can indirectly drive deep exploration. Our empirical results show that SIL sig…
TT-DAC-PS: A deterministic actor-critic approach for optimal trade execution
Smaller actor-critic models lead to performance degradation and overfitting, highlighting the critic's role in value underestimation.
New method combines value function decomposition and policy gradients for cooperative multi-agent reinforcement learning.
PEARL uses reinforcement learning to improve matrix preconditioners.
Policy gradient is an efficient technique for improving a policy in a reinforcement learning setting. However, vanilla online variants are on-policy only and not able to take advantage of off-policy data. In this paper we describe a new technique that combines policy gradient with off-policy Q-learning, drawing experie…
WRAAC uses Wasserstein distance for robust reinforcement learning.
Paper provides convergence guarantees for off-policy NAC with finite sample complexity.
Capsule Networks improve autonomous navigation in sparse environments.
AR-A3C improves A3C's robustness to noisy environments.
IDS improves reinforcement learning with contextual information.
MODULE solves LfO problem with high sample efficiency and stability.
The study uses AI to optimize trading in FX markets by considering size-dependent fees and risk-aversion.
Current imitation learning techniques are too restrictive because they require the agent and expert to share the same action space. However, oftentimes agents that act differently from the expert can solve the task just as good. For example, a person lifting a box can be imitated by a ceiling mounted robot or a desktop…
Study uses reinforcement learning to optimize portfolios under recursive utility.
In the context of learning deterministic policies in continuous domains, we revisit an approach, which was first proposed in Continuous Actor Critic Learning Automaton (CACLA) and later extended in Neural Fitted Actor Critic (NFAC). This approach is based on a policy update different from that of deterministic policy g…
Paper tackles offline meta-reinforcement learning with a new algorithm.
We present an approach for reconfiguration of dynamic visual sensor networks with deep reinforcement learning (RL). Our RL agent uses a modified asynchronous advantage actor-critic framework and the recently proposed Relational Network module at the foundation of its network architecture. To address the issue of sample…
New algorithm reduces bias in off-policy reinforcement learning.
The paper analyzes an actor-critic algorithm with target networks for deep reinforcement learning.
This work analyzes actor-critic methods for faster convergence.
Despite the empirical success of the actor-critic algorithm, its theoretical understanding lags behind. In a broader context, actor-critic can be viewed as an online alternating update algorithm for bilevel optimization, whose convergence is known to be fragile. To understand the instability of actor-critic, we focus o…
New PAC-Bayesian approach stabilizes actor-critic learning.
New analysis shows actor-critic method converges efficiently in practical settings.
KGRL uses reinforcement learning with knowledge graphs for better interactive recommendation.
We present an actor-critic framework for MDPs where the objective is the variance-adjusted expected return. Our critic uses linear function approximation, and we extend the concept of compatible features to the variance-adjusted setting. We present an episodic actor-critic algorithm and show that it converges almost su…
Designing optimal controllers continues to be challenging as systems are becoming complex and are inherently nonlinear. The principal advantage of reinforcement learning (RL) is its ability to learn from the interaction with the environment and provide optimal control strategy. In this paper, RL is explored in the cont…
WAVE improves stability in reinforcement learning by adaptively weighting critic's loss.
Policy gradient methods have achieved remarkable successes in solving challenging reinforcement learning problems. However, it still often suffers from the large variance issue on policy gradient estimation, which leads to poor sample efficiency during training. In this work, we propose a control variate method to effe…
Variational inference with α-divergences has been widely used in modern probabilistic machine learning. Compared to Kullback-Leibler (KL) divergence, a major advantage of using α-divergences (with positive α values) is their mass-covering property. However, estimating and optimizing α-divergences require to use importa…
Single-timescale actor-critic finds globally optimal policy.
Actor-Critic method achieves optimal regret for unichain MDPs.
A new method improves actor-critic RL by integrating HMC, enhancing policy distribution and exploration.
Deep reinforcement learning boosts commodities trading performance.
New method improves off-policy critic evaluation in reinforcement learning.
Motivated by recent advance of machine learning using Deep Reinforcement Learning this paper proposes a modified architecture that produces more robust agents and speeds up the training process. Our architecture is based on Asynchronous Advantage Actor-Critic (A3C) algorithm where the total input dimensionality is halv…
Deep reinforcement learning is poised to revolutionise the field of AI and represents a step towards building autonomous systems with a higher level understanding of the visual world. Currently, deep learning is enabling reinforcement learning to scale to problems that were previously intractable, such as learning to p…
Optimistic actor-critic tackles linear MDPs with parametric policies.
Actor-critic methods solve reinforcement learning problems by updating a parameterized policy known as an actor in a direction that increases an estimate of the expected return known as a critic. However, existing actor-critic methods only use values or gradients of the critic to update the policy parameter. In this pa…
Theoretical justification for asymmetric actor-critic algorithms in reinforcement learning.
Actor-critic algorithms converge to an ODE as data samples change dynamically.
Actor-critic methods can achieve incredible performance on difficult reinforcement learning problems, but they are also prone to instability. This is partly due to the interaction between the actor and critic during learning, e.g., an inaccurate step taken by one of them might adversely affect the other and destabilize…
Soft Actor-Critic is a state-of-the-art reinforcement learning algorithm for continuous action settings that is not applicable to discrete action settings. Many important settings involve discrete actions, however, and so here we derive an alternative version of the Soft Actor-Critic algorithm that is applicable to dis…
Develops an actor-critic algorithm for risk-sensitive Markov decision processes.