Skip to content

Commit

Permalink
Merge pull request #1 from deepmind/master
Browse files Browse the repository at this point in the history
Merge with deepmind/lab master
  • Loading branch information
Matthew D committed Oct 18, 2017
2 parents ee6ad80 + 87f8993 commit 18cb4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/python_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import deepmind_lab
#import deepmind_lab_py3 as deepmind_lab

# Construct and start the environment.
lab = deepmind_lab.Lab('seekavoid_arena_01', ['RGB_INTERLACED'])
lab.reset()
env = deepmind_lab.Lab('seekavoid_arena_01', ['RGB_INTERLACED'])
env.reset()

# Create all-zeros vector for actions.
action = np.zeros([7], dtype=np.intc)
Expand Down
2 changes: 1 addition & 1 deletion glib.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ genrule(
"config.h",
"glibconfig.h",
],
cmd = "./$(location configure) --disable-fam " +
cmd = "./$(location configure) --disable-fam --enable-dtrace=no " +
"&& cp --verbose -- config.h $(location config.h)" +
"&& cp --verbose -- glib/glibconfig.h $(location glibconfig.h)",
)
Expand Down

0 comments on commit 18cb4fd

Please sign in to comment.