From 110626ee1cfbe6031b85d47db220f02343bccd3c Mon Sep 17 00:00:00 2001 From: J K Terry Date: Tue, 8 Feb 2022 11:18:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 003df6dce..aae0c8db5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Gym 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. Since its release, Gym's API has become the field standard for doing this. -Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/), and you can propose changes in [here](https://github.com/Farama-Foundation/gym-docs) +Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/), and you can propose fixes and changes[here](https://github.com/Farama-Foundation/gym-docs) ## Installation