An Introduction to Deep Reinforcement and Imitation Learning
Pedro Santana

TL;DR
This paper introduces the core concepts, algorithms, and techniques of Deep Reinforcement Learning and Deep Imitation Learning, focusing on their application to embodied agents like robots and virtual characters.
Contribution
It provides an in-depth, self-contained overview of foundational algorithms in DRL and DIL, emphasizing understanding over broad survey coverage.
Findings
Explains key algorithms like REINFORCE and PPO for DRL.
Describes imitation learning methods such as Behavioral Cloning and GAIL.
Provides mathematical foundations for decision-making in embodied agents.
Abstract
Embodied agents, such as robots and virtual characters, must continuously select actions to execute tasks effectively, solving complex sequential decision-making problems. Given the difficulty of designing such controllers manually, learning-based approaches have emerged as promising alternatives, most notably Deep Reinforcement Learning (DRL) and Deep Imitation Learning (DIL). DRL leverages reward signals to optimize behavior, while DIL uses expert demonstrations to guide learning. This document introduces DRL and DIL in the context of embodied agents, adopting a concise, depth-first approach to the literature. It is self-contained, presenting all necessary mathematical and machine learning concepts as they are needed. It is not intended as a survey of the field; rather, it focuses on a small set of foundational algorithms and techniques, prioritizing in-depth understanding over broad…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Explainable Artificial Intelligence (XAI) · Social Robot Interaction and HRI
