LGAIFeb 17, 2021

Fully General Online Imitation Learning

arXiv:2102.08686v24 citations
AI Analysis

This addresses a foundational gap in imitation learning for continuous, non-resetting environments, offering a formal safety guarantee, though it is incremental as it builds on existing restart-based methods.

The paper tackles the problem of imitation learning in non-resetting environments, where a single mistake can lead to divergent outcomes, by proposing a conservative Bayesian imitation learner that queries the demonstrator for data. The result shows that unlikely events under the demonstrator can be bounded above when running the imitator, with queries diminishing rapidly, potentially enhancing safety.

In imitation learning, imitators and demonstrators are policies for picking actions given past interactions with the environment. If we run an imitator, we probably want events to unfold similarly to the way they would have if the demonstrator had been acting the whole time. In general, one mistake during learning can lead to completely different events. In the special setting of environments that restart, existing work provides formal guidance in how to imitate so that events unfold similarly, but outside that setting, no formal guidance exists. We address a fully general setting, in which the (stochastic) environment and demonstrator never reset, not even for training purposes, and we allow our imitator to learn online from the demonstrator. Our new conservative Bayesian imitation learner underestimates the probabilities of each available action, and queries for more data with the remaining probability. Our main result: if an event would have been unlikely had the demonstrator acted the whole time, that event's likelihood can be bounded above when running the (initially totally ignorant) imitator instead. Meanwhile, queries to the demonstrator rapidly diminish in frequency. If any such event qualifies as "dangerous", our imitator would have the notable distinction of being relatively "safe".

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes