Deprecated robot simulation software integrated with OpenAI Gym
Top 21.4% on sourcepulse
This project provides open-source robot simulation environments integrated with OpenAI Gym, aimed at researchers and developers in reinforcement learning and robotics. It offers a suite of physics-based tasks for training and evaluating robotic agents, with a focus on replicating and extending existing benchmarks.
How It Works
Roboschool utilizes a custom-built Bullet Physics engine and a C++ rendering engine for efficient simulation. It exposes environments through the OpenAI Gym API, allowing seamless integration with standard RL algorithms. The simulation focuses on realistic physics and complex locomotion tasks, moving beyond simpler trajectory-centric problems.
Quick Start & Requirements
pip install roboschool
sudo apt-get install libgl1-mesa-dev
install_boost.sh
, install_bullet.sh
, exports.sh
) are provided for Linux and macOS.Highlighted Details
RoboschoolHumanoidFlagrun-v1
, RoboschoolAnt-v1
).agent_zoo
directory for demonstration.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
This project is officially deprecated and archived, meaning no further development or support is provided. Users are strongly advised to migrate to PyBullet for ongoing projects. Installation from source can be complex due to numerous system-level dependencies.
2 years ago
Inactive