mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-19 13:32:03 +00:00
* First find/replace, now tests * Fixes to the vector env * Make seed keyword only in wrappers * (try to) fix the bug with old environments using new wrappers (with the seed keyword) * black * Change **kwargs to options, try to make it work; black * Add OrderEnforcing wrapper to wrapper exports Add a test for compatibility with old (pybullet-like) envs * Add OrderEnforcing wrapper to wrapper exports Add a test for compatibility with old (pybullet-like) envs black * Update the env checker * Update the env checker * Update the env checker to use inspect (might fail tests, let's see) * Allow the signature to include kwargs in env_checker * Minor fix