Skip to content

Commit

Permalink
chore: fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bheijden committed Jul 5, 2023
1 parent b27e8ed commit 81dc0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_quadruped.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def step(self, action: Dict) -> Tuple[Dict, float, bool, bool, Dict]:
# Determine done flag
terminated = has_fallen
truncated = timeout
info = {}

if self.render_mode == "human":
self.render()
Expand Down

0 comments on commit 81dc0b8

Please sign in to comment.