SOTAVerified

Unified Distributed Environment

2022-05-14Code Available0· sign in to hype

Woong Gyu La, Sunil Muralidhara, Lingjie Kong, Pratik Nichat

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose Unified Distributed Environment (UDE), an environment virtualization toolkit for reinforcement learning research. UDE is designed to integrate environments built on any simulation platform such as Gazebo, Unity, Unreal, and OpenAI Gym. Through environment virtualization, UDE enables offloading the environment for execution on a remote machine while still maintaining a unified interface. The UDE interface is designed to support multi-agent by default. With environment virtualization and its interface design, the agent policies can be trained in multiple machines for a multi-agent environment. Furthermore, UDE supports integration with existing major RL toolkits for researchers to leverage the benefits. This paper discusses the components of UDE and its design decisions.

Tasks

Reproductions