Universe is a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications. This is the universe open-source library, which provides a simple Gym interface to each Universe environment. Universe allows anyone to train and evaluate AI agents on an extremely wide range of real-time, complex environments. Universe makes it possible for any existing program to become an OpenAI Gym environment, without needing special access to the program's internals, source code, or APIs. It does this by packaging the program into a Docker container, and presenting the AI with the same interface a human uses: sending keyboard and mouse events, and receiving screen pixels. Our initial release contains over 1,000 environments in which an AI agent can take actions and gather observations.
Features
- We currently support Linux and OSX running Python 2.7 or 3.5
- The majority of the environments in Universe run inside Docker containers
- A Universe environment is similar to any other Gym environment
- Run your first agent
- You can even connect your own VNC client to the environment, either just to observe or to interfere with your agent
- We are using pytest for tests