Skip to content

Commit

Permalink
GaitEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
kidzik authored Jan 28, 2017
1 parent 40f8f35 commit cee90a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To run 200 steps of environment enter `python` interpreter and run:

from osim.env import GaitEnv

env = ArmEnv(visualize=True)
env = GaitEnv(visualize=True)
observation = env.reset()
for i in range(500):
observation, reward, done, info = env.step(env.action_space.sample())
Expand Down

0 comments on commit cee90a3

Please sign in to comment.