RL: Generic reinforcement learning codebase in TensorFlow
Abstract
Vast reinforcement learning (RL) research groups, such as DeepMind and OpenAI, have their internal (private) reinforcement learning codebases, which enable quick prototyping and comparing of ideas to many state-of-the-art (SOTA) methods. We argue the five fundamental properties of a sophisticated research codebase are: modularity, reproducibility, many RL algorithms pre-implemented, speed and ease of running on different hardware/ integration with visualization packages. Currently, there does not exist any RL codebase, to the author's knowledge, which contains all the five properties, particularly with TensorBoard logging and abstracting away cloud hardware such as TPU's from the user. The codebase aims to help distil the best research practices into the community as well as ease the entry access and accelerate the pace of the field. More detailed documentation can be found here.
Related Papers
- → CodeArena: Inspecting and Improving Code Quality Metrics using Minecraft(2019)7 cited
- → Extensions of a RoboCup Soccer Software Framework(2014)2 cited
- Enhancing Software Development Techniques via Copy Codebases(2015)
- Susquehanna Chorale Spring Concert "Roots and Wings"(2017)
- → A framework for a systematic survey of known software defects(2021)