Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Nov 27, 2016
1 parent 3ab8ee6 commit c465665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
@@ -1,7 +1,6 @@
# go-vncdriver

A Go implementation of the Gym VNCDriver Python interface. Should be
fast.
A fast VNC driver.

## OpenGL viewer

Expand Down
3 changes: 0 additions & 3 deletions __init__.py
Expand Up @@ -3,9 +3,6 @@

# We need to ensure this gets imported before tensorflow.
# This at least ensures we're not failing for import ordering reasons.
# See github issue #49 for more info.
#
# https://github.com/openai/universe/issues/49
if 'tensorflow' in sys.modules:
raise RuntimeError('go_vncdriver must be imported before tensorflow')

Expand Down

0 comments on commit c465665

Please sign in to comment.