← Search

Wojciech M. Czarnecki

8 accepted papers

2020

Discovering Reinforcement Learning Algorithms

NeurIPS 2020poster

Reinforcement learning (RL) algorithms update an agent’s parameters according to one of several possible rules, discovered manually through years of research. Automating the discovery of update rules from data could lead to more efficient algorithms, or algorithms that are better adapted to specific…

Cited by 176SourcePDFScholar
2020

Multiplicative Interactions and Where to Find Them

ICLR 2020poster

We explore the role of multiplicative interaction as a unifying framework to describe a range of classical and modern neural network architectural motifs, such as gating, attention layers, hypernetworks, and dynamic convolutions amongst others. Multiplicative interaction layers as primitive operatio…

Cited by 154SourceScholar
2020

Real World Games Look Like Spinning Tops

NeurIPS 2020poster

This paper investigates the geometrical properties of real world games (e.g. Tic-Tac-Toe, Go, StarCraft II). We hypothesise that their geometrical structure resembles a spinning top, with the upright axis representing transitive strength, and the radial axis representing the non-transitive dimension…

Cited by 130SourcePDFScholar
2020

Smooth markets: A basic mechanism for organizing gradient-based learners

ICLR 2020poster

With the success of modern machine learning, it is becoming increasingly important to understand and control how learning algorithms interact. Unfortunately, negative results from game theory show there is little hope of understanding or controlling general n-player games. We therefore introduce smo…

Cited by 19SourceScholar
2019

Distilling Policy Distillation

AISTATS 2019poster

The transfer of knowledge from one policy to another is an important tool in Deep Reinforcement Learning. This process, referred to as distillation, has been used to great success, for example, by enhancing the optimisation of agents, leading to stronger performance faster, on harder domains. Despit…

Cited by 179SourcePDFScholar
2019

Information asymmetry in KL-regularized RL

ICLR 2019poster

Many real world tasks exhibit rich structure that is repeated across different parts of the state space or in time. In this work we study the possibility of leveraging such repeated structure to speed up and regularize learning. We start from the KL regularized expected reward objective which introd…

Cited by 109SourcePDFScholar
2017

Distral: Robust multitask reinforcement learning

NeurIPS 2017poster

Most deep reinforcement learning algorithms are data inefficient in complex and rich environments, limiting their applicability to many scenarios. One direction for improving data efficiency is multitask learning with shared neural network parameters, where efficiency may be improved through transfe…

Cited by 677SourcePDFScholar
2017

Sobolev Training for Neural Networks

NeurIPS 2017poster

At the heart of deep learning we aim to use neural networks as function approximators - training them to produce outputs from inputs in emulation of a ground truth function or data creation process. In many cases we only have access to input-output pairs from the ground truth, however it is becomin…