Using Offline Data to Speed Up Reinforcement Learning in Procedurally Generated Environments
Alain Andres, Lukas Schäfer, Stefano V. Albrecht, Javier Del Ser
TL;DR
The paper tackles RL generalization and sample efficiency in procedurally generated environments by leveraging offline demonstration data through imitation learning. It systematically compares pre-training and concurrent IL with online RL, using PPO for on-policy optimization and BC for imitation, on MiniGrid and Procgen benchmarks. Key findings show that even a small, diverse set of offline demonstrations can drastically reduce required interactions, with diversity often outweighing demonstration optimality; concurrent IL provides robustness when offline data is limited. The work highlights practical implications for robotics and industrial automation, where interaction costs are high, and suggests future directions in diversity-aware data collection and curriculum-like IL strategies to further improve generalization in PCG tasks.
Abstract
One of the key challenges of Reinforcement Learning (RL) is the ability of agents to generalise their learned policy to unseen settings. Moreover, training RL agents requires large numbers of interactions with the environment. Motivated by the recent success of Offline RL and Imitation Learning (IL), we conduct a study to investigate whether agents can leverage offline data in the form of trajectories to improve the sample-efficiency in procedurally generated environments. We consider two settings of using IL from offline data for RL: (1) pre-training a policy before online RL training and (2) concurrently training a policy with online RL and IL from offline data. We analyse the impact of the quality (optimality of trajectories) and diversity (number of trajectories and covered level) of available offline trajectories on the effectiveness of both approaches. Across four well-known sparse reward tasks in the MiniGrid environment, we find that using IL for pre-training and concurrently during online RL training both consistently improve the sample-efficiency while converging to optimal policies. Furthermore, we show that pre-training a policy from as few as two trajectories can make the difference between learning an optimal policy at the end of online training and not learning at all. Our findings motivate the widespread adoption of IL for pre-training and concurrent IL in procedurally generated environments whenever offline trajectories are available or can be generated.
