From b7f45be80e06d14c5b0b33021a5b0ed55fc7da9e Mon Sep 17 00:00:00 2001 From: Gallouedec Quentin <quentin.gallouedec@ec-lyon.fr> Date: Mon, 6 Feb 2023 11:39:16 +0000 Subject: [PATCH] Install piglet with gym --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 276bb07..7a4c1ec 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Gym is a framework for developing and evaluating reinforcement learning environm pip install gym==0.21 ``` +Install also pyglet for the rendering. + +```sh +pip install pyglet==1.5.27 +``` + ### Usage Here is an example of how to use Gym to solve the `CartPole-v1` environment: -- GitLab