Unified framework for robot learning environments
Top 56.4% 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 robohive
robohive_init
python -m robohive.utils.examine_env -e FrankaReachRandom-v0
git 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.
8 months ago
1 day