Skip to content

Commit

Permalink
Add QWOP as a third-party environment (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
smanolloff authored Oct 5, 2023
1 parent 54d2ba7 commit aabf65c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 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.

### [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)
![GitHub stars](https://img.shields.io/github/stars/smanolloff/qwop-gym)

QWOP is a game about running extremely fast down a 100 meter track. With this Gymnasium environment you can train your own agents and try to beat the current world record (5.0 in-game seconds for humans and 4.7 for AI).

### [Safety-Gymnasium: Ensuring safety in real-world RL scenarios](https://github.com/PKU-MARL/safety-gymnasium)

![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.28.1-blue)
Expand Down

0 comments on commit aabf65c

Please sign in to comment.