pith. sign in

arxiv: 2211.11972 · v1 · pith:DTBQHE3Gnew · submitted 2022-11-22 · 💻 cs.LG · cs.AI

imitation: Clean Imitation Learning Implementations

classification 💻 cs.LG cs.AI
keywords imitationalgorithmslearningimplementationscodethreealgorithmautomated
0
0 comments X
read the original abstract

imitation provides open-source implementations of imitation and reward learning algorithms in PyTorch. We include three inverse reinforcement learning (IRL) algorithms, three imitation learning algorithms and a preference comparison algorithm. The implementations have been benchmarked against previous results, and automated tests cover 98% of the code. Moreover, the algorithms are implemented in a modular fashion, making it simple to develop novel algorithms in the framework. Our source code, including documentation and examples, is available at https://github.com/HumanCompatibleAI/imitation

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. An Introduction to Deep Reinforcement and Imitation Learning

    cs.RO 2025-12 unverdicted novelty 1.0

    The paper delivers a concise, self-contained tutorial on foundational DRL algorithms including REINFORCE and PPO and DIL methods including behavioral cloning, DAgger, and GAIL for embodied agents.