Multi-task reinforcement learning (RL) aims to simultaneously learn policies for solving many tasks. Several prior works have found that relabeling past experience with different reward functions can improve sample efficiency. Relabeling methods typically ask: if, in hindsight, we assume that our experience was optimal…
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
Paper uses RL and diffusion models to solve Bayesian inverse problems.
This work simplifies IRL by using potential-based reward shaping.
Inverse reinforcement learning has proved its ability to explain state-action trajectories of expert agents by recovering their underlying reward functions in increasingly challenging environments. Recent advances in adversarial learning have allowed extending inverse RL to applications with non-stationary environment …
Robo-advisor uses ML to optimize investment performance.
Combines human and AI to optimize fund managers' investment decisions.
RECODE uses clustering and embedding to track state visitation counts in RL.
The QLBS model is a discrete-time option hedging and pricing model that is based on Dynamic Programming (DP) and Reinforcement Learning (RL). It combines the famous Q-Learning method for RL with the Black-Scholes (-Merton) model's idea of reducing the problem of option pricing and hedging to the problem of optimal reba…
Current reinforcement learning (RL) methods can successfully learn single tasks but often generalize poorly to modest perturbations in task domain or training procedure. In this work, we present a decoupled learning strategy for RL that creates a shared representation space where knowledge can be robustly transferred. …
Improves imitation learning in RL by learning reward function efficiently.
Study shows how to motivate AI agents like humans through learning from demonstrations.
Framework uses IRL and RL to elicit and optimize risk preferences robustly to noise.
EQO uses a simple bonus term for efficient exploration in tabular RL.
New framework solves dynamic bilevel optimization problems in reinforcement learning.
Paper tackles efficient IRL in offline settings with polynomial samples and runtime.
Solving goal-oriented tasks is an important but challenging problem in reinforcement learning (RL). For such tasks, the rewards are often sparse, making it difficult to learn a policy effectively. To tackle this difficulty, we propose a new approach called Policy Continuation with Hindsight Inverse Dynamics (PCHID). Th…
Study improves feature acquisition for static settings in AFAPE.
New algorithm reduces performance loss in IRL with mismatched transition dynamics.
This paper fortifies the recently introduced hierarchical-optimization recursive least squares (HO-RLS) against outliers which contaminate infrequently linear-regression models. Outliers are modeled as nuisance variables and are estimated together with the linear filter/system variables via a sparsity-inducing (non-)co…
Recent studies have demonstrated that reinforcement learning (RL) agents are susceptible to adversarial manipulation, similar to vulnerabilities previously demonstrated in the supervised learning setting. While most existing work studies the problem in the context of computer vision or console games, this paper focuses…
Paper presents a rank-1 approximation method for natural policy gradients in deep RL.
RL accelerates portfolio optimization and option pricing by dynamically adjusting preconditioner sizes.
In recent years, reinforcement learning (RL) methods have been applied to model gameplay with great success, achieving super-human performance in various environments, such as Atari, Go, and Poker. However, those studies mostly focus on winning the game and have largely ignored the rich and complex human motivations, w…
One of the key reasons for the high sample complexity in reinforcement learning (RL) is the inability to transfer knowledge from one task to another. In standard multi-task RL settings, low-reward data collected while trying to solve one task provides little to no signal for solving that particular task and is hence ef…
Paper tackles sample-efficient RL for linearly realizable MDPs with limited revisiting.
No real-world reward function is perfect. Sensory errors and software bugs may result in RL agents observing higher (or lower) rewards than they should. For example, a reinforcement learning agent may prefer states where a sensory error gives it the maximum reward, but where the true reward is actually small. We formal…
ABS dynamically adjusts batch size based on policy stability, improving RL performance.
RL-LOW algorithm achieves exponential simple regret in offline RLHF with pairwise comparisons.
State-only imitation learning improves dexterous manipulation learning from videos.
New RL approach handles non-exponential discounting for sequential decisions.
State representation learning aims at learning compact representations from raw observations in robotics and control applications. Approaches used for this objective are auto-encoders, learning forward models, inverse dynamics or learning using generic priors on the state characteristics. However, the diversity in appl…
Neural-Kernel CME tackles scalability and expressiveness challenges in conditional distribution representation.
A new method, Count-MORL, improves offline reinforcement learning by using state-action frequency.
Learning to imitate expert behavior from demonstrations can be challenging, especially in environments with high-dimensional, continuous observations and unknown dynamics. Supervised learning methods based on behavioral cloning (BC) suffer from distribution shift: because the agent greedily imitates demonstrated action…
Reinforcement learning (RL) has achieved tremendous success as a general framework for learning how to make decisions. However, this success relies on the interactive hand-tuning of a reward function by RL experts. On the other hand, inverse reinforcement learning (IRL) seeks to learn a reward function from readily-obt…
Inverse reinforcement learning (IRL) is the problem of inferring the reward function of an agent, given its policy or observed behavior. Analogous to RL, IRL is perceived both as a problem and as a class of methods. By categorically surveying the current literature in IRL, this article serves as a reference for researc…
Microfluidic devices are utilized to control and direct flow behavior in a wide variety of applications, particularly in medical diagnostics. A particularly popular form of microfluidics -- called inertial microfluidic flow sculpting -- involves placing a sequence of pillars to controllably deform an initial flow field…
New method learns multiple reward functions for complex tasks.
Reinforcement learning is a promising framework for solving control problems, but its use in practical situations is hampered by the fact that reward functions are often difficult to engineer. Specifying goals and tasks for autonomous machines, such as robots, is a significant challenge: conventionally, reward function…
Hybrid RL algorithms improve offline and online RL in linear MDPs.
SymCircuit learns PC structure via entropy-regularized RL, improving inference efficiency and accuracy.
This work explores representation complexity in RL paradigms, revealing model-based RL as the easiest task.
New method defends RL agents from poisoning attacks without MDP knowledge.
Reincarnating RL reuses prior work to accelerate RL progress.
Paper shows RLHF can be solved similarly to standard RL.
RL tackles decision making in unknown environments, focusing on efficiency and efficacy.
Inverse reinforcement learning (IRL) aims to explain observed strategic behavior by fitting reinforcement learning models to behavioral data. However, traditional IRL methods are only applicable when the observations are in the form of state-action paths. This assumption may not hold in many real-world modeling setting…
Catalyst.RL accelerates RL research with efficient training.