In prevous gym versions executing a step returned obs, reward, done, info = env.step(...) With the switch to gymnasium this has changed to obs, reward, terminated, truncated, info = env.step(...) We also made the code a bit more self explainatory. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_black_box.py | ||
| test_controller.py | ||
| test_dmc_envs.py | ||
| test_fancy_envs.py | ||
| test_gym_envs.py | ||
| test_metaworld_envs.py | ||
| test_replanning_sequencing.py | ||
| utils.py | ||