GitXplorerGitXplorer
o

doom-py

public
74 stars
45 forks
9 issues

Commits

List of commits on branch master.
Verified
85ada06dc9603e2f0768a06e4fcae637cf1c3931

Merge pull request #12 from openai/christopherhesse-patch-1

cchristopherhesse committed 5 years ago
Verified
9af983102e97fad8568b326fa4861ac134db2f76

Merge pull request #13 from christopherhesse/update-readme

cchristopherhesse committed 6 years ago
Unverified
9fe199eef0f02b4bd2f8be19c975194695b1ecc7

update README with repo status

cchristopherhesse committed 6 years ago
Verified
c29298ffe051b469d5580556d87e16050bb19129

Update README.md

cchristopherhesse committed 6 years ago
Unverified
2c057269a02c752a3ca9b589227d7dd66f623d20

Add build instructions

ttlbtlbtlb committed 8 years ago
Unverified
a242ce7417a8b65a2cfd18bf616a51ac28b1ed02

Bump version

ggdb committed 9 years ago

README

The README file for this repository.

Status: Archive (code is provided as-is, no updates expected)

doom_py

Build Status

DEPRECATED, please use the official ViZDoom python bindings instead.

Python wrappers for ViZDoom. Contains a modified version of the bleeding-edge ViZDoom source code.

###Requirements

  • CMake 3.0+
  • Make
  • GCC 4.6+
  • Boost Libraries
  • SDL 2.0.2
  • Python with Numpy

To install dependencies on OS X via Brew, type

brew install cmake boost boost-python sdl2 wget

To run with python3 you may need to run

brew install boost-python --with-python3

To install dependencies on Ubuntu, type

apt-get install -y python-numpy cmake zlib1g-dev libjpeg-dev libboost-all-dev gcc libsdl2-dev wget unzip

Installation

python setup.py build
pip install -e .