Distributional Inverse Reinforcement Learning
Abstract
Lay Summary
Many AI systems learn from examples of what an expert did, but they often assume there is one fixed score, or reward, explaining those actions. In real settings, that score can be uncertain: a robot may face rare failures, and an animal’s brain reward signal can vary from trial to trial. This paper introduces Distributional Inverse Reinforcement Learning, a method that learns a full range of possible rewards from previously collected demonstrations instead of only an average reward. It compares the expert’s and learner’s whole outcome distributions, so it can notice differences in variability and rare outcomes that ordinary methods miss. The method also trains policies that account for risk, such as preferring reliable actions when the demonstrations suggest caution. In tests on toy navigation tasks, mouse behavior with dopamine recordings, and robot control benchmarks, the method recovered more realistic reward patterns and matched expert behavior better than several offline imitation-learning baselines. This matters because it gives researchers a more expressive tool for studying behavior and building safer imitation-learning systems when uncertainty and risk are part of the task.