← Search

Remi Tachet des Combes

18 accepted papers

2023

Behavior Prior Representation learning for Offline Reinforcement Learning

ICLR 2023poster

Offline reinforcement learning (RL) struggles in environments with rich and noisy inputs, where the agent only has access to a fixed dataset without environment interactions. Past works have proposed common workarounds based on the pre-training of state representations, followed by policy training.…

2023

Harnessing Mixed Offline Reinforcement Learning Datasets via Trajectory Weighting

ICLR 2023poster

Most offline reinforcement learning (RL) algorithms return a target policy maximizing a trade-off between (1) the expected performance gain over the behavior policy that collected the dataset, and (2) the risk stemming from the out-of-distribution-ness of the induced state-action occupancy. It follo…

2023

On the Convergence of SARSA with Linear Function Approximation

ICML 2023poster

SARSA, a classical on-policy control algorithm for reinforcement learning, is known to chatter when combined with linear function approximation: SARSA does not diverge but oscillates in a bounded region. However, little is known about how fast SARSA converges to that region and how large the region…

Cited by 13SourcePDFScholar
2023

Principled Offline RL in the Presence of Rich Exogenous Information

ICML 2023poster

Learning to control an agent from offline data collected in a rich pixel-based visual observation space is vital for real-world applications of reinforcement learning (RL). A major challenge in this setting is the presence of input information that is hard to model and irrelevant to controlling the…

Cited by 4SourcePDFScholar
2023

Understanding and Addressing the Pitfalls of Bisimulation-based Representations in Offline Reinforcement Learning

NeurIPS 2023poster

While bisimulation-based approaches hold promise for learning robust state representations for Reinforcement Learning (RL) tasks, their efficacy in offline RL tasks has not been up to par. In some instances, their performance has even significantly underperformed alternative methods. We aim to unde…

2022

Beyond the Policy Gradient Theorem for Efficient Policy Updates in Actor-Critic Algorithms

AISTATS 2022poster

In Reinforcement Learning, the optimal action at a given state is dependent on policy decisions at subsequent states. As a consequence, the learning targets evolve with time and the policy optimization process must be efficient at unlearning what it previously learnt. In this paper, we discover that…

Cited by 4SourcePDFScholar
2022

Discrete Compositional Representations as an Abstraction for Goal Conditioned Reinforcement Learning

NeurIPS 2022accept

Goal-conditioned reinforcement learning (RL) is a promising direction for training agents that are capable of solving multiple tasks and reach a diverse set of objectives. How to \textit{specify} and \textit{ground} these goals in such a way that we can both reliably reach goals during training as…

Cited by 10SourcePDFScholar
2021

A single gradient step finds adversarial examples on random two-layers neural networks

NeurIPS 2021spotlight

Daniely and Schacham recently showed that gradient descent finds adversarial examples on random undercomplete two-layers ReLU neural networks. The term “undercomplete” refers to the fact that their proof only holds when the number of neurons is a vanishing fraction of the ambient dimension. We exten…

Cited by 33SourcePDFScholar
2021

Adversarial score matching and improved sampling for image generation

ICLR 2021poster

Denoising Score Matching with Annealed Langevin Sampling (DSM-ALS) has recently found success in generative modeling. The approach works by first training a neural network to estimate the score of a distribution, and then using Langevin dynamics to sample from the data distribution assumed by the sc…

2021

Decomposed Mutual Information Estimation for Contrastive Representation Learning

ICML 2021spotlight

Recent contrastive representation learning methods rely on estimating mutual information (MI) between multiple views of an underlying context. E.g., we can derive multiple views of a given image by applying data augmentation, or we can split a sequence into views comprising the past and future of so…

Cited by 43SourcePDFScholar
2020

Deep Reinforcement and InfoMax Learning

NeurIPS 2020poster

We posit that a reinforcement learning (RL) agent will perform better when it uses representations that are better at predicting the future, particularly in terms of few-shot learning and domain adaptation. To test that hypothesis, we introduce an objective based on Deep InfoMax (DIM) which trains t…

2020

Domain Adaptation with Conditional Distribution Matching and Generalized Label Shift

NeurIPS 2020poster

Adversarial learning has demonstrated good performance in the unsupervised domain adaptation setting, by learning domain-invariant representations. However, recent work has shown limitations of this approach when label distributions differ between the source and target domains. In this paper, we pro…

Cited by 214SourcePDFScholar
2020

Reinforcement Learning Framework for Deep Brain Stimulation Study

IJCAI 2020poster

Malfunctioning neurons in the brain sometimes operate synchronously, reportedly causing many neurological diseases, e.g. Parkinson’s. Suppression and control of this collective synchronous activity are therefore of great importance for neuroscience, and can only rely on limited engineering trials du…

2019

On Learning Invariant Representations for Domain Adaptation

ICML 2019oral

Due to the ability of deep neural nets to learn rich representations, recent advances in unsupervised domain adaptation have focused on learning domain-invariant features that achieve a small error on the source domain. The hope is that the learnt representation, together with the hypothesis learnt…

Cited by 769SourcePDFScholar
2019

Safe Policy Improvement with Baseline Bootstrapping

ICML 2019oral

This paper considers Safe Policy Improvement (SPI) in Batch Reinforcement Learning (Batch RL): from a fixed dataset and without direct access to the true environment, train a policy that is guaranteed to perform at least as well as the baseline policy used to collect the data. Our approach, called…