Skip to content

Commit

Permalink
Add gym-derk to environments (#2044)
Browse files Browse the repository at this point in the history
Co-authored-by: pzhokhov <peterz@openai.com>
  • Loading branch information
FredrikNoren and pzhokhov committed Sep 25, 2020
1 parent f9110b5 commit 0424d59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ A simple environment using [PyBullet](http://github.com/bulletphysics/bullet3) t

Learn more here: https://github.com/JacopoPan/gym-pybullet-drones

### gym-derk: GPU accelerated MOBA environment

This is a 3v3 MOBA environment where you train creatures to figth each other. It runs entirely on the GPU so you can easily have hundreds of instances running in parallel. There are around 15 items for the creatures, 60 "senses", 5 actions, and ~23 tweakable rewards. It's also possible to benchmark an agent against other agents online. It's available for free for training for personal use, and otherwise costs money; see licensing details on the website.

More here: https://gym.derkgame.com

### gym-abalone: A two-player abstract strategy board game

An implementation of the board game Abalone.
Expand Down

0 comments on commit 0424d59

Please sign in to comment.