From c11e050fb3211d84aac7f8b0498d6fad276a5355 Mon Sep 17 00:00:00 2001 From: Johann Christensen Date: Wed, 4 Oct 2023 11:38:50 +0200 Subject: [PATCH] Replace gym with Gymnasium openAIs gym is no longer maintained and replaced by Gymansium --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5770417..19977d67 100644 --- a/README.md +++ b/README.md @@ -836,7 +836,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for Machine Learning. Also see [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python).* -* [gym](https://github.com/openai/gym) - A toolkit for developing and comparing reinforcement learning algorithms. +* [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) - A library for developing and comparing reinforcement learning algorithms (successor of [gym](https://github.com/openai/gym). * [H2O](https://github.com/h2oai/h2o-3) - Open Source Fast Scalable Machine Learning Platform. * [Metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics. * [NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing.