← Search

Risto Vuorio

9 accepted papers

2025

Action-Constrained Imitation Learning

ICML 2025poster

Policy learning under action constraints plays a central role in ensuring safe behaviors in various robot control and resource allocation applications. In this paper, we study a new problem setting termed Action-Constrained Imitation Learning (ACIL), where an action-constrained imitator aims to lear…

Cited by 0SourcePDFScholar
2025

IGDrivSim: A Benchmark for the Imitation Gap in Autonomous Driving

IROS 2025

Developing autonomous vehicles that can navigate complex environments with human-level safety and efficiency is a central goal in self-driving research. A common approach to achieving this is imitation learning, where agents are trained to mimic human expert demonstrations collected from real- world

Cited by 1SourcecodeScholar
2024

Distilling Morphology-Conditioned Hypernetworks for Efficient Universal Morphology Control

ICML 2024poster

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 large…

2023

Discovering General Reinforcement Learning Algorithms with Adversarial Environment Design

NeurIPS 2023poster

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…

2023

Recurrent Hypernetworks are Surprisingly Strong in Meta-RL

NeurIPS 2023poster

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 h…

2022

Adaptive Pairwise Weights for Temporal Credit Assignment

AAAI 2022technical

How much credit (or blame) should an action taken in a state get for a future reward? This is the fundamental temporal credit assignment problem in Reinforcement Learning (RL). One of the earliest and still most widely used heuristics is to assign this credit based on a scalar coefficient, lambda (t…

Cited by 5SourcePDFScholar
2021

Learning State Representations from Random Deep Action-conditional Predictions

NeurIPS 2021poster

Our main contribution in this work is an empirical finding that random General Value Functions (GVFs), i.e., deep action-conditional predictions---random both in what feature of observations they predict as well as in the sequence of actions the predictions are conditioned upon---form good auxiliary…

2019

Multimodal Model-Agnostic Meta-Learning via Task-Aware Modulation

NeurIPS 2019spotlight

Model-agnostic meta-learners aim to acquire meta-learned parameters from similar tasks to adapt to novel tasks from the same distribution with few gradient updates. With the flexibility in the choice of models, those frameworks demonstrate appealing performance on a variety of domains such as few-sh…