项目作者: alantrrs

项目描述 :
:one: Testing OpenAI Universe
高级语言: Python
项目地址: git://github.com/alantrrs/agent1.git
创建时间: 2016-12-06T11:03:37Z
项目社区:https://github.com/alantrrs/agent1

开源协议:

下载


Agent 1

Test Open AI Universe in 3 commands

Build

First, build the image of the test agent

  1. docker build -t agent1 .

Run

Game environment

Execute the game environment

  1. docker run --privileged --cap-add=SYS_ADMIN --ipc=host -p 5900:5900 -p 15900:15900 quay.io/openai/universe.flashgames

Agent

Start the test agent

  1. docker run --net=host agent1

That’s it, watch your agent at http://localhost:15900/viewer/?password=openai