17 Commits

Author SHA1 Message Date
Mark Towers
433d7af1f9 Add python 3.13 and update pre-commit (#1390) 2025-06-07 17:57:58 +01:00
Mark Towers
52b6878618 Pre commit autoupdate (#1082) 2024-06-10 17:07:47 +01:00
Ariel Kwiatkowski
d43037920f Jax environment return jax data rather than numpy data (#817)
Co-authored-by: pseudo-rnd-thoughts <mark.m.towers@gmail.com>
2024-04-05 17:21:10 +01:00
Mark Towers
79c70d8a5f pre-commit autoupdate (#877) 2024-01-12 12:10:13 +00:00
ChristofKaufmann
553150a13e Skip Mujoco tests if OpenGL is not available (#480) 2023-05-16 09:32:30 +01:00
Mark Towers
1b28369789 Remove shimmy as a core dependency (#272) 2023-01-20 14:26:37 +00:00
Mark Towers
e9f4655939 Test necessary imports (#146) 2022-12-01 12:18:01 +00:00
Markus Krimmel
1b067654e9 Added atari tests to CI, fixed test_gym_conversion that was failing due to missing ROMs (#87) 2022-11-01 11:55:38 +00:00
Markus Krimmel
24fd4a7512 Added Atari environments to tests, removed dead code (#78) 2022-10-26 21:41:39 +01:00
Ariel Kwiatkowski
8b81b7dcc2 Gym-Gymnasium compatibility converter (#61) 2022-10-20 10:30:14 +01:00
Mark Towers
8589523a77 Change import gymnasium to import gymnasium as gym (#20) 2022-09-16 23:41:27 +01:00
Mark Towers
54872abbeb Upstream v26.1 changes (#19) 2022-09-16 23:16:59 +01:00
pseudo-rnd-thoughts
640c509109 Rename to gymnasium 2022-09-08 10:10:07 +01:00
Mark Towers
f3f8a970b7 Fixed tests for Car racing v2 (#2964) 2022-07-14 08:35:02 -04:00
Mark Towers
015b31fa76 Bug fix, add tests for environment checker and passive environment checker wrapper (#2903) 2022-07-10 21:45:24 -04:00
Mark Towers
2ede09074f Full type hinting (#2942)
* Allows a new RNG to be generated with seed=-1 and updated env_checker to fix bug if environment doesn't use np_random in reset

* Revert "fixed `gym.vector.make` where the checker was being applied in the opposite case than was intended to (#2871)"

This reverts commit 519dfd9117.

* Remove bad pushed commits

* Fixed spelling in core.py

* Pins pytest to the last py 3.6 version

* Allow Box automatic scalar shape

* Add test box and change default from () to (1,)

* update Box shape inference with more strict checking

* Update the box shape and add check on the custom Box shape

* Removed incorrect shape type and assert shape code

* Update the Box and associated tests

* Remove all folders and files from pyright exclude

* Revert issues

* Push RedTachyon code review

* Add Python Platform

* Remove play from pyright check

* Fixed CI issues

* remove mujoco env type hinting

* Fixed pixel observation test

* Added some new type hints

* Fixed CI errors

* Fixed CI errors

* Remove play.py from exlucde pyright

* Fixed pyright issues
2022-07-04 13:19:25 -04:00
Mark Towers
ffbf971171 Rewrite env tests (#2867) 2022-06-16 09:29:13 -04:00