From 87b0db6998122f02f550ef9e71b022aeeb802f69 Mon Sep 17 00:00:00 2001 From: Schneider Leo <leo.schneider@etu.ec-lyon.fr> Date: Tue, 16 Jan 2024 16:20:51 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2833619..cf1838d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install pygame==2.5.2 ### Usage -Here is an example of how to use Gym to solve the `CartPole-v1` environment (https://gymnasium.farama.org/environments/classic_control/cart_pole/): +Here is an example of how to use Gym to solve the `CartPole-v1` environment ([Documentation]https://gymnasium.farama.org/environments/classic_control/cart_pole/): ```python import gym -- GitLab