openai / universe

Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.
https://universe.openai.com
MIT License
7.47k stars 959 forks source link

flashgames.json is missing from pip installation #171

Closed danther closed 7 years ago

danther commented 7 years ago

Expected behavior

Using pip to install universe (pip install universe) shouldn't miss runtimes/flashgame.json file.

Actual behavior

runtime/flashgame.json is missing from pip installation. But when I include it manually everything works fine.

Versions

Please include the result of running

$ uname -a ; python --version; pip show universe gym tensorflow numpy go-vncdriver Pillow
Linux Ayanami 4.8.0-36-generic #36~16.04.1-Ubuntu SMP Sun Feb 5 09:39:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Python 2.7.12
Name: universe
Version: 0.21.3
Summary: Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.
Home-page: https://github.com/openai/universe
Author: OpenAI
Author-email: universe@openai.com
License: UNKNOWN
Location: /home/pilgrim/universe-starter-agent/lib/python2.7/site-packages
Requires: autobahn, fastzbarlight, ujson, Pillow, docker-py, six, docker-pycreds, twisted, PyYAML, go-vncdriver, gym
---
Name: gym
Version: 0.7.4
Summary: The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
Home-page: https://github.com/openai/gym
Author: OpenAI
Author-email: gym@openai.com
License: UNKNOWN
Location: /home/pilgrim/universe-starter-agent/lib/python2.7/site-packages
Requires: requests, six, numpy, pyglet
---
Name: tensorflow
Version: 1.0.1
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /home/pilgrim/universe-starter-agent/lib/python2.7/site-packages
Requires: mock, numpy, protobuf, wheel, six
---
Name: numpy
Version: 1.12.1
Summary: NumPy: array processing for numbers, strings, records, and objects.
Home-page: http://www.numpy.org
Author: NumPy Developers
Author-email: numpy-discussion@scipy.org
License: BSD
Location: /home/pilgrim/universe-starter-agent/lib/python2.7/site-packages
Requires: 
---
Name: go-vncdriver
Version: 0.4.19
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Location: /home/pilgrim/universe-starter-agent/lib/python2.7/site-packages
Requires: numpy
---
Name: Pillow
Version: 4.1.0
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Alex Clark (Fork Author)
Author-email: aclark@aclark.net
License: Standard PIL License
Location: /home/pilgrim/universe-starter-agent/lib/python2.7/site-packages
Requires: olefile
tlbtlbtlb commented 7 years ago

The package pip finds hasn't been updated yet, but the instructions at https://github.com/openai/universe#install-universe will work (they worked before too, because of the -e flag to pip).