← Search

Anton Raichuk

7 accepted papers

2022

Continuous Control with Action Quantization from Demonstrations

ICML 2022spotlight

In this paper, we propose a novel Reinforcement Learning (RL) framework for problems with continuous action spaces: Action Quantization from Demonstrations (AQuaDem). The proposed approach consists in learning a discretization of continuous action spaces from human demonstrations. This discretizatio…

2022

Implicitly Regularized RL with Implicit Q-values

AISTATS 2022poster

The $Q$-function is a central quantity in many Reinforcement Learning (RL) algorithms for which RL agents behave following a (soft)-greedy policy w.r.t. to $Q$. It is a powerful tool that allows action selection without a model of the environment and even without explicitly modeling the policy. Yet,…

Cited by 13SourcePDFScholar
2021

Brax - A Differentiable Physics Engine for Large Scale Rigid Body Simulation

NeurIPS 2021poster

We present Brax, an open source library for \textbf{r}igid \textbf{b}ody simulation with a focus on performance and parallelism on accelerators, written in JAX. We present results on a suite of tasks inspired by the existing reinforcement learning literature, but remade in our engine. Additionally…

Cited by 316SourcecodeScholar
2021

Hyperparameter Selection for Imitation Learning

ICML 2021oral

We address the issue of tuning hyperparameters (HPs) for imitation learning algorithms in the context of continuous-control, when the underlying reward function of the demonstrating expert cannot be observed at any time. The vast literature in imitation learning mostly considers this reward function…

2021

What Matters for Adversarial Imitation Learning?

NeurIPS 2021poster

Adversarial imitation learning has become a popular framework for imitation in continuous control. Over the years, several variations of its components were proposed to enhance the performance of the learned policies as well as the sample complexity of the algorithm. In practice, these choices are r…

Cited by 88SourcePDFScholar
2021

What Matters for On-Policy Deep Actor-Critic Methods? A Large-Scale Study

ICLR 2021oral

In recent years, reinforcement learning (RL) has been successfully applied to many different continuous control tasks. While RL algorithms are often conceptually simple, their state-of-the-art implementations take numerous low- and high-level design decisions that strongly affect the performance of…

Cited by 230SourcePDFScholar
2019

Episodic Curiosity through Reachability

ICLR 2019poster

Rewards are sparse in the real world and most of today's reinforcement learning algorithms struggle with such sparsity. One solution to this problem is to allow the agent to create rewards for itself - thus making rewards dense and more suitable for learning. In particular, inspired by curious behav…