Skip to main content

Showing 1–50 of 115 results for author: Whiteson, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.00495  [pdf, other

    cs.LG

    A Bayesian Solution To The Imitation Gap

    Authors: Risto Vuorio, Mattie Fellows, Cong Lu, Clémence Grislain, Shimon Whiteson

    Abstract: In many real-world settings, an agent must learn to act in environments where no reward signal can be specified, but a set of expert demonstrations is available. Imitation learning (IL) is a popular framework for learning policies from such demonstrations. However, in some cases, differences in observability between the expert and the agent can give rise to an imitation gap such that the expert's… ▽ More

    Submitted 29 June, 2024; originally announced July 2024.

  2. arXiv:2405.03807  [pdf, other

    cs.RO cs.LG

    UniGen: Unified Modeling of Initial Agent States and Trajectories for Generating Autonomous Driving Scenarios

    Authors: Reza Mahjourian, Rongbing Mu, Valerii Likhosherstov, Paul Mougin, Xiukun Huang, Joao Messias, Shimon Whiteson

    Abstract: This paper introduces UniGen, a novel approach to generating new traffic scenarios for evaluating and improving autonomous driving software through simulation. Our approach models all driving scenario elements in a unified model: the position of new agents, their initial state, and their future motion trajectories. By predicting the distributions of all these variables from a shared global scenari… ▽ More

    Submitted 6 May, 2024; originally announced May 2024.

    Comments: Accepted at ICRA 2024

  3. arXiv:2404.06356  [pdf, other

    cs.LG cs.AI cs.RO

    Policy-Guided Diffusion

    Authors: Matthew Thomas Jackson, Michael Tryfan Matthews, Cong Lu, Benjamin Ellis, Shimon Whiteson, Jakob Foerster

    Abstract: In many real-world settings, agents must learn from an offline dataset gathered by some prior behavior policy. Such a setting naturally leads to distribution shift between the behavior policy and the target policy being trained - requiring policy conservatism to avoid instability and overestimation bias. Autoregressive world models offer a different solution to this by generating synthetic, on-pol… ▽ More

    Submitted 9 April, 2024; originally announced April 2024.

    Comments: Previously at the NeurIPS 2023 Workshop on Robot Learning

  4. arXiv:2403.03020  [pdf, other

    cs.LG cs.AI

    SplAgger: Split Aggregation for Meta-Reinforcement Learning

    Authors: Jacob Beck, Matthew Jackson, Risto Vuorio, Zheng Xiong, Shimon Whiteson

    Abstract: A core ambition of reinforcement learning (RL) is the creation of agents capable of rapid learning in novel tasks. Meta-RL aims to achieve this by directly learning such agents. Black box methods do so by training off-the-shelf sequence models end-to-end. By contrast, task inference methods explicitly infer a posterior distribution over the unknown task, typically using distinct objectives and seq… ▽ More

    Submitted 1 June, 2024; v1 submitted 5 March, 2024; originally announced March 2024.

    Comments: Published at Reinforcement Learning Conference (RLC) 2024. Code is provided at https://github.com/jacooba/hyper

  5. arXiv:2402.06570  [pdf, other

    cs.LG cs.RO

    Distilling Morphology-Conditioned Hypernetworks for Efficient Universal Morphology Control

    Authors: Zheng Xiong, Risto Vuorio, Jacob Beck, Matthieu Zimmer, Kun Shao, Shimon Whiteson

    Abstract: Learning a universal policy across different robot morphologies can significantly improve learning efficiency and enable zero-shot generalization to unseen morphologies. However, learning a highly performant universal policy requires sophisticated architectures like transformers (TF) that have larger memory and computational cost than simpler multi-layer perceptrons (MLP). To achieve both good per… ▽ More

    Submitted 3 June, 2024; v1 submitted 9 February, 2024; originally announced February 2024.

    Comments: ICML 2024

  6. arXiv:2402.05828  [pdf, other

    cs.LG cs.AI

    Discovering Temporally-Aware Reinforcement Learning Algorithms

    Authors: Matthew Thomas Jackson, Chris Lu, Louis Kirsch, Robert Tjarko Lange, Shimon Whiteson, Jakob Nicolaus Foerster

    Abstract: Recent advancements in meta-learning have enabled the automatic discovery of novel reinforcement learning algorithms parameterized by surrogate objective functions. To improve upon manually designed algorithms, the parameterization of this learned objective function must be expressive enough to represent novel principles of learning (instead of merely recovering already established ones) while sti… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

    Comments: Published at ICLR 2024

  7. arXiv:2311.10090  [pdf, other

    cs.LG cs.AI cs.MA

    JaxMARL: Multi-Agent RL Environments in JAX

    Authors: Alexander Rutherford, Benjamin Ellis, Matteo Gallici, Jonathan Cook, Andrei Lupu, Gardar Ingvarsson, Timon Willi, Akbir Khan, Christian Schroeder de Witt, Alexandra Souly, Saptarashmi Bandyopadhyay, Mikayel Samvelyan, Minqi Jiang, Robert Tjarko Lange, Shimon Whiteson, Bruno Lacerda, Nick Hawes, Tim Rocktaschel, Chris Lu, Jakob Nicolaus Foerster

    Abstract: Benchmarks play an important role in the development of machine learning algorithms. For example, research in reinforcement learning (RL) has been heavily influenced by available environments and benchmarks. However, RL environments are traditionally run on the CPU, limiting their scalability with typical academic compute. Recent advancements in JAX have enabled the wider use of hardware accelerat… ▽ More

    Submitted 19 December, 2023; v1 submitted 16 November, 2023; originally announced November 2023.

  8. arXiv:2310.02782  [pdf, other

    cs.LG cs.AI

    Discovering General Reinforcement Learning Algorithms with Adversarial Environment Design

    Authors: Matthew Thomas Jackson, Minqi Jiang, Jack Parker-Holder, Risto Vuorio, Chris Lu, Gregory Farquhar, Shimon Whiteson, Jakob Nicolaus Foerster

    Abstract: The past decade has seen vast progress in deep reinforcement learning (RL) on the back of algorithms manually designed by human researchers. Recently, it has been shown that it is possible to meta-learn update rules, with the hope of discovering algorithms that can perform well on a wide range of RL tasks. Despite impressive initial results from algorithms such as Learned Policy Gradient (LPG), th… ▽ More

    Submitted 4 October, 2023; originally announced October 2023.

    Comments: Published at NeurIPS 2023

  9. arXiv:2309.14970  [pdf, other

    cs.LG cs.AI cs.RO

    Recurrent Hypernetworks are Surprisingly Strong in Meta-RL

    Authors: Jacob Beck, Risto Vuorio, Zheng Xiong, Shimon Whiteson

    Abstract: Deep reinforcement learning (RL) is notoriously impractical to deploy due to sample inefficiency. Meta-RL directly addresses this sample inefficiency by learning to perform few-shot learning when a distribution of related tasks is available for meta-training. While many specialized meta-RL methods have been proposed, recent work suggests that end-to-end learning in conjunction with an off-the-shel… ▽ More

    Submitted 26 December, 2023; v1 submitted 26 September, 2023; originally announced September 2023.

    Comments: Published at NeurIPS 2023. We provide code at https://github.com/jacooba/hyper

  10. arXiv:2309.14003  [pdf, other

    cs.LG cs.RO

    Hierarchical Imitation Learning for Stochastic Environments

    Authors: Maximilian Igl, Punit Shah, Paul Mougin, Sirish Srinivasan, Tarun Gupta, Brandyn White, Kyriacos Shiarlis, Shimon Whiteson

    Abstract: Many applications of imitation learning require the agent to generate the full distribution of behaviour observed in the training data. For example, to evaluate the safety of autonomous vehicles in simulation, accurate and diverse behaviour models of other road users are paramount. Existing methods that improve this distributional realism typically rely on hierarchical policies. These condition th… ▽ More

    Submitted 25 September, 2023; originally announced September 2023.

    Comments: Published at IROS'23

  11. arXiv:2308.13049  [pdf, other

    cs.LG

    Bayesian Exploration Networks

    Authors: Mattie Fellows, Brandon Kaplowitz, Christian Schroeder de Witt, Shimon Whiteson

    Abstract: Bayesian reinforcement learning (RL) offers a principled and elegant approach for sequential decision making under uncertainty. Most notably, Bayesian agents do not face an exploration/exploitation dilemma, a major pathology of frequentist methods. However theoretical understanding of model-free approaches is lacking. In this paper, we introduce a novel Bayesian model-free formulation and the firs… ▽ More

    Submitted 25 June, 2024; v1 submitted 24 August, 2023; originally announced August 2023.

    Comments: Typos fixed and provided clearer proof of Theorem 3.2

  12. arXiv:2305.12032  [pdf, other

    cs.CV cs.LG cs.MA cs.RO

    The Waymo Open Sim Agents Challenge

    Authors: Nico Montali, John Lambert, Paul Mougin, Alex Kuefler, Nick Rhinehart, Michelle Li, Cole Gulino, Tristan Emrich, Zoey Yang, Shimon Whiteson, Brandyn White, Dragomir Anguelov

    Abstract: Simulation with realistic, interactive agents represents a key task for autonomous vehicle software development. In this work, we introduce the Waymo Open Sim Agents Challenge (WOSAC). WOSAC is the first public challenge to tackle this task and propose corresponding metrics. The goal of the challenge is to stimulate the design of realistic simulators that can be used to evaluate and train a behavi… ▽ More

    Submitted 11 December, 2023; v1 submitted 19 May, 2023; originally announced May 2023.

    Comments: Accepted to NeurIPS 2023, Track on Datasets and Benchmarks. Public leaderboard available at https://waymo.com/open/challenges/2023/sim-agents/

  13. arXiv:2303.10733  [pdf, other

    cs.AI cs.MA

    Cheap Talk Discovery and Utilization in Multi-Agent Reinforcement Learning

    Authors: Yat Long Lo, Christian Schroeder de Witt, Samuel Sokota, Jakob Nicolaus Foerster, Shimon Whiteson

    Abstract: By enabling agents to communicate, recent cooperative multi-agent reinforcement learning (MARL) methods have demonstrated better task performance and more coordinated behavior. Most existing approaches facilitate inter-agent communication by allowing agents to send messages to each other through free communication channels, i.e., cheap talk channels. Current methods require these channels to be co… ▽ More

    Submitted 19 March, 2023; originally announced March 2023.

    Comments: The 11th International Conference on Learning Representations (ICLR)

  14. arXiv:2302.12537  [pdf, other

    cs.LG cs.AI

    Why Target Networks Stabilise Temporal Difference Methods

    Authors: Mattie Fellows, Matthew J. A. Smith, Shimon Whiteson

    Abstract: Integral to recent successes in deep reinforcement learning has been a class of temporal difference methods that use infrequently updated target values for policy evaluation in a Markov Decision Process. Yet a complete theoretical explanation for the effectiveness of target networks remains elusive. In this work, we provide an analysis of this popular class of algorithms, to finally answer the que… ▽ More

    Submitted 11 August, 2023; v1 submitted 24 February, 2023; originally announced February 2023.

    Comments: Found a small error in Appendix (Proposition 1, Appendix B3, penultimate line) that affects results presented in the original submission. These have been fixed and this version is the one accepted at ICML 2023

    Journal ref: ICML 2023

  15. arXiv:2302.11070  [pdf, other

    cs.AI cs.RO stat.ML

    Universal Morphology Control via Contextual Modulation

    Authors: Zheng Xiong, Jacob Beck, Shimon Whiteson

    Abstract: Learning a universal policy across different robot morphologies can significantly improve learning efficiency and generalization in continuous control. However, it poses a challenging multi-task reinforcement learning problem, as the optimal policy may be quite different across robots and critically depend on the morphology. Existing methods utilize graph neural networks or transformers to handle… ▽ More

    Submitted 3 August, 2023; v1 submitted 21 February, 2023; originally announced February 2023.

    Comments: Accepted by ICML 2023

  16. arXiv:2302.07985  [pdf, other

    cs.LG cs.AI

    Trust-Region-Free Policy Optimization for Stochastic Policies

    Authors: Mingfei Sun, Benjamin Ellis, Anuj Mahajan, Sam Devlin, Katja Hofmann, Shimon Whiteson

    Abstract: Trust Region Policy Optimization (TRPO) is an iterative method that simultaneously maximizes a surrogate objective and enforces a trust region constraint over consecutive policies in each iteration. The combination of the surrogate objective maximization and the trust region enforcement has been shown to be crucial to guarantee a monotonic policy improvement. However, solving a trust-region-constr… ▽ More

    Submitted 15 February, 2023; originally announced February 2023.

    Comments: RLDM 2022

  17. arXiv:2301.08028  [pdf, other

    cs.LG

    A Survey of Meta-Reinforcement Learning

    Authors: Jacob Beck, Risto Vuorio, Evan Zheran Liu, Zheng Xiong, Luisa Zintgraf, Chelsea Finn, Shimon Whiteson

    Abstract: While deep reinforcement learning (RL) has fueled multiple high-profile successes in machine learning, it is held back from more widespread adoption by its often poor data efficiency and the limited generality of the policies it produces. A promising approach for alleviating these limitations is to cast the development of better RL algorithms as a machine learning problem itself in a process calle… ▽ More

    Submitted 19 January, 2023; originally announced January 2023.

  18. arXiv:2212.11419  [pdf, other

    cs.AI cs.RO

    Imitation Is Not Enough: Robustifying Imitation with Reinforcement Learning for Challenging Driving Scenarios

    Authors: Yiren Lu, Justin Fu, George Tucker, Xinlei Pan, Eli Bronstein, Rebecca Roelofs, Benjamin Sapp, Brandyn White, Aleksandra Faust, Shimon Whiteson, Dragomir Anguelov, Sergey Levine

    Abstract: Imitation learning (IL) is a simple and powerful way to use high-quality human driving data, which can be collected at scale, to produce human-like behavior. However, policies based on imitation learning alone often fail to sufficiently account for safety and reliability concerns. In this paper, we show how imitation learning combined with reinforcement learning using simple rewards can substantia… ▽ More

    Submitted 10 August, 2023; v1 submitted 21 December, 2022; originally announced December 2022.

    ACM Class: I.2.9; I.2.6

  19. arXiv:2212.07489  [pdf, other

    cs.LG cs.MA

    SMACv2: An Improved Benchmark for Cooperative Multi-Agent Reinforcement Learning

    Authors: Benjamin Ellis, Jonathan Cook, Skander Moalla, Mikayel Samvelyan, Mingfei Sun, Anuj Mahajan, Jakob N. Foerster, Shimon Whiteson

    Abstract: The availability of challenging benchmarks has played a key role in the recent progress of machine learning. In cooperative multi-agent reinforcement learning, the StarCraft Multi-Agent Challenge (SMAC) has become a popular testbed for centralised training with decentralised execution. However, after years of sustained improvement on SMAC, algorithms now achieve near-perfect performance. In this w… ▽ More

    Submitted 17 October, 2023; v1 submitted 14 December, 2022; originally announced December 2022.

  20. arXiv:2212.06968  [pdf, other

    cs.RO cs.LG

    Particle-Based Score Estimation for State Space Model Learning in Autonomous Driving

    Authors: Angad Singh, Omar Makhlouf, Maximilian Igl, Joao Messias, Arnaud Doucet, Shimon Whiteson

    Abstract: Multi-object state estimation is a fundamental problem for robotic applications where a robot must interact with other moving objects. Typically, other objects' relevant state features are not directly observable, and must instead be inferred from observations. Particle filtering can perform such inference given approximate transition and observation models. However, these models are often unknown… ▽ More

    Submitted 13 December, 2022; originally announced December 2022.

    Comments: Accepted to CoRL 2022

  21. arXiv:2212.01375  [pdf, other

    cs.RO cs.AI cs.LG

    Embedding Synthetic Off-Policy Experience for Autonomous Driving via Zero-Shot Curricula

    Authors: Eli Bronstein, Sirish Srinivasan, Supratik Paul, Aman Sinha, Matthew O'Kelly, Payam Nikdel, Shimon Whiteson

    Abstract: ML-based motion planning is a promising approach to produce agents that exhibit complex behaviors, and automatically adapt to novel environments. In the context of autonomous driving, it is common to treat all available training data equally. However, this approach produces agents that do not perform robustly in safety-critical settings, an issue that cannot be addressed by simply adding more data… ▽ More

    Submitted 2 December, 2022; originally announced December 2022.

    Comments: Published in CoRL 2022. Main text (8 pages, 3 figures) + acknowledgements and references (3 pages) + appendix (7 pages, 4 figures)

  22. arXiv:2210.12124  [pdf, other

    cs.LG

    Equivariant Networks for Zero-Shot Coordination

    Authors: Darius Muglich, Christian Schroeder de Witt, Elise van der Pol, Shimon Whiteson, Jakob Foerster

    Abstract: Successful coordination in Dec-POMDPs requires agents to adopt robust strategies and interpretable styles of play for their partner. A common failure mode is symmetry breaking, when agents arbitrarily converge on one out of many equivalent but mutually incompatible policies. Commonly these examples include partial observability, e.g. waving your right hand vs. left hand to convey a covert message.… ▽ More

    Submitted 10 April, 2024; v1 submitted 21 October, 2022; originally announced October 2022.

  23. arXiv:2210.11348  [pdf, other

    cs.LG cs.AI cs.RO

    Hypernetworks in Meta-Reinforcement Learning

    Authors: Jacob Beck, Matthew Thomas Jackson, Risto Vuorio, Shimon Whiteson

    Abstract: Training a reinforcement learning (RL) agent on a real-world robotics task remains generally impractical due to sample inefficiency. Multi-task RL and meta-RL aim to improve sample efficiency by generalizing over a distribution of related tasks. However, doing so is difficult in practice: In multi-task RL, state of the art methods often fail to outperform a degenerate solution that simply learns e… ▽ More

    Submitted 20 October, 2022; originally announced October 2022.

    Comments: Published at CoRL 2022

  24. arXiv:2210.09539  [pdf, other

    cs.RO cs.AI cs.LG

    Hierarchical Model-Based Imitation Learning for Planning in Autonomous Driving

    Authors: Eli Bronstein, Mark Palatucci, Dominik Notz, Brandyn White, Alex Kuefler, Yiren Lu, Supratik Paul, Payam Nikdel, Paul Mougin, Hongge Chen, Justin Fu, Austin Abrams, Punit Shah, Evan Racah, Benjamin Frenkel, Shimon Whiteson, Dragomir Anguelov

    Abstract: We demonstrate the first large-scale application of model-based generative adversarial imitation learning (MGAIL) to the task of dense urban self-driving. We augment standard MGAIL using a hierarchical model to enable generalization to arbitrary goal routes, and measure performance using a closed-loop evaluation framework with simulated interactive agents. We train policies from expert trajectorie… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

    Comments: IROS 2022

    Journal ref: IEEE/RSJ international conference on intelligent robots and systems (IROS) 2022, pages 8652-8659

  25. arXiv:2209.11303  [pdf, other

    cs.LG

    An Investigation of the Bias-Variance Tradeoff in Meta-Gradients

    Authors: Risto Vuorio, Jacob Beck, Shimon Whiteson, Jakob Foerster, Gregory Farquhar

    Abstract: Meta-gradients provide a general approach for optimizing the meta-parameters of reinforcement learning (RL) algorithms. Estimation of meta-gradients is central to the performance of these meta-algorithms, and has been studied in the setting of MAML-style short-horizon meta-RL problems. In this context, prior work has investigated the estimation of the Hessian of the RL objective, as well as tackli… ▽ More

    Submitted 22 September, 2022; originally announced September 2022.

  26. arXiv:2206.12765  [pdf, other

    cs.AI cs.LG

    Generalized Beliefs for Cooperative AI

    Authors: Darius Muglich, Luisa Zintgraf, Christian Schroeder de Witt, Shimon Whiteson, Jakob Foerster

    Abstract: Self-play is a common paradigm for constructing solutions in Markov games that can yield optimal policies in collaborative settings. However, these policies often adopt highly-specialized conventions that make playing with a novel partner difficult. To address this, recent approaches rely on encoding symmetry and convention-awareness into policy training, but these require strong environmental ass… ▽ More

    Submitted 25 June, 2022; originally announced June 2022.

  27. arXiv:2205.03195  [pdf, other

    cs.LG cs.RO

    Symphony: Learning Realistic and Diverse Agents for Autonomous Driving Simulation

    Authors: Maximilian Igl, Daewoo Kim, Alex Kuefler, Paul Mougin, Punit Shah, Kyriacos Shiarlis, Dragomir Anguelov, Mark Palatucci, Brandyn White, Shimon Whiteson

    Abstract: Simulation is a crucial tool for accelerating the development of autonomous vehicles. Making simulation realistic requires models of the human road users who interact with such cars. Such models can be obtained by applying learning from demonstration (LfD) to trajectories observed by cars already on the road. However, existing LfD methods are typically insufficient, yielding policies that frequent… ▽ More

    Submitted 6 May, 2022; originally announced May 2022.

    Comments: Accepted to ICRA-2022

  28. arXiv:2202.00104  [pdf, other

    cs.LG cs.AI cs.MA

    Generalization in Cooperative Multi-Agent Systems

    Authors: Anuj Mahajan, Mikayel Samvelyan, Tarun Gupta, Benjamin Ellis, Mingfei Sun, Tim Rocktäschel, Shimon Whiteson

    Abstract: Collective intelligence is a fundamental trait shared by several species of living organisms. It has allowed them to thrive in the diverse environmental conditions that exist on our planet. From simple organisations in an ant colony to complex systems in human groups, collective intelligence is vital for solving complex survival tasks. As is commonly observed, such natural systems are flexible to… ▽ More

    Submitted 21 February, 2022; v1 submitted 31 January, 2022; originally announced February 2022.

  29. arXiv:2202.00082  [pdf, other

    cs.LG

    Trust Region Bounds for Decentralized PPO Under Non-stationarity

    Authors: Mingfei Sun, Sam Devlin, Jacob Beck, Katja Hofmann, Shimon Whiteson

    Abstract: We present trust region bounds for optimizing decentralized policies in cooperative Multi-Agent Reinforcement Learning (MARL), which holds even when the transition dynamics are non-stationary. This new analysis provides a theoretical understanding of the strong performance of two recent actor-critic methods for MARL, which both rely on independent ratios, i.e., computing probability ratios separat… ▽ More

    Submitted 15 February, 2023; v1 submitted 31 January, 2022; originally announced February 2022.

    Comments: AAMAS 2023

  30. arXiv:2202.00079  [pdf, other

    cs.LG cs.AI

    You May Not Need Ratio Clip** in PPO

    Authors: Mingfei Sun, Vitaly Kurin, Guoqing Liu, Sam Devlin, Tao Qin, Katja Hofmann, Shimon Whiteson

    Abstract: Proximal Policy Optimization (PPO) methods learn a policy by iteratively performing multiple mini-batch optimization epochs of a surrogate objective with one set of sampled data. Ratio clip** PPO is a popular variant that clips the probability ratios between the target policy and the policy used to collect samples. Ratio clip** yields a pessimistic estimate of the original surrogate objective,… ▽ More

    Submitted 31 January, 2022; originally announced February 2022.

  31. arXiv:2201.04122  [pdf, other

    cs.LG cs.AI cs.CV

    In Defense of the Unitary Scalarization for Deep Multi-Task Learning

    Authors: Vitaly Kurin, Alessandro De Palma, Ilya Kostrikov, Shimon Whiteson, M. Pawan Kumar

    Abstract: Recent multi-task learning research argues against unitary scalarization, where training simply minimizes the sum of the task losses. Several ad-hoc multi-task optimization algorithms have instead been proposed, inspired by various hypotheses about what makes multi-task settings difficult. The majority of these optimizers require per-task gradients, and introduce significant memory, runtime, and i… ▽ More

    Submitted 8 March, 2023; v1 submitted 11 January, 2022; originally announced January 2022.

    Comments: NeurIPS 2022 camera-ready version, fixed training loss y axis scale

  32. arXiv:2112.06054  [pdf, other

    cs.LG

    Deterministic and Discriminative Imitation (D2-Imitation): Revisiting Adversarial Imitation for Sample Efficiency

    Authors: Mingfei Sun, Sam Devlin, Katja Hofmann, Shimon Whiteson

    Abstract: Sample efficiency is crucial for imitation learning methods to be applicable in real-world applications. Many studies improve sample efficiency by extending adversarial imitation to be off-policy regardless of the fact that these off-policy extensions could either change the original objective or involve complicated optimization. We revisit the foundation of adversarial imitation and propose an of… ▽ More

    Submitted 13 April, 2022; v1 submitted 11 December, 2021; originally announced December 2021.

    Comments: AAAI 2022

  33. arXiv:2112.00478  [pdf, other

    cs.LG cs.AI stat.ML

    On the Practical Consistency of Meta-Reinforcement Learning Algorithms

    Authors: Zheng Xiong, Luisa Zintgraf, Jacob Beck, Risto Vuorio, Shimon Whiteson

    Abstract: Consistency is the theoretical property of a meta learning algorithm that ensures that, under certain assumptions, it can adapt to any task at test time. An open question is whether and how theoretical consistency translates into practice, in comparison to inconsistent algorithms. In this paper, we empirically investigate this question on a set of representative meta-RL algorithms. We find that th… ▽ More

    Submitted 1 December, 2021; originally announced December 2021.

  34. arXiv:2110.14538  [pdf, other

    cs.LG cs.MA

    Reinforcement Learning in Factored Action Spaces using Tensor Decompositions

    Authors: Anuj Mahajan, Mikayel Samvelyan, Lei Mao, Viktor Makoviychuk, Animesh Garg, Jean Kossaifi, Shimon Whiteson, Yuke Zhu, Animashree Anandkumar

    Abstract: We present an extended abstract for the previously published work TESSERACT [Mahajan et al., 2021], which proposes a novel solution for Reinforcement Learning (RL) in large, factored action spaces using tensor decompositions. The goal of this abstract is twofold: (1) To garner greater interest amongst the tensor research community for creating methods and analysis for approximate RL, (2) To elucid… ▽ More

    Submitted 27 October, 2021; originally announced October 2021.

    Journal ref: 2nd Workshop on Quantum Tensor Networks in Machine Learning (NeurIPS 2021)

  35. arXiv:2110.14524  [pdf, other

    cs.LG cs.MA

    Model based Multi-agent Reinforcement Learning with Tensor Decompositions

    Authors: Pascal Van Der Vaart, Anuj Mahajan, Shimon Whiteson

    Abstract: A challenge in multi-agent reinforcement learning is to be able to generalize over intractable state-action spaces. Inspired from Tesseract [Mahajan et al., 2021], this position paper investigates generalisation in state-action space over unexplored state-action pairs by modelling the transition and reward functions as tensors of low CP-rank. Initial experiments on synthetic MDPs show that using t… ▽ More

    Submitted 27 October, 2021; originally announced October 2021.

    Journal ref: 2nd Workshop on Quantum Tensor Networks in Machine Learning (NeurIPS 2021)

  36. arXiv:2108.05338  [pdf, other

    cs.LG

    Truncated Emphatic Temporal Difference Methods for Prediction and Control

    Authors: Shangtong Zhang, Shimon Whiteson

    Abstract: Emphatic Temporal Difference (TD) methods are a class of off-policy Reinforcement Learning (RL) methods involving the use of followon traces. Despite the theoretical success of emphatic TD methods in addressing the notorious deadly triad of off-policy RL, there are still two open problems. First, followon traces typically suffer from large variance, making them hard to use in practice. Second, tho… ▽ More

    Submitted 10 May, 2022; v1 submitted 11 August, 2021; originally announced August 2021.

    Comments: Journal of Machine Learning Research 2022

  37. arXiv:2107.08295  [pdf, other

    cs.AI cs.MA

    Communicating via Markov Decision Processes

    Authors: Samuel Sokota, Christian Schroeder de Witt, Maximilian Igl, Luisa Zintgraf, Philip Torr, Martin Strohmeier, J. Zico Kolter, Shimon Whiteson, Jakob Foerster

    Abstract: We consider the problem of communicating exogenous information by means of Markov decision process trajectories. This setting, which we call a Markov coding game (MCG), generalizes both source coding and a large class of referential games. MCGs also isolate a problem that is important in decentralized control settings in which cheap-talk is not available -- namely, they require balancing communica… ▽ More

    Submitted 12 June, 2022; v1 submitted 17 July, 2021; originally announced July 2021.

    Comments: ICML 2022

  38. arXiv:2106.05012  [pdf, other

    cs.LG

    Bayesian Bellman Operators

    Authors: Matthew Fellows, Kristian Hartikainen, Shimon Whiteson

    Abstract: We introduce a novel perspective on Bayesian reinforcement learning (RL); whereas existing approaches infer a posterior over the transition distribution or Q-function, we characterise the uncertainty in the Bellman operator. Our Bayesian Bellman operator (BBO) framework is motivated by the insight that when bootstrap** is introduced, model-free approaches actually infer a posterior over Bellman… ▽ More

    Submitted 15 June, 2021; v1 submitted 9 June, 2021; originally announced June 2021.

  39. arXiv:2106.03155  [pdf, other

    cs.LG cs.AI

    SoftDICE for Imitation Learning: Rethinking Off-policy Distribution Matching

    Authors: Mingfei Sun, Anuj Mahajan, Katja Hofmann, Shimon Whiteson

    Abstract: We present SoftDICE, which achieves state-of-the-art performance for imitation learning. SoftDICE fixes several key problems in ValueDICE, an off-policy distribution matching approach for sample-efficient imitation learning. Specifically, the objective of ValueDICE contains logarithms and exponentials of expectations, for which the mini-batch gradient estimate is always biased. Second, ValueDICE r… ▽ More

    Submitted 6 June, 2021; originally announced June 2021.

  40. arXiv:2106.00136  [pdf, other

    cs.LG

    Tesseract: Tensorised Actors for Multi-Agent Reinforcement Learning

    Authors: Anuj Mahajan, Mikayel Samvelyan, Lei Mao, Viktor Makoviychuk, Animesh Garg, Jean Kossaifi, Shimon Whiteson, Yuke Zhu, Animashree Anandkumar

    Abstract: Reinforcement Learning in large action spaces is a challenging problem. Cooperative multi-agent reinforcement learning (MARL) exacerbates matters by imposing various constraints on communication and observability. In this work, we consider the fundamental hurdle affecting both value-based and policy-gradient approaches: an exponential blowup of the action space with the number of agents. For value… ▽ More

    Submitted 31 May, 2021; originally announced June 2021.

    Comments: 38th International Conference on Machine Learning, PMLR 139, 2021

  41. arXiv:2104.13446  [pdf, other

    cs.LG cs.MA

    Semi-On-Policy Training for Sample Efficient Multi-Agent Policy Gradients

    Authors: Bozhidar Vasilev, Tarun Gupta, Bei Peng, Shimon Whiteson

    Abstract: Policy gradient methods are an attractive approach to multi-agent reinforcement learning problems due to their convergence properties and robustness in partially observable scenarios. However, there is a significant performance gap between state-of-the-art policy gradient and value-based methods on the popular StarCraft Multi-Agent Challenge (SMAC) benchmark. In this paper, we introduce semi-on-po… ▽ More

    Submitted 6 May, 2021; v1 submitted 27 April, 2021; originally announced April 2021.

    Comments: AAMAS Adaptive and Learning Agents Workshop. 20th International Conference on Autonomous Agents and Multiagent Systems

  42. arXiv:2103.11883  [pdf, other

    cs.LG cs.MA

    Regularized Softmax Deep Multi-Agent $Q$-Learning

    Authors: Ling Pan, Tabish Rashid, Bei Peng, Longbo Huang, Shimon Whiteson

    Abstract: Tackling overestimation in $Q$-learning is an important problem that has been extensively studied in single-agent reinforcement learning, but has received comparatively little attention in the multi-agent setting. In this work, we empirically demonstrate that QMIX, a popular $Q$-learning algorithm for cooperative multi-agent reinforcement learning (MARL), suffers from a more severe overestimation… ▽ More

    Submitted 10 June, 2021; v1 submitted 22 March, 2021; originally announced March 2021.

  43. arXiv:2103.01009  [pdf, other

    cs.LG

    Snowflake: Scaling GNNs to High-Dimensional Continuous Control via Parameter Freezing

    Authors: Charlie Blake, Vitaly Kurin, Maximilian Igl, Shimon Whiteson

    Abstract: Recent research has shown that graph neural networks (GNNs) can learn policies for locomotion control that are as effective as a typical multi-layer perceptron (MLP), with superior transfer and multi-task performance (Wang et al., 2018; Huang et al., 2020). Results have so far been limited to training on small agents, with the performance of GNNs deteriorating rapidly as the number of sensors and… ▽ More

    Submitted 3 January, 2022; v1 submitted 1 March, 2021; originally announced March 2021.

    Comments: 20 pages, 14 figures, published at NeurIPS 2021

  44. arXiv:2101.08862  [pdf, other

    cs.LG

    Breaking the Deadly Triad with a Target Network

    Authors: Shangtong Zhang, Hengshuai Yao, Shimon Whiteson

    Abstract: The deadly triad refers to the instability of a reinforcement learning algorithm when it employs off-policy learning, function approximation, and bootstrap** simultaneously. In this paper, we investigate the target network as a tool for breaking the deadly triad, providing theoretical support for the conventional wisdom that a target network stabilizes training. We first propose and analyze a no… ▽ More

    Submitted 29 September, 2023; v1 submitted 21 January, 2021; originally announced January 2021.

    Comments: ICML 2021

  45. arXiv:2101.03864  [pdf, other

    cs.LG cs.MA

    Deep Interactive Bayesian Reinforcement Learning via Meta-Learning

    Authors: Luisa Zintgraf, Sam Devlin, Kamil Ciosek, Shimon Whiteson, Katja Hofmann

    Abstract: Agents that interact with other agents often do not know a priori what the other agents' strategies are, but have to maximise their own online return while interacting with and learning about others. The optimal adaptive behaviour under uncertainty over the other agents' strategies w.r.t. some prior can in principle be computed using the Interactive Bayesian Reinforcement Learning framework. Unfor… ▽ More

    Submitted 15 April, 2022; v1 submitted 11 January, 2021; originally announced January 2021.

    Comments: Published as an extended abstract at AAMAS 2021

  46. arXiv:2101.02808  [pdf, other

    cs.LG cs.AI

    Average-Reward Off-Policy Policy Evaluation with Function Approximation

    Authors: Shangtong Zhang, Yi Wan, Richard S. Sutton, Shimon Whiteson

    Abstract: We consider off-policy policy evaluation with function approximation (FA) in average-reward MDPs, where the goal is to estimate both the reward rate and the differential value function. For this problem, bootstrap** is necessary and, along with off-policy learning and FA, results in the deadly triad (Sutton & Barto, 2018). To address the deadly triad, we propose two novel algorithms, reproducing… ▽ More

    Submitted 18 October, 2022; v1 submitted 7 January, 2021; originally announced January 2021.

    Comments: ICML 2021

  47. arXiv:2011.09533  [pdf, other

    cs.AI

    Is Independent Learning All You Need in the StarCraft Multi-Agent Challenge?

    Authors: Christian Schroeder de Witt, Tarun Gupta, Denys Makoviichuk, Viktor Makoviychuk, Philip H. S. Torr, Mingfei Sun, Shimon Whiteson

    Abstract: Most recently developed approaches to cooperative multi-agent reinforcement learning in the \emph{centralized training with decentralized execution} setting involve estimating a centralized, joint value function. In this paper, we demonstrate that, despite its various theoretical shortcomings, Independent PPO (IPPO), a form of independent learning in which each agent simply estimates its local val… ▽ More

    Submitted 18 November, 2020; originally announced November 2020.

  48. arXiv:2010.03024  [pdf, other

    cs.CV

    Real-Time Resource Allocation for Tracking Systems

    Authors: Yash Satsangi, Shimon Whiteson, Frans A. Oliehoek, Henri Bouma

    Abstract: Automated tracking is key to many computer vision applications. However, many tracking systems struggle to perform in real-time due to the high computational cost of detecting people, especially in ultra high resolution images. We propose a new algorithm called \emph{PartiMax} that greatly reduces this cost by applying the person detector only to the relevant parts of the image. PartiMax exploits… ▽ More

    Submitted 21 September, 2020; originally announced October 2020.

    Comments: http://auai.org/uai2017/proceedings/papers/130.pdf

    Journal ref: UAI 2017

  49. arXiv:2010.02974  [pdf, other

    cs.LG cs.AI cs.MA

    UneVEn: Universal Value Exploration for Multi-Agent Reinforcement Learning

    Authors: Tarun Gupta, Anuj Mahajan, Bei Peng, Wendelin Böhmer, Shimon Whiteson

    Abstract: VDN and QMIX are two popular value-based algorithms for cooperative MARL that learn a centralized action value function as a monotonic mixing of per-agent utilities. While this enables easy decentralization of the learned policy, the restricted joint action value function can prevent them from solving tasks that require significant coordination between agents at a given timestep. We show that this… ▽ More

    Submitted 10 June, 2021; v1 submitted 6 October, 2020; originally announced October 2020.

    Comments: Published at ICML 2021

  50. arXiv:2010.01856  [pdf, other

    cs.LG stat.ML

    My Body is a Cage: the Role of Morphology in Graph-Based Incompatible Control

    Authors: Vitaly Kurin, Maximilian Igl, Tim Rocktäschel, Wendelin Boehmer, Shimon Whiteson

    Abstract: Multitask Reinforcement Learning is a promising way to obtain models with better performance, generalisation, data efficiency, and robustness. Most existing work is limited to compatible settings, where the state and action space dimensions are the same across tasks. Graph Neural Networks (GNN) are one way to address incompatible environments, because they can process graphs of arbitrary size. The… ▽ More

    Submitted 14 April, 2021; v1 submitted 5 October, 2020; originally announced October 2020.

    Comments: ICLR 2021 Camera-Ready Version