← Search

Shixiang Gu

16 accepted papers

2021

Co-Adaptation of Algorithmic and Implementational Innovations in Inference-based Deep Reinforcement Learning

NeurIPS 2021poster

Recently many algorithms were devised for reinforcement learning (RL) with function approximation. While they have clear algorithmic distinctions, they also have many implementation differences that are algorithm-independent and sometimes under-emphasized. Such mixing of algorithmic novelty and impl…

2021

Deployment-Efficient Reinforcement Learning via Model-Based Offline Optimization

ICLR 2021poster

Most reinforcement learning (RL) algorithms assume online access to the environment, in which one may readily interleave updates to the policy with experience collection using that policy. However, in many real-world applications such as health, education, dialogue agents, and robotics, the cost or…

2020

Dynamics-Aware Unsupervised Discovery of Skills

ICLR 2020talk

Conventionally, model-based reinforcement learning (MBRL) aims to learn a global model for the dynamics of the environment. A good model can potentially enable planning algorithms to generate a large variety of behaviors and solve diverse tasks. However, learning an accurate model for complex dynami…

Cited by 518SourcecodeScholar
2020

Emergent Real-World Robotic Skills via Unsupervised Off-Policy Reinforcement Learning

RSS 2020poster

Reinforcement learning provides a general framework for learning robotic skills while minimizing engineering effort. However, most reinforcement learning algorithms assume that a well-designed reward function is provided, and learn a single behavior for that single reward function. Such reward funct…

Cited by 55SourcePDFScholar
2019

A Divergence Minimization Perspective on Imitation Learning Methods

CoRL 2019

In many settings, it is desirable to learn decision-making and control policies through learning or bootstrapping from expert demonstrations. The most common approaches under this Imitation Learning (IL) framework are Behavioural Cloning (BC), and Inverse Reinforcement Learning (IRL). Recent methods

2019

Doubly Reparameterized Gradient Estimators for Monte Carlo Objectives

ICLR 2019poster

Deep latent variable models have become a popular model choice due to the scalable learning algorithms introduced by (Kingma & Welling 2013, Rezende et al. 2014). These approaches maximize a variational lower bound on the intractable log likelihood of the observed data. Burda et al. (2015) introduce…

Cited by 137SourcePDFScholar
2019

Near-Optimal Representation Learning for Hierarchical Reinforcement Learning

ICLR 2019poster

We study the problem of representation learning in goal-conditioned hierarchical reinforcement learning. In such hierarchical structures, a higher-level controller solves tasks by iteratively communicating goals which a lower-level policy is trained to reach. Accordingly, the choice of representatio…

2018

Leave no Trace: Learning to Reset for Safe and Autonomous Reinforcement Learning

ICLR 2018poster

Deep reinforcement learning algorithms can learn complex behavioral skills, but real-world application of these methods requires a considerable amount of experience to be collected by the agent. In practical settings, such as robotics, this involves repeatedly attempting a task, resetting the enviro…

Cited by 183SourcePDFScholar
2018

The Mirage of Action-Dependent Baselines in Reinforcement Learning

ICML 2018oral

Policy gradient methods are a widely used class of model-free reinforcement learning algorithms where a state-dependent baseline is used to reduce gradient estimator variance. Several recent papers extend the baseline to depend on both the state and action and suggest that this significantly reduces…

Cited by 164SourcePDFScholar
2017

Deep reinforcement learning for robotic manipulation with asynchronous off-policy updates

ICRA 2017poster

Reinforcement learning holds the promise of enabling autonomous robots to learn large repertoires of behavioral skills with minimal human intervention. However, robotic applications of reinforcement learning often compromise the autonomy of the learning process in favor of achieving training times t…

Cited by 2093SourceScholar
2017

Q-Prop: Sample-Efficient Policy Gradient with An Off-Policy Critic

ICLR 2017oral

Model-free deep reinforcement learning (RL) methods have been successful in a wide variety of simulated domains. However, a major obstacle facing deep RL in the real world is their high sample complexity. Batch policy gradient methods offer stable learning, but at the cost of high variance, which of…

Cited by 436SourcecodeScholar
2017

Sequence Tutor: Conservative Fine-Tuning of Sequence Generation Models with KL-control

ICML 2017poster

This paper proposes a general method for improving the structure and quality of sequences generated by a recurrent neural network (RNN), while maintaining information originally learned from data, as well as sample diversity. An RNN is first pre-trained on data using maximum likelihood estimation (M…

Cited by 213SourcePDFScholar
2017

Tuning Recurrent Neural Networks with Reinforcement Learning

ICLR 2017workshop

The approach of training sequence models using supervised learning and next-step prediction suffers from known failure modes. For example, it is notoriously difficult to ensure multi-step generated sequences have coherent global structure. We propose a novel sequence-learning approach in which we u…

Cited by 90SourceScholar
2016

Continuous Deep Q-Learning with Model-based Acceleration

ICML 2016poster

Model-free reinforcement learning has been successfully applied to a range of challenging problems, and has recently been extended to handle large neural network policies and value functions. However, the sample complexity of model-free algorithms, particularly when using high-dimensional function a…

Cited by 1384SourcePDFScholar