Skip to main content

Showing 1–17 of 17 results for author: Lange, R T

  1. arXiv:2406.15042  [pdf, other

    cs.LG cs.AI

    Behaviour Distillation

    Authors: Andrei Lupu, Chris Lu, Jarek Liesen, Robert Tjarko Lange, Jakob Foerster

    Abstract: Dataset distillation aims to condense large datasets into a small number of synthetic examples that can be used as drop-in replacements when training new models. It has applications to interpretability, neural architecture search, privacy, and continual learning. Despite strong successes in supervised domains, such methods have not yet been extended to reinforcement learning, where the lack of a f… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

    Comments: Published as a conference paper at ICLR 2024

  2. arXiv:2406.12589  [pdf, other

    cs.LG

    Discovering Minimal Reinforcement Learning Environments

    Authors: Jarek Liesen, Chris Lu, Andrei Lupu, Jakob N. Foerster, Henning Sprekeler, Robert T. Lange

    Abstract: Reinforcement learning (RL) agents are commonly trained and evaluated in the same environment. In contrast, humans often train in a specialized environment before being evaluated, such as studying a book before taking an exam. The potential of such specialized training environments is still vastly underexplored, despite their capacity to dramatically speed up training. The framework of synthetic… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

    Comments: 10 pages, 7 figures

  3. arXiv:2406.08414  [pdf, other

    cs.LG

    Discovering Preference Optimization Algorithms with and for Large Language Models

    Authors: Chris Lu, Samuel Holt, Claudio Fanconi, Alex J. Chan, Jakob Foerster, Mihaela van der Schaar, Robert Tjarko Lange

    Abstract: Offline preference optimization is a key method for enhancing and controlling the quality of Large Language Model (LLM) outputs. Typically, preference optimization is approached as an offline supervised learning task using manually-crafted convex loss functions. While these methods are based on theoretical insights, they are inherently constrained by human creativity, so the large search space of… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  4. arXiv:2405.03547  [pdf, other

    cs.LG cs.AI cs.NE

    Position: Leverage Foundational Models for Black-Box Optimization

    Authors: Xingyou Song, Yingtao Tian, Robert Tjarko Lange, Chansoo Lee, Yujin Tang, Yutian Chen

    Abstract: Undeniably, Large Language Models (LLMs) have stirred an extraordinary wave of innovation in the machine learning research domain, resulting in substantial impact across diverse fields such as reinforcement learning, robotics, and computer vision. Their incorporation has been rapid and transformative, marking a significant paradigm shift in the field of machine learning research. However, the fiel… ▽ More

    Submitted 9 May, 2024; v1 submitted 6 May, 2024; originally announced May 2024.

    Comments: International Conference on Machine Learning (ICML) 2024

  5. arXiv:2403.02985  [pdf, other

    cs.AI cs.NE

    Evolution Transformer: In-Context Evolutionary Optimization

    Authors: Robert Tjarko Lange, Yingtao Tian, Yujin Tang

    Abstract: Evolutionary optimization algorithms are often derived from loose biological analogies and struggle to leverage information obtained during the sequential course of optimization. An alternative promising approach is to leverage data and directly discover powerful optimization principles via meta-optimization. In this work, we follow such a paradigm and introduce Evolution Transformer, a causal Tra… ▽ More

    Submitted 5 March, 2024; originally announced March 2024.

  6. arXiv:2402.18381  [pdf, other

    cs.AI cs.LG cs.NE

    Large Language Models As Evolution Strategies

    Authors: Robert Tjarko Lange, Yingtao Tian, Yujin Tang

    Abstract: Large Transformer models are capable of implementing a plethora of so-called in-context learning algorithms. These include gradient descent, classification, sequence completion, transformation, and improvement. In this work, we investigate whether large language models (LLMs), which never explicitly encountered the task of black-box optimization, are in principle capable of implementing evolutiona… ▽ More

    Submitted 28 February, 2024; originally announced February 2024.

    Comments: 11 pages, 14 figures

  7. 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

  8. 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.

  9. arXiv:2311.02394  [pdf, other

    cs.NE cs.LG

    NeuroEvoBench: Benchmarking Evolutionary Optimizers for Deep Learning Applications

    Authors: Robert Tjarko Lange, Yujin Tang, Yingtao Tian

    Abstract: Recently, the Deep Learning community has become interested in evolutionary optimization (EO) as a means to address hard optimization problems, e.g. meta-learning through long inner loop unrolls or optimizing non-differentiable operators. One core reason for this trend has been the recent innovation in hardware acceleration and compatible software - making distributed population evaluations much e… ▽ More

    Submitted 4 November, 2023; originally announced November 2023.

    Comments: 22 pages, 20 figures, 37th Conference on Neural Information Processing Systems (NeurIPS 2023) Track on Datasets and Benchmarks

  10. arXiv:2306.00045  [pdf, other

    cs.NE cs.AI cs.LG

    Lottery Tickets in Evolutionary Optimization: On Sparse Backpropagation-Free Trainability

    Authors: Robert Tjarko Lange, Henning Sprekeler

    Abstract: Is the lottery ticket phenomenon an idiosyncrasy of gradient-based training or does it generalize to evolutionary optimization? In this paper we establish the existence of highly sparse trainable initializations for evolution strategies (ES) and characterize qualitative differences compared to gradient descent (GD)-based sparse training. We introduce a novel signal-to-noise iterative pruning proce… ▽ More

    Submitted 31 May, 2023; originally announced June 2023.

    Comments: 13 pages, 11 figures, International Conference on Machine Learning (ICML) 2023

  11. arXiv:2304.03995  [pdf, other

    cs.NE cs.LG

    Discovering Attention-Based Genetic Algorithms via Meta-Black-Box Optimization

    Authors: Robert Tjarko Lange, Tom Schaul, Yutian Chen, Chris Lu, Tom Zahavy, Valentin Dalibard, Sebastian Flennerhag

    Abstract: Genetic algorithms constitute a family of black-box optimization algorithms, which take inspiration from the principles of biological evolution. While they provide a general-purpose tool for optimization, their particular instantiations can be heuristic and motivated by loose biological intuition. In this work we explore a fundamentally different approach: Given a sufficiently flexible parametriza… ▽ More

    Submitted 8 April, 2023; originally announced April 2023.

    Comments: 14 pages, 31 figures

  12. arXiv:2212.04180  [pdf, other

    cs.NE cs.AI

    evosax: JAX-based Evolution Strategies

    Authors: Robert Tjarko Lange

    Abstract: The deep learning revolution has greatly been accelerated by the 'hardware lottery': Recent advances in modern hardware accelerators and compilers paved the way for large-scale batch gradient optimization. Evolutionary optimization, on the other hand, has mainly relied on CPU-parallelism, e.g. using Dask scheduling and distributed multi-host infrastructure. Here we argue that also modern evolution… ▽ More

    Submitted 8 December, 2022; originally announced December 2022.

    Comments: 5 pages, 3 figures

  13. arXiv:2211.11260  [pdf, other

    cs.NE cs.AI

    Discovering Evolution Strategies via Meta-Black-Box Optimization

    Authors: Robert Tjarko Lange, Tom Schaul, Yutian Chen, Tom Zahavy, Valentin Dallibard, Chris Lu, Satinder Singh, Sebastian Flennerhag

    Abstract: Optimizing functions without access to gradients is the remit of black-box methods such as evolution strategies. While highly general, their learning dynamics are often times heuristic and inflexible - exactly the limitations that meta-learning can address. Hence, we propose to discover effective update rules for evolution strategies via meta-learning. Concretely, our approach employs a search str… ▽ More

    Submitted 2 March, 2023; v1 submitted 21 November, 2022; originally announced November 2022.

    Comments: 25 pages, 21 figures

    Journal ref: 11th International Conference on Learning Representations, ICLR 2023

  14. arXiv:2105.01648  [pdf, other

    cs.LG cs.AI

    On Lottery Tickets and Minimal Task Representations in Deep Reinforcement Learning

    Authors: Marc Aurel Vischer, Robert Tjarko Lange, Henning Sprekeler

    Abstract: The lottery ticket hypothesis questions the role of overparameterization in supervised deep learning. But how is the performance of winning lottery tickets affected by the distributional shift inherent to reinforcement learning problems? In this work, we address this question by comparing sparse agents who have to address the non-stationarity of the exploration-exploitation problem with supervised… ▽ More

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

    Comments: 18 pages, 15 figures

  15. arXiv:2010.04466  [pdf, other

    cs.LG cs.AI cs.NE q-bio.NC

    Learning Not to Learn: Nature versus Nurture in Silico

    Authors: Robert Tjarko Lange, Henning Sprekeler

    Abstract: Animals are equipped with a rich innate repertoire of sensory, behavioral and motor skills, which allows them to interact with the world immediately after birth. At the same time, many behaviors are highly adaptive and can be tailored to specific environments by means of learning. In this work, we use mathematical analysis and the framework of meta-learning (or 'learning to learn') to answer when… ▽ More

    Submitted 1 May, 2022; v1 submitted 9 October, 2020; originally announced October 2020.

  16. arXiv:1910.02876  [pdf, other

    cs.LG cs.AI stat.ML

    Reinforcement Learning with Structured Hierarchical Grammar Representations of Actions

    Authors: Petros Christodoulou, Robert Tjarko Lange, Ali Shafti, A. Aldo Faisal

    Abstract: From a young age humans learn to use grammatical principles to hierarchically combine words into sentences. Action grammars is the parallel idea, that there is an underlying set of rules (a "grammar") that govern how we hierarchically combine actions to form new, more complex actions. We introduce the Action Grammar Reinforcement Learning (AG-RL) framework which leverages the concept of action gra… ▽ More

    Submitted 23 October, 2019; v1 submitted 7 October, 2019; originally announced October 2019.

  17. arXiv:1907.12477  [pdf, other

    cs.LG cs.AI cs.CL

    Semantic RL with Action Grammars: Data-Efficient Learning of Hierarchical Task Abstractions

    Authors: Robert Tjarko Lange, Aldo Faisal

    Abstract: Hierarchical Reinforcement Learning algorithms have successfully been applied to temporal credit assignment problems with sparse reward signals. However, state-of-the-art algorithms require manual specification of sub-task structures, a sample inefficient exploration phase or lack semantic interpretability. Humans, on the other hand, efficiently detect hierarchical sub-structures induced by their… ▽ More

    Submitted 23 September, 2019; v1 submitted 29 July, 2019; originally announced July 2019.

    Comments: 11 pages, 8 figures