Procedural environment for reinforcement learning research
Top 59.1% on sourcepulse
The Obstacle Tower environment is a procedurally generated 3D challenge designed for AI agents, testing their capabilities in computer vision, locomotion, planning, and generalization. It offers a platforming-style experience with increasing difficulty, suitable for researchers and developers in reinforcement learning and AI.
How It Works
The environment simulates a tower with procedurally generated floors, rooms, and challenges, requiring agents to adapt to novel combinations of visual appearance, puzzle configurations, and layouts. This design ensures agents must generalize beyond specific training instances to succeed.
Quick Start & Requirements
pip install -e .
after cloning the repository.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The environment is primarily designed for AI agents and requires specific Python and ML-Agents versions. While binaries are provided, users may encounter setup issues depending on their system configuration.
5 years ago
Inactive