Commit Graph

2470 Commits

Author SHA1 Message Date
Joraaver S. Chahal
fc74bb8fc0 Fixup for 'Training An Agent' page (#1281)
Co-authored-by: chr0nikler <jchahal@diffzero.com>
2025-01-06 12:12:00 +00:00
Ayesh Ahmad
87cc458437 Add error message when terminating the MuJoCo renderer without calling env.close (#1283)
Co-authored-by: Ayesh Ahmad <ayesh.ahmed@cowlar.com>
2025-01-04 19:53:19 +00:00
Tanmay Binjola
13d5ecc0ea Update README.md (#1286) 2025-01-03 20:55:35 +00:00
Kallinteris Andreas
c11ac05015 Minor Documentation improvements in HumanoidStandup (#1284) 2025-01-01 22:48:30 +00:00
jangroter
e732459120 fixed incorrect spacing BlueSky-Gym third_party_environments.md file (#1278) 2024-12-17 03:04:24 +00:00
jangroter
7fe14c100a Added BlueSky-Gym to third party envs (#1276) 2024-12-16 14:17:49 +02:00
润泽
6137784f34 Added some popular third-party beginner tutorials。 (#1271) 2024-12-14 11:13:56 +02:00
Arshia Ilaty
38dab5e05e Adding links to the tutorials section #1256 (#1266) 2024-12-05 10:33:56 +00:00
Justin Smallwood
f949331943 Fix typo in documentation (#1270) 2024-12-04 12:21:22 +00:00
Mark Towers
ac1e7444cb Fix Mujoco Rendering for rgb_array that is upside down (#1264) 2024-11-28 17:07:38 +00:00
Mark Towers
8a46c3ab39 Add support for different vector autoreset modes (#1227) 2024-11-28 12:18:55 +00:00
Tyler Crosse
7e2062d04c Fix RecordEpisodeStatistics param in Blackjack Tutorial (one line) (#1263) 2024-11-28 10:16:23 +00:00
Mark Towers
13230f4a12 Improve Wrapper and VectorWrapper error checking (#1260) 2024-11-22 10:00:38 +00:00
Gregor Kikelj
9ba3283af7 Fix scaling in plots (#1259) 2024-11-22 09:35:00 +00:00
worthy7
79a2306dba Update train_agent.md (#1257) 2024-11-19 09:48:11 +00:00
Sebastian Griesbach
d2dc19f771 Fix discrete CarRacing-v3 (#1253)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2024-11-18 11:56:22 +00:00
Yuning30
2765e20d76 fix typo in docs/api/wrappers/table.md (#1254) 2024-11-18 11:24:23 +00:00
Simone Parisi
ebe70a1aeb StickyAction wrapper can repeat the old action for more than 1 step (#1240)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2024-11-14 10:23:06 +00:00
artemmiyy
90d04f27a7 fixed typo in gymnasium/envs/toy_text/blackjack.py, 2-10 instead of 2-9 (#1250) 2024-11-14 10:21:45 +00:00
Tyrant
f5cd3b654e Fix typo in record_agent.md (#1247) 2024-11-12 07:15:41 +00:00
carschandler
0807380881 Formatting error in create_custom_env.md (#1246) 2024-11-12 05:12:47 +02:00
carschandler
88e02a1b9f Confusing wording in create_custom_env.md (#1245) 2024-11-11 15:45:20 +00:00
carschandler
e8c735703c Typo in car_racing.py (#1244) 2024-11-11 11:38:37 +00:00
Baptiste Pesquet
ec7e6d71f3 Fix parameter name in tutorial code (#1242) 2024-11-08 15:44:43 +00:00
Baptiste Pesquet
30023a132a Fix small typo in docs (#1241) 2024-11-08 10:46:04 +00:00
Longbin Tang
0d1a378c48 Update train_agent.md (#1237)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2024-11-07 11:21:22 +00:00
Jacob Abrams
057bfef49e Fix Train Agent doc, need env param (#1239) 2024-11-04 10:06:04 +00:00
Gustavo Moura
1d353b31e8 Add Itomori custom env to third_party_environments.md (#1235) 2024-10-29 22:50:42 +00:00
David Leins
988999c7e6 Add mujoco rgbd rendering (#1229) 2024-10-28 13:22:46 +00:00
Rickard Hallerbäck
0e94c46b44 Update basic_usage.md (#1232) 2024-10-25 14:23:55 +00:00
Kaibo He
137be19330 Add width and height check for MujocoRenderer (#1230) 2024-10-25 11:33:34 +03:00
Florian Felten
dc36e96543 Add uv to install pip deps in workflows (#1231) 2024-10-24 16:02:25 +01:00
Mark Towers
02f8298722 Update ArXiV citation 2024-10-21 09:45:38 +01:00
Silvio Traversaro
af367bb746 Use multiprocessing.get_all_start_methods() in test_async_with_dynamically_registered_env (#1222)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2024-10-20 16:41:51 +01:00
Kallinteris Andreas
3cd59f4cfa Typos fix in MuJoCo's environment Changelog (#1220) 2024-10-19 13:14:49 +03:00
Neven Lukić
8ab56a4668 docs: fix typo (#1219) 2024-10-18 23:34:53 +01:00
Kallinteris Andreas
9cf678ee32 re-enable pyright.reportPrivateImportUsage and pyright.reportUnboundVariable (#1217) 2024-10-17 10:41:33 +01:00
Kallinteris Andreas
bcf29c64b8 fix pyright.reportRedeclaration issues (#1216) 2024-10-17 08:51:44 +01:00
Kallinteris Andreas
a141fc9b45 Fix osmesa typo in MuJoCo rendering backends documentation (#1212) 2024-10-16 10:10:52 +01:00
Kallinteris Andreas
b5ab2877c0 update pyright to 1.1.383 (#1200) 2024-10-16 12:04:31 +03:00
Kallinteris Andreas
5bf8d5ff20 Add Instructions for adding external environments (#1210) 2024-10-16 09:38:37 +01:00
Matej Straka
b6d53c7d39 Add 3rd party environment (#1209) 2024-10-16 02:39:24 +00:00
enjoh
d571ed6301 documentation: replace "Jax" with "NumPy" and make capitalization uniform (#1206) 2024-10-12 16:52:30 +01:00
ariel
f3fb8a5891 Pre-commit 2024-10-11 18:32:39 +02:00
Ariel Kwiatkowski
6d3fd4a902 Update arxiv citation 2024-10-11 18:26:23 +02:00
Kallinteris Andreas
0ea7ef674c set copyright time in documentation page automatically (#1205) 2024-10-11 09:24:21 +01:00
Kallinteris Andreas
13d680b2eb Use pipx for pre-commit and PyPi in CI (#1204) 2024-10-11 09:14:23 +01:00
tacitvenom
19da2d5e53 Update frozen_lake.py documentation (#1202)
Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
2024-10-10 14:51:15 +01:00
Matej Straka
f361cb63ca Migration guide clarification (#1199) 2024-10-08 13:34:20 +01:00
JDRanpariya
196625488f Check that MultiDiscrete.dtype is not None (#1196) v1.0.0 2024-10-06 15:39:58 +01:00