WALL-E: An Efficient Reinforcement Learning Research Framework
Abstract: There are two halves to RL systems: experience collection time and policy learning time. For a large number of samples in rollouts, experience collection time is the major bottleneck. Thus, it is necessary to speed up the rollout generation time with multi-process architecture support. Our work, dubbed WALL-E, utilizes multiple rollout samplers running in parallel to rapidly generate experience. Due to our parallel samplers, we experience not only faster convergence times, but also higher average reward thresholds. For example, on the MuJoCo HalfCheetah-v2 task, with parallel sampler processes, we are able to achieve much higher average return than those from using only a single process architecture.
Paper Prompts
Sign up for free to create and run prompts on this paper.