36 Commits

Author SHA1 Message Date
Alexis DUBURCQ
a4f8cfbcd8 Improve 'set_wrapper_attr'. (#1294)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2025-02-13 23:42:40 +00:00
Alexis DUBURCQ
08a28d38da Fix get_wrapper_attr / set_wrapper_attr. (#1293)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2025-01-17 22:46:45 +00:00
Mark Towers
13230f4a12 Improve Wrapper and VectorWrapper error checking (#1260) 2024-11-22 10:00:38 +00:00
Mark Towers
a6976e42d4 Fix VectorizeActionTransform for changing spaces (#1170) 2024-09-20 13:44:07 +01:00
Ariel Kwiatkowski
4d15c99c3d Remove reward_range (#1167) 2024-09-19 15:58:52 +01:00
Mark Towers
52b6878618 Pre commit autoupdate (#1082) 2024-06-10 17:07:47 +01:00
Mark Towers
296e7a047e Add has_wrapper_attr (#1070) 2024-05-29 10:45:58 +01:00
Jacob Adamczyk
2147146220 Minor typo fixes (#1038) 2024-04-29 09:43:11 +01:00
Kallinteris Andreas
99b68b4a0d Env.metadata docstring add note for jax and numpy environments (#1000)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2024-04-06 19:01:06 +01:00
Mark Towers
4e7c81f9cc Catch exception during env.spec if kwarg is unpickleable (#982) 2024-03-23 16:55:29 +00:00
Michael Panchenko
b3f0361f91 Made readout of seed possible in env (#889) 2024-02-26 12:00:18 +00:00
Jared Swift
a16b1ba43a fix(docs): typo in core.py (#931) 2024-02-19 13:54:58 +00:00
Mark Towers
3b856dec96 Update vector wrapper docs and add Env generic to doc (#847) 2023-12-22 14:48:22 +00:00
Mark Towers
27f8e85051 Merge v1.0.0 (#682)
Co-authored-by: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com>
Co-authored-by: Jet <38184875+jjshoots@users.noreply.github.com>
Co-authored-by: Omar Younis <42100908+younik@users.noreply.github.com>
2023-11-07 13:27:25 +00:00
Mohamad Zamini
023dc89112 Typo correction in core.py (#636) 2023-08-02 01:49:03 +02:00
Mark Towers
7ddce8c807 Add deprecation warnings for features removed in Gymnasium v1.0 (#535) 2023-07-14 16:03:20 +01:00
Mark Towers
a40234f5ef Adds testing to check_env that closing a closed environment doesn't raise an error (#564)
Co-authored-by: Quentin GALLOUÉDEC <gallouedec.quentin@gmail.com>
Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
2023-06-21 17:39:50 +01:00
Andrea PIERRÉ
f33a1d8ec9 Add a note on how to seed the action space (#383) 2023-03-13 23:33:37 +00:00
Mark Towers
9d8db14e7f Update EnvSpec to improve backward compatibility (#355) 2023-03-08 14:07:09 +00:00
Mark Towers
9e3200d000 Update EnvSpec and make to support reproducing the "whole" environment spec including wrappers (#292)
Co-authored-by: will <will2346@live.co.uk>
Co-authored-by: Will Dudley <14932240+WillDudley@users.noreply.github.com>
Co-authored-by: Mark Towers <marktowers@Marks-MacBook-Pro.local>
2023-02-24 11:34:20 +00:00
Mark Towers
761bb2e033 Fix the wrapper type hints (#337) 2023-02-22 13:58:29 +00:00
Mark Towers
1dfdf45480 Revert "ENH: allow metadata["render_modes"] to be a set" (#251) 2023-01-09 13:12:07 +00:00
Omar Younis
3413b04534 ENH: allow metadata["render_modes"] to be a set (#248) 2023-01-08 19:56:52 +00:00
Mark Towers
8f0baf62aa Update core.py 2022-12-27 01:28:15 +00:00
Mark Towers
f208f874a0 Add wrappers to experimental (#201) 2022-12-10 22:04:14 +00:00
Xuehai Pan
7e88559763 Update and rerun pre-commit hooks for better code quality (#179) 2022-12-04 14:24:02 +00:00
Markus Krimmel
851b2f4be6 Updated Wrapper docs (#173) 2022-12-03 12:46:11 +00:00
Mark Towers
31025e391b Update the type hinting for core.py (#39) 2022-11-12 10:21:24 +00:00
Mark Towers
6b6d1317ce Remove support for Python 3.6 (#38) 2022-10-25 14:41:09 +01:00
Mark Towers
2a7ebc4271 Updates the Env, Wrapper and Vector API documentation (#48) 2022-10-12 15:58:01 +01:00
Vairo Di Pasquale
5ab0ea8364 Fix environments' page syntax (#45) 2022-10-10 16:23:40 +01:00
Vairo Di Pasquale
c2e2df2164 Fix and Update Basic Usage's and Core page (#41) 2022-10-10 13:19:17 +01:00
Mark Towers
8589523a77 Change import gymnasium to import gymnasium as gym (#20) 2022-09-16 23:41:27 +01:00
Manuel Goulão
91769fc862 Add docs (#13) 2022-09-13 20:27:34 +01:00
pseudo-rnd-thoughts
29b1316bc3 Control f chaneg of gym to gymnasium 2022-09-08 10:58:14 +01:00
pseudo-rnd-thoughts
640c509109 Rename to gymnasium 2022-09-08 10:10:07 +01:00