Skip to content

Commit

Permalink
fix start position
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeyasu committed Oct 27, 2018
1 parent 0f7f5a1 commit 49239a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/gym_forward_walker_servo.py
Expand Up @@ -19,7 +19,7 @@ def __init__(self, power):
self.camera_x = 0
self.walk_target_x = 1e3 # kilometer away
self.walk_target_y = 0
self.start_pos_x, self.start_pos_y, self.start_pos_z = 0, 0, -0.6
self.start_pos_x, self.start_pos_y, self.start_pos_z = 0, 0, -0.5
self.camera_x = 0
self.camera_y = 4.3
self.camera_z = 45.0
Expand Down

0 comments on commit 49239a0

Please sign in to comment.