Skip to content

Popular mobile game Duet implemented as an OpenAI-gym environment.

Notifications You must be signed in to change notification settings

josefmalmstrom/gym-duet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gym-duet

Popular mobile game Duet by Kumobius (available here) implemented as an OpenAI-gym environment.
Can be used to train reinforcement learning agents for the game, as done in Duet DQN.

Installation

Requires Python >=3.5.

First install gym and all its dependencies

pip install gym --user

Go to the installation path, and add the following lines to the file /gym/envs/__init__.py

register(
   	id='Duet-v0',
   	entry_point='gym.envs.duet:DuetGame',
)

Download or clone this repo and copy the folder duet into gym/envs.

About

Popular mobile game Duet implemented as an OpenAI-gym environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages