Case-Based Inverse Reinforcement Learning Using Temporal Coherence
Jonas N\"u{\ss}lein, Steffen Illium, Robert M\"uller, Thomas Gabor,, Claudia Linnhoff-Popien

TL;DR
This paper introduces a case-based inverse reinforcement learning algorithm that leverages temporal coherence to learn high-level strategies from minimal expert data, improving stability and efficiency in imitation learning.
Contribution
The novel approach focuses on imitating the expert's higher-level strategy rather than actions, using temporal coherence to train a neural network for state similarity prediction.
Findings
Learns near-optimal policies with very little expert data
Outperforms action-level imitation algorithms in data-scarce settings
Uses temporal coherence to improve imitation stability
Abstract
Providing expert trajectories in the context of Imitation Learning is often expensive and time-consuming. The goal must therefore be to create algorithms which require as little expert data as possible. In this paper we present an algorithm that imitates the higher-level strategy of the expert rather than just imitating the expert on action level, which we hypothesize requires less expert data and makes training more stable. As a prior, we assume that the higher-level strategy is to reach an unknown target state area, which we hypothesize is a valid prior for many domains in Reinforcement Learning. The target state area is unknown, but since the expert has demonstrated how to reach it, the agent tries to reach states similar to the expert. Building on the idea of Temporal Coherence, our algorithm trains a neural network to predict whether two states are similar, in the sense that they…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Reinforcement Learning in Robotics · AI-based Problem Solving and Planning
MethodsBalanced Selection
