A gym environment for ALOHA (A Low-cost Open-source Hardware ALOHA) tasks, providing simulation environments for bimanual manipulation. Current version: 0.1.3. Release cadence: infrequent, maintained as needed.
pip install gym-alohaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize environment, reset, and print observation/action spaces.
export MUJOCO_GL=egl
Install gymnasium and use its API.
Always access observations via dict keys (e.g., obs['state']) and flatten actions if needed.
No resource links recorded.