Skip to content

Commit

Permalink
[python_api.md] Fix variable name in Python doc (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimsGautam authored and tkoeppe committed Oct 6, 2017
1 parent 7a3be15 commit 87f8993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/python_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Constructing the environment, doing one step and retrieving one observation:
import 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

0 comments on commit 87f8993

Please sign in to comment.