isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
2.3k stars 945 forks source link

Adds gym.Env to DirectMARLEnv for Gymnasium v1.0.0 #1446

Open kellyguo11 opened 4 days ago

kellyguo11 commented 4 days ago

Description

Due to recent release of Gymnasium 1.0.0, this now becomes the Gymnasium version that gets installed when running the installation process for Isaac Lab. Gymnasium 1.0.0 requires all environments to be a subclass of gym.Env when using the make interface. This change makes the DirectMARLEnv a subclass of gym.Env to satisfy this requirement.

Type of change

Checklist