Open-source framework for embodied AI research
Top 79.1% on sourcepulse
AllenAct is a modular and flexible Python framework for Embodied AI research, developed by the Allen Institute for AI (AI2). It provides researchers with tools to easily implement and reproduce state-of-the-art algorithms across various embodied environments and tasks, accelerating progress in the field.
How It Works
AllenAct is built on a modular design that decouples environments and tasks, allowing for flexible experimentation. It offers first-class support for PyTorch and a wide range of reinforcement learning algorithms, including on-policy methods like PPO and DD-PPO, imitation learning, and offline training. The framework's architecture facilitates combining multiple losses and experimenting with sequential training routines, crucial for developing effective embodied agents.
Quick Start & Requirements
pip install allenact
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The framework is primarily focused on research and may require significant effort to adapt for production deployment. Specific hardware requirements for certain embodied environments are not detailed in the README.
6 months ago
1 day