An open API service indexing awesome lists of open source software.

https://github.com/ashwinreddy/rlg

Robot Learning Gym
https://github.com/ashwinreddy/rlg

deep-learning robot-learning robotics

Last synced: 6 months ago
JSON representation

Robot Learning Gym

Awesome Lists containing this project

README

          

# RLG: Robot Learning Gym
Robot Learning Gym is a tool to test reinforcement learning algorithms for robotics tasks a la OpenAI's [Universe](https://universe.openai.com/) and/or [Gym](https://gym.openai.com).

The purpose is to evaluate how well various RL algorithms work on robotics (motor/manipulation) tasks by using standardized and consistent metrics.
To do this, RLG supports the ability to easily add robots and tasks in order to evaluate performance on a large repertoire of tasks. This makes it possible to quickly and easily test which conditions algorithms work best and worse under.

To learn more, visit the [wiki](https://github.com/ashwinreddy/rlg/wiki).

**CAUTION: RLG is still in development, documentation may be incorrect, and code may be buggy**

---

Dependencies:
- MuJoCo
- TensorFlow 1.0 (previous versions won't work)
- OpenAI Gym
- Others (will update soon)