From 3277bc6ea56d42b9ea3523acfa28428d21cc631a Mon Sep 17 00:00:00 2001 From: Schneider Leo <leo.schneider@etu.ec-lyon.fr> Date: Tue, 16 Jan 2024 16:21:26 +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 cf1838d..d6b224b 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 ([Documentation]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