LGAIJun 21, 2022

Model-Based Imitation Learning Using Entropy Regularization of Model and Policy

arXiv:2206.10101v25 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses sample efficiency for imitation learning in robotics, but it is incremental as it builds on existing generative adversarial and model-based methods.

The paper tackles the problem of sample inefficiency in imitation learning by proposing MB-ERIL, which uses model-based reinforcement learning with entropy regularization to reduce environment interactions, achieving competitive performance and significantly improving sample efficiency compared to baselines.

Approaches based on generative adversarial networks for imitation learning are promising because they are sample efficient in terms of expert demonstrations. However, training a generator requires many interactions with the actual environment because model-free reinforcement learning is adopted to update a policy. To improve the sample efficiency using model-based reinforcement learning, we propose model-based Entropy-Regularized Imitation Learning (MB-ERIL) under the entropy-regularized Markov decision process to reduce the number of interactions with the actual environment. MB-ERIL uses two discriminators. A policy discriminator distinguishes the actions generated by a robot from expert ones, and a model discriminator distinguishes the counterfactual state transitions generated by the model from the actual ones. We derive structured discriminators so that the learning of the policy and the model is efficient. Computer simulations and real robot experiments show that MB-ERIL achieves a competitive performance and significantly improves the sample efficiency compared to baseline methods.

Foundations

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

Your Notes