diff --git a/docs/environments/third_party_environments.md b/docs/environments/third_party_environments.md index 679b7f014..fab0ea832 100644 --- a/docs/environments/third_party_environments.md +++ b/docs/environments/third_party_environments.md @@ -101,6 +101,13 @@ An open, minimalist Gymnasium environment for autonomous coordination in wireles PyBullet based simulations of a robotic arm moving objects. +### [pystk2-gymnasium: SuperTuxKart races gymnasium wrapper](https://github.com/bpiwowar/pystk2-gymnasium) + +![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.29.1-blue) +![GitHub stars](https://img.shields.io/github/stars/bpiwowar/pystk2-gymnasium) + +Uses a [python wrapper](https://github.com/bpiwowar/pystk2) around [SuperTuxKart](https://supertuxkart.net/fr/Main_Page) that allows to access the world state and to control a race. + ### [QWOP: An environment for Bennet Foddy's game QWOP](https://github.com/smanolloff/qwop-gym) ![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.29.1-blue) @@ -150,13 +157,6 @@ Gymnasium wrapper for various environments in the SUMO traffic simulator. Suppor tmrl is a distributed framework for training Deep Reinforcement Learning AIs in real-time applications. It is demonstrated on the TrackMania 2020 video game. -### [SuperTuxKart](https://github.com/bpiwowar/pystk2-gymnasium) - -![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.29.1-blue) -![GitHub stars](https://img.shields.io/github/stars/bpiwowar/pystk2-gymnasium) - -Uses a [python wrapper](https://github.com/bpiwowar/pystk2) around [SuperTuxKart](https://supertuxkart.net/fr/Main_Page) that allows to access the world state and to control a race. - ## Third-Party Environments using Gym There are a large number of third-party environments using various versions of [Gym](https://github.com/openai/gym).