Discover and explore top open-source AI tools and projects—updated daily.
vikashplusUnified framework for robot learning environments
Top 54.9% on SourcePulse
RoboHive is a unified framework for robot learning, offering a collection of MuJoCo-simulated environments compatible with the OpenAI-Gym API. It targets researchers and engineers in reinforcement learning for robotics, providing a standardized interface for training agents across diverse manipulation and control tasks.
How It Works
RoboHive leverages the MuJoCo physics engine for realistic simulation and exposes environments through the OpenAI-Gym API, ensuring broad compatibility with popular RL agent training frameworks. This approach simplifies the integration of new RL algorithms and facilitates benchmarking by providing a consistent environment interface.
Quick Start & Requirements
pip install robohiverobohive_initpython -m robohive.utils.examine_env -e FrankaReachRandom-v0git clone --recursive https://github.com/vikashplus/robohive.git; cd robohive; pip install -e .Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The TCDM Suite is marked as Work-In-Progress (WIP), and the ROBEL Suite is listed as "Coming soon," indicating ongoing development and potential for incomplete features or API changes in these areas.
11 months ago
Inactive
openai
openai
udacity