Update README.md

This commit is contained in:
Jordan Terry
2022-09-12 11:54:31 -04:00
committed by GitHub
parent f68cf8a54e
commit e36e400db1

View File

@@ -1,5 +1,9 @@
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
<p align="center">
<img src="readme.png" width="500px"/>
</p>
## Gymnasium
Gymnasium is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API. This is a fork of OpenAI's Gym library by the maintainers, and is where future maintenance will occur going forward