Discover and explore top open-source AI tools and projects—updated daily.
Physics-based simulation framework for human-robot interaction research
Top 75.2% on SourcePulse
Assistive Gym is a physics-based simulation framework for physical human-robot interaction and robotic assistance. It targets researchers and engineers in robotics and reinforcement learning, enabling the use of existing RL algorithms to train robots for human-robot collaboration tasks.
How It Works
Assistive Gym integrates with the OpenAI Gym interface, providing a standardized API for defining and interacting with simulated human-robot scenarios. It leverages a physics engine (likely PyBullet, given the syntax examples) to model realistic human and robot dynamics, including human joint limits and preferences. This physics-based approach allows for the training of robots that can safely and effectively assist humans in tasks like feeding or manipulation.
Quick Start & Requirements
pip3 install git+https://github.com/Healthcare-Robotics/assistive-gym.git
pip3 install -e .
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
Inactive