An OpenAI Gym environment for games written in the Video Game Description Language, including the Generic Video Game Competition framework. The framework, along with some initial reinforcement learning results, is covered in the paper Deep Reinforcement Learning for General Video Game AI.
Installation
Download the GVGAI-GYM environment and unzip it.
To install the package, run pip install -e <package-location> (This should install OpenAI Gym automatically, otherwise it can be installed this)
Install a Java compiler javac
(e.g. sudo
apt install openjdk-9-jdk-headless)
A demo video