Imitation Learning

520 papers with code • 0 benchmarks • 18 datasets

Imitation Learning is a framework for learning a behavior policy from demonstrations. Usually, demonstrations are presented in the form of state-action trajectories, with each pair indicating the action to take at the state being visited. In order to learn the behavior policy, the demonstrated actions are usually utilized in two ways. The first, known as Behavior Cloning (BC), treats the action as the target label for each state, and then learns a generalized mapping from states to actions in a supervised manner. Another way, known as Inverse Reinforcement Learning (IRL), views the demonstrated actions as a sequence of decisions, and aims at finding a reward/cost function under which the demonstrated decisions are optimal.

Finally, a newer methodology, Inverse Q-Learning aims at directly learning Q-functions from expert data, implicitly representing rewards, under which the optimal policy can be given as a Boltzmann distribution similar to soft Q-learning

Source: Learning to Imitate

Libraries

Use these libraries to find Imitation Learning models and implementations

JUICER: Data-Efficient Imitation Learning for Robotic Assembly

ankile/imitation-juicer 4 Apr 2024

While learning from demonstrations is powerful for acquiring visuomotor policies, high-performance imitation without large demonstration datasets remains challenging for tasks requiring precise, long-horizon manipulation.

8
04 Apr 2024

Human-compatible driving partners through data-regularized self-play reinforcement learning

emerge-lab/nocturne_lab 28 Mar 2024

Therefore, incorporating realistic human agents is essential for scalable training and evaluation of autonomous driving systems in simulation.

11
28 Mar 2024

Uncertainty-Aware Deployment of Pre-trained Language-Conditioned Imitation Learning Policies

bobwu1998/uncertainty_quant_all 27 Mar 2024

Large-scale robotic policies trained on data from diverse tasks and robotic platforms hold great promise for enabling general-purpose robots; however, reliable generalization to new environment conditions remains a major challenge.

1
27 Mar 2024

Imitating Cost-Constrained Behaviors in Reinforcement Learning

shaoqian12/ccil 26 Mar 2024

Generally speaking, imitation learning is designed to learn either the reward (or preference) model or directly the behavioral policy by observing the behavior of an expert.

1
26 Mar 2024

Self-Improvement for Neural Combinatorial Optimization: Sample without Replacement, but Improvement

grimmlab/gumbeldore 22 Mar 2024

Current methods for end-to-end constructive neural combinatorial optimization usually train a policy using behavior cloning from expert solutions or policy gradient methods from reinforcement learning.

3
22 Mar 2024

Rethinking Adversarial Inverse Reinforcement Learning: From the Angles of Policy Imitation and Transferable Reward Recovery

garyzyr001/rethinking-airl 21 Mar 2024

Criticism 3 lies in Unsatisfactory Proof from the Perspective of Potential Equilibrium.

1
21 Mar 2024

3D Diffusion Policy: Generalizable Visuomotor Policy Learning via Simple 3D Representations

YanjieZe/3D-Diffusion-Policy 6 Mar 2024

Imitation learning provides an efficient way to teach robots dexterous skills; however, learning complex skills robustly and generalizablely usually consumes large amounts of human demonstrations.

173
06 Mar 2024

Imitation Learning Datasets: A Toolkit For Creating Datasets, Training Agents and Benchmarking

nathangavenski/il-datasets 1 Mar 2024

Imitation learning field requires expert data to train agents in a task.

5
01 Mar 2024

HiMAP: Learning Heuristics-Informed Policies for Large-Scale Multi-Agent Pathfinding

kaist-silab/himap 23 Feb 2024

With a simple training scheme and implementation, HiMAP demonstrates competitive results in terms of success rate and scalability in the field of imitation-learning-only MAPF, showing the potential of imitation-learning-only MAPF equipped with inference techniques.

3
23 Feb 2024

Deep Generative Models for Offline Policy Learning: Tutorial, Survey, and Perspectives on Future Directions

lucascjysdl/dgms-for-offline-policy-learning 21 Feb 2024

This work offers a hands-on reference for the research progress in deep generative models for offline policy learning, and aims to inspire improved DGM-based offline RL or IL algorithms.

12
21 Feb 2024