Remove support for Python 3.6 (#38)

This commit is contained in:
Mark Towers
2022-10-25 14:41:09 +01:00
committed by GitHub
parent 71485eccde
commit 6b6d1317ce
11 changed files with 12 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ For Atari envs, add a Markdown file into `pages/environments/atari` then complet
#### Non-Atari env
Ensure the environment is in Gymnasium (or your fork). Ensure that the environment's Python file has a properly formatted markdown docstring. Pip install Gymnasium (or your fork) then run `docs/scripts/gen_mds.py`. This will automatically generate an md page for the environment. Then complete the [other steps](#other-steps).
Ensure the environment is in Gymnasium (or your fork). Ensure that the environment's Python file has a properly formatted markdown docstring. Pip install Gymnasium (or your fork) then run `docs/scripts/gen_mds.py`. This will automatically generate a md page for the environment. Then complete the [other steps](#other-steps).
#### Other steps