psc's website
    • Posts
    • Mentoring / Education
      • CME is A-OK
      • GridWorld Playground
      • Intro to RL
      • Preparing your resume
      • Tips for Interviewing at Google
      • Tips for Reviewing Research Papers
    • MUSICODE
      • Phase 1
        • 0-Introducing
        • 1-Musical Note & Computation
        • 2-Bits & Semitones
        • 3-Leitmotifs & Variables
        • 4-Live Coding & Jazz
        • 5-Repeats & Loops
      • Introducing
      • Losses, Dissonances, and Distortions
      • Portrait of Hallelagine
    • Art
      • Cost of Beauty
      • Covid Music
      • Family
      • JiDiJi
      • Musical Aquarium
    • Misc
      • Artificial General Relativity
      • Crosswords
      • Origins of April Fool's Day
      • yovoy
    • Research
      • Other
        • RigL
      • RL
        • 2020 RL Highlights
        • Contrastive Behavioral Similarity Embeddings
        • Dopamine
        • Flying balloons with RL
        • Metrics & continuity in RL
        • MICo
        • Revisiting Rainbow
        • Scalable methods ...
        • SparseRL
        • Statistical Precipice
        • Tandem RL
      • Creativity
        • Agence, a dynamic film
        • GANterpretations
        • ML-Jam
    Th State of Spars Train ng in D ep Re nforc m nt Le rn ng

    We perform a systematic investigation into applying a number of existing sparse training techniques on a variety of deep RL agents and environments, and conclude by suggesting promising avenues for improving the effectiveness of sparse training methods, as well as for advancing their use in DRL. Laura Graesser*, Utku Evci*, Erich Elsen, Pablo Samuel Castro This blogpost is a summary of our ICML 2022 paper. The code is available here.

    June 22, 2022 Read
    Deep Reinforcement Learning at the Edge of the Statistical Precipice

    We argue that reliable evaluation in the few run deep RL regime cannot ignore the uncertainty in results without running the risk of slowing down progress in the field. We illustrate this point using a case study on the Atari 100k benchmark, where we find substantial discrepancies between conclusions drawn from point estimates alone versus a more thorough statistical analysis. We advocate for reporting interval estimates of aggregate performance and propose performance profiles to account for the variability in results, as well as present more robust and efficient aggregate metrics, such as interquartile mean scores, to achieve small uncertainty in results.

    December 6, 2021 Read
    The Difficulty of Passive Learning in Deep Reinforcement Learning

    We propose the “tandem learning” experimental design, where two RL agents are learning from identical data streams, but only one interacts with the environment to collect the data. We use this experiment design to study the empirical challenges of offline reinforcement learning. Georg Ostrovski, Pablo Samuel Castro, Will Dabney This blogpost is a summary of our NeurIPS 2021 paper. We provide two Tandem RL implementations: this one based on the DQN Zoo, and this one based on the Dopamine library.

    October 26, 2021 Read
    MICo: Learning improved representations via sampling-based state similarity for Markov decision processes

    We present a new behavioural distance over the state space of a Markov decision process, and demonstrate the use of this distance as an effective means of shaping the learnt representations of deep reinforcement learning agents. Pablo Samuel Castro*, Tyler Kastner*, Prakash Panangaden, and Mark Rowland This blogpost is a summary of our NeurIPS 2021 paper. The code is available here. The following figure gives a nice summary of the empirical gains our new loss provides, yielding an improvement on all of the Dopamine agents (left), as well as over Soft Actor-Critic and the DBC algorithm of Zhang et al.

    October 21, 2021 Read
    Revisiting Rainbow: Promoting more insightful and inclusive deep reinforcement learning research

    We argue for the value of small- to mid-scale environments in deep RL for increasing scientific insight and help make our community more inclusive. Johan S. Obando-Ceron and Pablo Samuel Castro This is a summary of our paper which was accepted at the Thirty-eighth International Conference on Machine Learning (ICML'21). (An initial version was presented at the deep reinforcement learning workshop at NeurIPS 2020). The code is available here. You can see the Deep RL talk here.

    May 24, 2021 Read
    Metrics and continuity in reinforcement learning

    In this work we investigate the notion of “state similarity” in Markov decision processes. This concept is central to generalization in RL with function approximation. Our paper was published at AAAI'21. Charline Le Lan, Marc G. Bellemare, and Pablo Samuel Castro The text below was adapted from Charline’s twitter thread In RL, we often deal with systems with large state spaces. We can’t exactly represent the value of each of these states and need some type of generalization.

    February 3, 2021 Read
    Contrastive Behavioral Similarity Embeddings for Generalization in Reinforcement Learning

    This paper was accepted as a spotlight at ICLR'21. We propose a new metric and contrastive loss that comes equipped with theoretical and empirical results. Policy Similarity Metric We introduce the policy similarity metric (PSM) which is based on bisimulation metrics. In contrast to bisimulation metrics (which is built on reward differences), PSMs are built on differences in optimal policies. If we were to use this metric for policy transfer (as Doina Precup & I explored previously), we can upper-bound the difference between the optimal and the transferred policy:

    January 14, 2021 Read
    2020 RL highlights

    As part of TWiML ’s AI Rewind series, I was asked to provide a list of reinforcement learning papers that were highlights for me in 2020. It’s been a difficult year for pretty much everyone, but it’s heartening to see that despite all the difficulties, interesting research still came out. Given the size and breadth of the reinforcement learning research, as well as the fact that I was asked to do this at the end of NeurIPS and right before my vacation, I decided to apply the following rules in the selection:

    December 16, 2020 Read
    Autonomous navigation of stratospheric balloons using reinforcement learning

    In this work we, quite literally, take reinforcement learning to new heights! Specifically, we use deep reinforcement learning to help control the navigation of stratospheric balloons, whose purpose is to deliver internet to areas with low connectivity. This project is an ongoing collaboration with Loon. It’s been incredibly rewarding to see reinforcement learning deployed successfully in a real setting. It’s also been terrific to work alongside such fantastic co-authors: Marc G.

    December 2, 2020 Read
    Scalable methods for computing state similarity in deterministic MDPs

    This post describes my paper Scalable methods for computing state similarity in deterministic MDPs, published at AAAI 2020. The code is available here. Motivation We consider distance metrics between states in an MDP. Take the following MDP, where the goal is to reach the green cells: Physical distance betweent states? Physical distance often fails to capture the similarity properties we’d like: State abstractions Now imagine we add an exact copy of these states to the MDP (think of it as an additional “floor”):

    November 22, 2019 Read
    Dopamine: A framework for flexible value-based reinforcement learning research

    Dopamine is a framework for flexible, value-based, reinforcement learning research. It was originally written in TensorFlow, but now all agents have been implemented in JAX. You can read more about it in our github page and in our white paper. Original Google AI blogpost. We have a website where you can easily compare the performance of all the Dopamine agents, which I find really useful: . We also provide a set of Colaboratory notebooks that really help understand the framework:

    August 27, 2018 Read
    Navigation
    • About
    • Recent Posts
    • Publications
    Contact me:
    • Twitter

    Toha
    © 2020 Copyright.
    Powered by Hugo Logo