Skip to content

Commit

Permalink
alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiwowar committed Oct 24, 2023
1 parent f9f4981 commit a91fd2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/environments/third_party_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit a91fd2a

Please sign in to comment.