47 Commits

Author SHA1 Message Date
Martin Schuck
f5ea97f863 Fix conversion wrapper module registration and docs (#1380) 2025-05-12 19:23:44 +01:00
Martin Schuck
5dde9a79be Add generic conversion wrapper between Array API compatible frameworks (#1333) 2025-05-11 23:10:06 +01:00
Yuning30
2765e20d76 fix typo in docs/api/wrappers/table.md (#1254) 2024-11-18 11:24:23 +00:00
Mark Towers
56b8c59538 Fix the Atari redirect documentation (#1171) 2024-09-20 13:56:26 +01:00
Tim Schneider
fc55d47039 Update RescaleAction and RescaleObservation for np.inf bounds (#1095) 2024-07-03 14:53:40 +01:00
Mark Towers
d95899111d Update website external environments page (#1029) 2024-04-17 14:52:41 +01:00
Tim Schneider
a152867a27 Added metadata field to VectorEnv and VectorWrapper. Implements #1005. (#1006) 2024-04-11 10:58:53 +01:00
Kallinteris Andreas
f0202ae350 add performance utilites to the documenation (#986) 2024-03-27 11:18:44 +00:00
Ariel Kwiatkowski
2b2e853536 Add a OneOf space for exclusive unions (#812)
Co-authored-by: pseudo-rnd-thoughts <mark.m.towers@gmail.com>
2024-03-11 12:30:50 +00:00
Michael Panchenko
b3f0361f91 Made readout of seed possible in env (#889) 2024-02-26 12:00:18 +00:00
Manuel Goulão
fa8ebe372c Fix docs toctree link (fixes #930) (#933) 2024-02-21 13:46:01 +02:00
Mark Towers
0b2cd171a4 Documentation update (#909) 2024-02-05 15:26:56 +00:00
Mark Towers
b8991ece32 Rename RenderObservation wrapper to AddRenderObservation (#904) 2024-02-02 14:50:19 +00:00
Pratik Ingle
5ebea412cb Update env.md (#903) 2024-02-02 14:17:23 +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
650aa5f49b Add more introductory pages (#791) 2023-12-08 12:46:40 +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
Guocheng
189b38246b Fix typo (#758) 2023-11-01 10:12:35 +00:00
Manuel Goulão
3e7ae6f5c9 Small fixes to docs (#724) 2023-09-25 13:56:30 +01:00
Mark Towers
aa6d0c8787 Add vector wrappers for lambda observation, action and reward wrappers (#444) 2023-07-13 12:33:16 +01:00
Wayne Adams
049982b81f docs: fix typo (#577) 2023-06-29 20:54:24 +01:00
kvrban
343c21ec98 Typo in the documentation for single_observation_space (#491) 2023-05-08 10:42:35 +01:00
Valentin
30e846aec5 Add deprecated wrapper error in gymnasium.experimental.wrappers (#341) 2023-04-16 12:04:55 +01:00
Mark Towers
cab0fbb13d Update the documentation for v0.28 (#405) 2023-03-25 11:32:36 +00:00
Mark Towers
2a9077bee6 Improve atari documentation through using multiple columns for the actions table (#394) 2023-03-17 23:25:58 +00:00
Mark Towers
a7d9146b1d Update vector space utility functions for all spaces (#223) 2023-02-22 15:05:58 +00:00
Mark Towers
4dd526d370 Reorder functions and refactor registration.py (#289)
Co-authored-by: Mark Towers <marktowers@Marks-MacBook-Pro.local>
2023-02-05 00:05:59 +00:00
Matyasch
57819c4c90 Switch references of the MultiBinary and MultiDiscrete classes in documentation (#279) 2023-01-20 14:56:36 +00:00
Mark Towers
3469068c6d Add release notes page (#229) 2023-01-04 14:41:49 +00:00
Manuel Goulão
f1af9ecfec Remove extra dot in rst directives (#212) 2022-12-12 16:32:06 +00:00
Mark Towers
898b747dcc Add supersuit links to documentation and add examples for RescaleObservation and ReshapeObservation (#210) 2022-12-11 00:20:59 +00:00
Mark Towers
f208f874a0 Add wrappers to experimental (#201) 2022-12-10 22:04:14 +00:00
Mark Towers
848b7097bf Update experimental wrappers (#176) 2022-12-05 19:14:56 +00:00
Xuehai Pan
7e88559763 Update and rerun pre-commit hooks for better code quality (#179) 2022-12-04 14:24:02 +00:00
Mark Towers
9157a97c80 Adds wrappers for jax environments converting to numpy and pytorch (#168)
Co-authored-by: Justin Deutsch <djustin8@vt.edu>
Co-authored-by: Gianluca De Cola <42657588+gianlucadecola@users.noreply.github.com>
2022-12-03 19:46:01 +00:00
Mark Towers
e2caec7c06 Adds new observation wrappers (#163) 2022-12-03 19:45:39 +00:00
Markus Krimmel
851b2f4be6 Updated Wrapper docs (#173) 2022-12-03 12:46:11 +00:00
Markus Krimmel
4b7f941db3 Fixed formatting of spaces docs (#174) 2022-12-03 11:02:09 +00:00
Markus Krimmel
bd499eef25 Added is_np_flattenable property to spaces docs (#172) 2022-12-02 16:01:42 +00:00
Gianluca De Cola
d0a929c77d Stateful wrappers [DelayObservation ,TimeAwareObservation, StickyAction] (#165) 2022-12-02 00:04:34 +00:00
Mark Towers
f24fa1426c Move dev_wrappers and functional to experimental (#159) 2022-11-29 23:37:53 +00:00
Kevlyn Kadamala
4621fd44dd Removed dangling print and added disable_print parameter (#137)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2022-11-17 20:40:19 +00:00
Mark Towers
2a7ebc4271 Updates the Env, Wrapper and Vector API documentation (#48) 2022-10-12 15:58:01 +01:00
Arjun KG
48b966233c Update Docs with New Step API (#23)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2022-09-27 17:20:22 +01:00
Mark Towers
c9056e37e1 Rename gymnasium as gym in docs (#24) 2022-09-19 21:14:09 +01:00
Manuel Goulão
2f8002f2bd Update URL links and Space documentation summaries (#18) 2022-09-16 14:00:12 +01:00
Manuel Goulão
91769fc862 Add docs (#13) 2022-09-13 20:27:34 +01:00