From a4200040dafbfafe72c208b94e0a756fd671ca48 Mon Sep 17 00:00:00 2001 From: Schneider Leo <leo.schneider@etu.ec-lyon.fr> Date: Mon, 15 Jan 2024 14:17:13 +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 f6050f1..dc9bd3f 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: +Here is an example of how to use Gym to solve the `CartPole-v1` environment (https://gymnasium.farama.org/environments/classic_control/cart_pole/): ```python import gym -- GitLab