Commit Graph

1935 Commits

Author SHA1 Message Date
DavidSlayback
8c759935ca Faster EpisodeStatisticsRecorder, converted from gym PR (#31) 2022-10-10 13:19:53 +01:00
Ariel Kwiatkowski
9dab4505d9 Modify metadata in the human rendering wrapper (#35) 2022-10-10 13:19: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
Manuel Goulão
62732993b8 Docs: Fixes to edit button (#43) 2022-10-09 00:39:35 +01:00
Jordan Terry
9285483db3 Update README.md 2022-10-07 11:00:25 -04:00
Jordan Terry
db9eab2391 Delete readme.png 2022-10-07 11:00:10 -04:00
Jordan Terry
1fb1926154 Add files via upload 2022-10-07 10:59:57 -04:00
Jordan Terry
6d8833a6fd Update README.md 2022-10-07 10:56:54 -04:00
Manuel Goulão
ea284a83f5 Fix environments complete list (#40) 2022-10-07 11:21:30 +01:00
Mark Towers
f6489c38b3 Updated gymnasium to be equivalent to gym v26.2 (#36) v0.26.2 2022-10-05 12:53:45 -04:00
Jordan Terry
dc60cdc4af Update README.md 2022-10-03 15:46:30 -04:00
Manuel Goulão
bd0f9cf023 Add missing commits in PR#29 (#34) 2022-10-03 19:01:14 +01:00
Manuel Goulão
f0fd69d7f2 Update theme (#29) 2022-10-03 11:00:31 -04:00
Mark Towers
9154d2db4e Add gym-docs PRs to gymnasium (#30) 2022-09-27 17:39:43 +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
Jordan Terry
95da6c5714 partially fix art credits 2022-09-26 15:03:37 -04:00
Mark Towers
43c3118854 Add AutoROM documentation (#26) 2022-09-25 15:43:00 +01:00
Mark Towers
c9056e37e1 Rename gymnasium as gym in docs (#24) 2022-09-19 21:14:09 +01:00
Mark Towers
5674a52d4c Update version to v26.1 v0.26.1 2022-09-16 23:41:56 +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
Manuel Goulão
2f8002f2bd Update URL links and Space documentation summaries (#18) 2022-09-16 14:00:12 +01:00
Manuel Goulão
4d61477b7c Docs automation (#16) 2022-09-15 09:49:24 +01:00
Ariel Kwiatkowski
fdb7045453 Rename the repo link in the issue templates (#17) 2022-09-14 20:20:02 +01:00
Jordan Terry
be3c975f07 Update README.md 2022-09-14 09:35:44 -04:00
Jordan Terry
e68d7dae37 Update README.md 2022-09-13 19:20:44 -04:00
Manuel Goulão
91769fc862 Add docs (#13) 2022-09-13 20:27:34 +01:00
Mark Towers
b48e1626fd Update to gymnasium notices (#14) v0.26.0 2022-09-13 12:14:08 +01:00
Jordan Terry
e36e400db1 Update README.md 2022-09-12 11:54:31 -04:00
Jordan Terry
f68cf8a54e Update README.md 2022-09-12 11:54:03 -04:00
Jordan Terry
c5c0afdd04 Add files via upload 2022-09-12 11:52:23 -04:00
Mark Towers
7ebf6dfb6f Language changes (#4) 2022-09-08 14:31:08 +01:00
Jordan Terry
2e92c98b99 Update setup.py 2022-09-08 09:30:38 -04:00
StringTheory
94a18bc3c5 Merge branch 'main' into openai
# Conflicts:
#	gymnasium/core.py
#	gymnasium/envs/classic_control/pendulum.py
2022-09-08 14:28:24 +01:00
Mark Towers
a62b738c78 Merge pull request #3 from pseudo-rnd-thoughts/rename
Renames Gym to Gymnasium
2022-09-08 13:05:14 +01:00
pseudo-rnd-thoughts
345c17e824 Fix build issue 2022-09-08 11:01:41 +01:00
pseudo-rnd-thoughts
29b1316bc3 Control f chaneg of gym to gymnasium 2022-09-08 10:58:14 +01:00
pseudo-rnd-thoughts
2526810e85 Rename to gymnasium in Dockerfile 2022-09-08 10:19:10 +01:00
pseudo-rnd-thoughts
47ba48b611 Rename to gymnasium 2022-09-08 10:11:31 +01:00
pseudo-rnd-thoughts
640c509109 Rename to gymnasium 2022-09-08 10:10:07 +01:00
Mark Towers
316f616f14 Merge pull request #2 from andrewtanJS/code-of-conduct
Update Code of Conduct
2022-09-08 08:36:36 +01:00
Mark Towers
3f6d912bda Merge pull request #1 from balisujohn/dev-pypi
added experimental pypi build config file, copied from PettingZoo
2022-09-08 08:34:16 +01:00
Andrew
7029067d89 Update Code of Conduct 2022-09-08 12:58:21 +08:00
John U. Balis
80befeaea9 fixed branch name in build-publish.yml 2022-09-07 22:12:31 -05:00
John U. Balis
109041a12f added experimental pypi build config file, copied from PettingZoo 2022-09-07 22:00:19 -05:00
J K Terry
e9365fb85d initial 2022-09-07 22:27:28 -04:00
Mark Towers
824507b270 update the version number to v26 (#3056) 2022-09-06 14:22:40 -04:00
Mark Towers
d1d0c960c2 Bump ale to 0.8.0 (#3071) 2022-09-06 12:03:51 -04:00
Ariel Kwiatkowski
d818750547 Add a complete compatibility wrapper (#3066)
* Added a new compatibility wrapper along with tests

* Fix for 3.6 typing

* Fix for 3.6 typing again

* Add make integration

* Unrelated change that for some reason is necessary to fix pyright

* Ignore weird (and very non-critical) type check bug

* Adjust old tests

* Rename the compatibility argument in make

* Rename the compatibility argument in register and envspec

* Documentation updates

* Remove test envs from the registry

* Some rogue renames

* Add nicer str and repr to the compatibility layer

* Reorder the compatibility layer application

* Add metadata to test envs

* Add proper handling of automatic human rendering

* Add auto human rendering to reset

* Enable setting render_mode in gym.make

* Documentation update

* Fix an unrelated stochastic test
2022-09-06 11:20:04 -04:00
Omar Younis
2f33096040 fix: restore auto human rendering (#3063)
* restore auto human rendering

* add assert for minimal modes
2022-09-05 15:56:36 -04:00