← Search

Matteo Turchetta

12 accepted papers

2022

Learning Long-Term Crop Management Strategies with CyclesGym

NeurIPS 2022accept

To improve the sustainability and resilience of modern food systems, designing improved crop management strategies is crucial. The increasing abundance of data on agricultural systems suggests that future strategies could benefit from adapting to environmental conditions, but how to design these ada…

Cited by 18SourcePDFScholar
2022

Near-Optimal Multi-Agent Learning for Safe Coverage Control

NeurIPS 2022accept

In multi-agent coverage control problems, agents navigate their environment to reach locations that maximize the coverage of some density. In practice, the density is rarely known $\textit{a priori}$, further complicating the original NP-hard problem. Moreover, in many applications, agents cannot vi…

2021

Information Directed Reward Learning for Reinforcement Learning

NeurIPS 2021poster

For many reinforcement learning (RL) applications, specifying a reward is difficult. In this paper, we consider an RL setting where the agent can obtain information about the reward only by querying an expert that can, for example, evaluate individual states or provide binary preferences over trajec…

2021

Safe and Efficient Model-free Adaptive Control via Bayesian Optimization

ICRA 2021poster

Adaptive control approaches yield high-performance controllers when a precise system model or suitable parametrizations of the controller are available. Existing data-driven approaches for adaptive control mostly augment standard model-based methods with additional information about uncertainties in…

Cited by 52SourceScholar
2020

Mixed-Variable Bayesian Optimization

IJCAI 2020poster

The optimization of expensive to evaluate, black-box, mixed-variable functions, i.e. functions that have continuous and discrete inputs, is a difficult and yet pervasive problem in science and engineering. In Bayesian optimization (BO), special cases of this problem that consider fully continuous or…

2020

Robust Model-free Reinforcement Learning with Multi-objective Bayesian Optimization

ICRA 2020poster

In reinforcement learning (RL), an autonomous agent learns to perform complex tasks by maximizing an exogenous reward signal while interacting with its environment. In real world applications, test conditions may differ substantially from the training scenario and, therefore, focusing on pure reward…

Cited by 54SourceScholar
2020

Safe Reinforcement Learning via Curriculum Induction

NeurIPS 2020spotlight

In safety-critical applications, autonomous agents may need to learn in an environment where mistakes can be very costly. In such settings, the agent needs to behave safely not only after but also while learning. To achieve this, existing safe reinforcement learning methods make an agent rely on pri…

2018

Reinforced Imitation: Sample Efficient Deep Reinforcement Learning for Mapless Navigation by Leveraging Prior Demonstrations

RA-L 2018

This letter presents a case study of a learning-based approach for target-driven mapless navigation. The underlying navigation model is an end-to-end neural network, which is trained using a combination of expert demonstrations, imitation learning (IL) and reinforcement learning (RL). While RL and I

Cited by 176SourcecodeScholar
2017

Safe Model-based Reinforcement Learning with Stability Guarantees

NeurIPS 2017poster

Reinforcement learning is a powerful paradigm for learning optimal policies from experimental data. However, to find optimal policies, most reinforcement learning algorithms explore all possible actions, which may be harmful for real-world systems. As a consequence, learning algorithms are rarely ap…

2016

Safe Exploration in Finite Markov Decision Processes with Gaussian Processes

NeurIPS 2016poster

In classical reinforcement learning agents accept arbitrary short term loss for long term gain when exploring their environment. This is infeasible for safety critical applications such as robotics, where even a single unsafe action may cause system failure or harm the environment. In this paper, we…