Commit Graph

6 Commits

Author SHA1 Message Date
Trey Wager
df97b31ebc Add shape check to MultiDiscrete __eq__ (#1044) (#1045) 2024-05-08 13:39:09 +12:00
Mark Towers
f39931938a Add MultiDiscrete.__setstate__ for new start attribute (#582) 2023-07-03 11:01:40 +01:00
Franois
5a3630df26 Adding starting values to MultiDiscrete spaces (#557) 2023-06-16 15:36:42 +01:00
Olaf Lipinski
dec9f2cd85 Fix integer overflow in MultiDiscrete.flatten() (#55)
Signed-off-by: Olaf Lipinski <o.lipinski@soton.ac.uk>
2022-10-14 12:08:22 +01:00
pseudo-rnd-thoughts
640c509109 Rename to gymnasium 2022-09-08 10:10:07 +01:00
Mark Towers
8e74fe3b62 Add testing for Fundamental spaces with full coverage (#3048)
* initial commit

* Fix the multi-binary sample and upgrade multi-discrete sample

* Fix MultiBinary sample tests and pre-commit

* Adds coverage tests and updates test_utils.py to use the utils.py spaces. Fix bug in text.py

* pre-commit
2022-09-03 17:56:29 -04:00