paper-with-me

Papers

Curriculum Offline Imitating Learning

2021-12-01 · NeurIPS 2021 12 · Minghuan Liu, Hanye Zhao, Zhengyu Yang, Jian Shen, Weinan Zhang, Li Zhao, Tie-Yan Liu

Offline reinforcement learning (RL) tasks require the agent to learn from a pre-collected dataset with no further interactions with the environment. Despite the potential to surpass the behavioral policies, RL-based methods are generally impractical due to the training instability and bootstrapping the extrapolation errors, which always require careful hyperparameter tuning via online evaluation. In contrast, offline imitation learning (IL) has no such issues since it learns the policy directly without estimating the value function by bootstrapping. However, IL is usually limited in the capability of the behavioral policy and tends to learn a mediocre behavior from the dataset collected by the mixture of policies. In this paper, we aim to take advantage of IL but mitigate such a drawback. Observing that behavior cloning is able to imitate neighboring policies with less data, we propose \textit{Curriculum Offline Imitation Learning (COIL)}, which utilizes an experience picking strategy to make the agent imitate from adaptive neighboring policies with a higher return, and improves the current policy along curriculum stages. On continuous control benchmarks, we compare COIL against both imitation-based methods and RL-based methods, showing that COIL not only avoids just learning a mediocre behavior on mixed datasets but is also even competitive with state-of-the-art offline RL methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlImitation LearningOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Curriculum Offline Imitation Learning

2021-11-03 · Minghuan Liu, Hanye Zhao, Zhengyu Yang, Jian Shen 외

Offline reinforcement learning (RL) tasks require the agent to learn from a pre-collected dataset with no further interactions with the environment. Despite the potential to surpass the behavioral policies, RL-based meth…

continuous-controlContinuous ControlImitation LearningOffline RL+1

Adversarial Fine-tuning in Offline-to-Online Reinforcement Learning for Robust Robot Control

2025-10-15 · Shingo Ayabe, Hiroshi Kera, Kazuhiko Kawamoto arxiv

Offline reinforcement learning enables sample-efficient policy acquisition without risky online interaction, yet policies trained on static datasets remain brittle under action-space perturbations such as actuator faults…

Reinforcement Learning

An Offline Time-aware Apprenticeship Learning Framework for Evolving Reward Functions

2023-05-15 · Xi Yang, Ge Gao, Min Chi

Apprenticeship learning (AL) is a process of inducing effective decision-making policies via observing and imitating experts' demonstrations. Most existing AL approaches, however, are not designed to cope with the evolvi…

Decision Making

Information Maximizing Curriculum: A Curriculum-Based Approach for Imitating Diverse Skills

2023-03-27 · Denis Blessing, Onur Celik, Xiaogang Jia, Moritz Reuss 외

Imitation learning uses data for training policies to solve complex tasks. However, when the training data is collected from human demonstrators, it often leads to multimodal distributions because of the variability in h…

Imitation LearningMixture-of-Experts

Self-Imitation Learning of Locomotion Movements through Termination Curriculum

2019-07-27 · Amin Babadi, Kourosh Naderi, Perttu Hämäläinen

Animation and machine learning research have shown great advancements in the past decade, leading to robust and powerful methods for learning complex physically-based animations. However, learning can take hours or days,…

Imitation LearningReinforcement Learning