diff --git a/examples/pybullet/gym/pybullet_envs/deep_mimic/env/goals.py b/examples/pybullet/gym/pybullet_envs/deep_mimic/env/goals.py index e7faddebe..e506329f6 100644 --- a/examples/pybullet/gym/pybullet_envs/deep_mimic/env/goals.py +++ b/examples/pybullet/gym/pybullet_envs/deep_mimic/env/goals.py @@ -28,7 +28,7 @@ class GoalType(Enum): class Goal: def __init__(self, goal_type: GoalType): self.goal_type = goal_type - self.follow_rot = True + self.follow_rot = False self.is_hit_prev = False self.generateGoalData()