## We have made a difficult decision of ceasing active development on this repo as of Jul 2022. ## UDE Gym Bridge The UDE Gym Bridge package is a bridge implementation of the Unified Distributed Environment (UDE). It provides integration between UDE and OpenAI Gym. ## Installation To install UDE Gym Bridge, run the `pip install ude-gym-bridge` command. Python 3.6, 3.7, 3.8, and 3.9 are supported on Linux, Windows, and macOS. ## Usage Examples For a sample UDE example with OpenAI gym environments [Sample](https://github.com/aws-deepracer/ude-gym-bridge/blob/main/docker/README.md) ## Citation UDE whitepaper is available at https://arxiv.org/abs/2205.06946. If you reference or use UDE in your research, please cite: ``` @misc{la2022unified, title={Unified Distributed Environment}, author={Woong Gyu La and Sunil Muralidhara and Lingjie Kong and Pratik Nichat}, year={2022}, eprint={2205.06946}, archivePrefix={arXiv}, primaryClass={cs.LG} } ``` ## License The source code is released under [Apache 2.0](https://aws.amazon.com/apache-2-0/). ## Resources * [Unified Distributed Environment](https://github.com/aws-deepracer/ude)