← Search

Filippos Christianos

8 accepted papers

2025

Lightweight Neural App Control

ICLR 2025spotlight

This paper introduces a novel mobile phone control architecture, Lightweight Multi-modal App Control (LiMAC), for efficient interactions and control across various Android apps. LiMAC takes as input a textual goal and a sequence of past mobile observations, such as screenshots and corresponding UI…

Cited by 3SourcePDFScholar
2024

Intrinsic Language-Guided Exploration for Complex Long-Horizon Robotic Manipulation Tasks

ICRA 2024poster

Current reinforcement learning algorithms struggle in sparse and complex environments, most notably in long-horizon manipulation tasks entailing a plethora of different sequences. In this work, we propose the Intrinsically Guided Exploration from Large Language Models (IGE-LLMs) framework. By levera…

Cited by 14SourceScholar
2023

Planning with Occluded Traffic Agents using Bi-Level Variational Occlusion Models

ICRA 2023poster

Reasoning with occluded traffic agents is a significant open challenge for planning for autonomous vehicles. Recent deep learning models have shown impressive results for predicting occluded agents based on the behaviour of nearby visible agents; however, as we show in experiments, these models are…

Cited by 13SourceScholar
2021

Agent Modelling under Partial Observability for Deep Reinforcement Learning

NeurIPS 2021poster

Modelling the behaviours of other agents is essential for understanding how agents interact and making effective decisions. Existing methods for agent modelling commonly assume knowledge of the local observations and chosen actions of the modelled agents during execution. To eliminate this assumptio…

2021

Benchmarking Multi-Agent Deep Reinforcement Learning Algorithms in Cooperative Tasks

NeurIPS 2021poster

Multi-agent deep reinforcement learning (MARL) suffers from a lack of commonly-used evaluation tasks and criteria, making comparisons between approaches difficult. In this work, we provide a systematic evaluation and comparison of three different classes of MARL algorithms (independent learning, cen…

Cited by 320SourceScholar
2021

Scaling Multi-Agent Reinforcement Learning with Selective Parameter Sharing

ICML 2021spotlight

Sharing parameters in multi-agent deep reinforcement learning has played an essential role in allowing algorithms to scale to a large number of agents. Parameter sharing between agents significantly decreases the number of trainable parameters, shortening training times to tractable levels, and has…

2021

Towards Open Ad Hoc Teamwork Using Graph-based Policy Learning

ICML 2021spotlight

Ad hoc teamwork is the challenging problem of designing an autonomous agent which can adapt quickly to collaborate with teammates without prior coordination mechanisms, including joint training. Prior work in this area has focused on closed teams in which the number of agents is fixed. In this work,…

2020

Shared Experience Actor-Critic for Multi-Agent Reinforcement Learning

NeurIPS 2020poster

Exploration in multi-agent reinforcement learning is a challenging problem, especially in environments with sparse rewards. We propose a general method for efficient exploration by sharing experience amongst agents. Our proposed algorithm, called shared Experience Actor-Critic(SEAC), applies experi…