Commit Graph

277 Commits

Author SHA1 Message Date
Till Zemann
67ab18e3d7 Add a tutorial notebook for Blackjack-v1 (#64) 2022-10-23 11:43:13 +01:00
Manuel Goulão
060754dfd9 Update conf.py (#69) 2022-10-23 10:13:05 +01:00
Manuel Goulão
08dacf2f7b Updating tutorials (#63) 2022-10-21 16:36:36 +01:00
Manuel Goulão
e7c8a8cb59 Remove unnecessary links in the docs page (#65) 2022-10-19 15:20:14 +01:00
Will Dudley
d6269191d7 Update gymnasium version in environment creation tutorial (#62) 2022-10-18 21:52:01 +01:00
Manuel Goulão
1b6b0975c9 Add Tutorials using sphinx-gallery and other template updates (#56) 2022-10-16 14:54:03 +01:00
Manuel Goulão
f1e472e395 Update mujoco.md (#57) 2022-10-14 12:01:30 +01:00
Manuel Goulão
e68593c8f3 Add Google Analytics tag (#52) 2022-10-13 11:51:56 +01:00
Mark Towers
2dcb8713d7 Add Gym compatibility blog (#50) 2022-10-12 15:58:28 +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
ab03f684a9 Fix tutorials inconsistencies (#44) 2022-10-11 12:37:57 +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
Manuel Goulão
62732993b8 Docs: Fixes to edit button (#43) 2022-10-09 00:39:35 +01:00
Manuel Goulão
ea284a83f5 Fix environments complete list (#40) 2022-10-07 11:21:30 +01: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
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
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
Manuel Goulão
91769fc862 Add docs (#13) 2022-09-13 20:27:34 +01:00
J K Terry
523b9ee8b7 move docs to https://github.com/Farama-Foundation/gym-docs 2021-12-21 01:12:02 -05:00
J K Terry
5e43d10e25 Delete acrobot.png 2021-12-21 00:52:35 -05:00
Mohamad H. Danesh
ce79c423d5 Providing documentation (#2534)
* Create mountain_car.md

* Create continuous_mountain_car.md

* Create classic_control.md

* Update classic_control.md

* Update classic_control.md

* Update continuous_mountain_car.md

* Update mountain_car.md
2021-12-21 00:36:53 -05:00
Brendan King
14eaf04de6 Adding documentation for Acrobot-v1 in docs/classic_control (#2533)
* Adding documentation for Acrobot-v1 in docs/classic_control

* Update acrobot.md

Co-authored-by: J K Terry <justinkterry@gmail.com>
2021-12-20 13:28:39 -05:00
Brendan King
9c0808eb9a Adding documentation for CartPole-v1 in docs/classic_control (#2509)
* Adding documentation for CartPole-v1 in docs/classic_control

* typo

Co-authored-by: J K Terry <justinkterry@gmail.com>
2021-12-20 02:06:24 -05:00
Ariel Kwiatkowski
c364506710 Seeding update (#2422)
* Ditch most of the seeding.py and replace np_random with the numpy default_rng. Let's see if tests pass

* Updated a bunch of RNG calls from the RandomState API to Generator API

* black; didn't expect that, did ya?

* Undo a typo

* blaaack

* More typo fixes

* Fixed setting/getting state in multidiscrete spaces

* Fix typo, fix a test to work with the new sampling

* Correctly (?) pass the randomly generated seed if np_random is called with None as seed

* Convert the Discrete sample to a python int (as opposed to np.int64)

* Remove some redundant imports

* First version of the compatibility layer for old-style RNG. Mainly to trigger tests.

* Removed redundant f-strings

* Style fixes, removing unused imports

* Try to make tests pass by removing atari from the dockerfile

* Try to make tests pass by removing atari from the setup

* Try to make tests pass by removing atari from the setup

* Try to make tests pass by removing atari from the setup

* First attempt at deprecating `env.seed` and supporting `env.reset(seed=seed)` instead. Tests should hopefully pass but throw up a million warnings.

* black; didn't expect that, didya?

* Rename the reset parameter in VecEnvs back to `seed`

* Updated tests to use the new seeding method

* Removed a bunch of old `seed` calls.

Fixed a bug in AsyncVectorEnv

* Stop Discrete envs from doing part of the setup (and using the randomness) in init (as opposed to reset)

* Add explicit seed to wrappers reset

* Remove an accidental return

* Re-add some legacy functions with a warning.

* Use deprecation instead of regular warnings for the newly deprecated methods/functions
2021-12-08 16:14:15 -05:00
Tristan Deleu
01cc8a3a16 Add documentation for Vectorized environments (#2327) 2021-11-14 08:59:04 -05:00
Ishan Manchanda
103b7633f5 Readded overwritten changes for offset functionality for Discrete spaces (#2470)
Co-authored-by: J K Terry <justinkterry@gmail.com>
2021-10-30 12:12:01 -04:00
Gabriel Nogueira
ff33188e53 Add flappy-bird-gym to third party environments (#2439)
This commit adds the [flappy-bird-gym](https://github.com/Talendar/flappy-bird-gym) package to `third_party_environments.md`. It's the first result on Google when searching for "flappy bird gym environment".
2021-10-06 21:53:52 -04:00
Emanuel Becerra Soto
596d2d452e gym-cellular-automata third party envs (#2437)
Addition of gym-cellular-automata
on the third party environments docs.

https://github.com/elbecerrasoto/gym-cellular-automata
2021-10-04 00:09:26 -04:00
J K Terry
65eebce904 even more fixes 2021-09-23 22:08:07 -04:00
J K Terry
7be352b46b typo and test 2021-09-23 22:00:49 -04:00
J K Terry
b283b2011d alphabetization and more fixes 2021-09-23 17:25:57 -04:00
J K Terry
1a1c7d115f underscore 2021-09-23 17:07:10 -04:00
J K Terry
67f69f5f6f fix up third party environment list 2021-09-23 17:03:46 -04:00
J K Terry
a3425de56a new environments 2021-09-23 17:02:09 -04:00
J K Terry
8a870c923e Update environments.md 2021-09-23 16:26:08 -04:00
Jesse Farebrother
5f89135868 Move legacy Atari environments -> ale-py (#2411) 2021-09-22 19:11:21 -04:00
Ahmed Omar
2754d9737e removed calls to reset from init (#2394)
* removed all calls to reset

* passing tests

* fix off-by-one error

* revert

* merge master into branch

* add OrderEnforcing Wrapper

* add orderenforcing to the docs

* add option for disabling

* add argument to EnvSpec
2021-09-16 10:16:49 -04:00
Jesse Farebrother
f6742ea808 Remove AtariEnv in favour of official ALE Python package (#2348)
* Remove AtariEnv in favour of official ALE Python

* More robust frame stacking test case

* Atari documentation update
2021-09-11 13:04:41 -04:00
Costa Huang
b1b0086134 Add Normalize env (#2387)
* initial commit

* undo black

* add code

* add test cases and refactor

* add docs

* black

* documentation update

* break feature apart

* quick fix

* quick fix

* quick fix

* update documentation

* update documentation

* Update wrapper naming

* fix ci
2021-09-09 15:57:10 -04:00
Mohammad Amin Haghpanah
89c8bfb3d6 Add gym-mtsim (#2403) 2021-09-07 17:26:29 -04:00
Alfred W. Jacob
ea8a21da3a Add version history for taxi (#2395)
* v3: Map Correction + Cleaner Domain Description
* v2: Disallow Taxi start location = goal location, Update Taxi observations in the rollout, Update Taxi reward threshold.
* v1: Remove (3,2) from locs, add passidx<4 check
* v0: Initial versions release
2021-09-05 22:14:44 -04:00
Dimitrios Koutras
27f42ef9ab Add MarsExplorer (https://github.com/dimikout3/MarsExplorer), a third party environment (#2389) 2021-09-03 12:28:36 -04:00
Rohan138
c00c1babb9 Remove unused toytext environments (#2384)
* Moved Unused ToyText Environments

* Fixed error message

* removed KellyCoinFlip test

removed KellyCoinFlip tests

removed KellyCoinFlip tests

* black

* Modified docs
2021-09-01 23:22:01 -04:00
Costa Huang
a004558445 add episodic trigger (#2376) 2021-08-31 16:59:21 -04:00