mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-20 22:12:03 +00:00
* Spaces have a compatible method which determines if 2 Spaces are of the same shape, ignoring bounds. * Added a command interface for Env/Wrappers * Made command interface more aligned with gym codebase. Added CommandWrapper helper class. * Refactored method names from command to event/broadcast * Incremented minor version number
2 lines
18 B
Python
2 lines
18 B
Python
VERSION = '0.9.7'
|