Commit Graph

2028 Commits

Author SHA1 Message Date
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
Vairo Di Pasquale
a18e0a3d6c Fix lunar lander reward doc (#3064)
* Improved documentation to specify decode state space

* Improve taxi documentation

* Fixed LunarLanderv2 reward doc
2022-09-05 10:36:04 -04:00
Jongwook Choi
525b98305b Correct the module scope of DeprecationWarning warning filter (#3059)
The `warnings.simplefilter(...)` call mistakenly voids and nullifies
all the previous warning filters for DeprecationWarning, registered by
other packages or user programs via `warnings.filterwarnings` call
which has an explicit intention of suppress DeprecationWarning.

Control of DeprecationWarning's made in the gym library should have
effects only within the gym package.
2022-09-05 10:35:56 -04:00
Omar Younis
0608263025 environment agnostic {mode}_list render mode (#3060) 2022-09-04 09:42:10 -04:00
Mark Towers
f39747d6a2 Update Composite spaces with full coverage (#3047)
* Update composite space and tests

* Pre-commit

* pyright

* Fix pyright

* retrigger actions

* Code review by Arjun

* Code review by Arjun

* Code review by Omar
2022-09-03 18:39:23 -04:00
Mark Towers
8e74fe3b62 Add testing for Fundamental spaces with full coverage (#3048)
* initial commit

* Fix the multi-binary sample and upgrade multi-discrete sample

* Fix MultiBinary sample tests and pre-commit

* Adds coverage tests and updates test_utils.py to use the utils.py spaces. Fix bug in text.py

* pre-commit
2022-09-03 17:56:29 -04:00
Omar Younis
43b42d5280 cliffwalking: remove annoying warnings (#3058)
* cliffwalking: remove annoying warning

* fix pre-commit
2022-09-03 14:54:28 -04:00
Omar Younis
c79ac2efe8 fix test_record_video_within_vector (#3055) 2022-09-01 14:07:06 -04:00