Skip to content

Commit

Permalink
remove overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodelazcano committed Oct 19, 2023
1 parent 59cf779 commit a994022
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gymnasium/envs/mujoco/mujoco_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ def _create_overlay(self):
self.add_overlay(
bottomleft, "Solver iterations", str(self.data.solver_niter[0] + 1)
)
self.add_overlay(
bottomleft, "Number of Islands", str(self.data.solver_nisland)
)
self.add_overlay(
bottomleft, "Step", str(round(self.data.time / self.model.opt.timestep))
)
Expand Down

0 comments on commit a994022

Please sign in to comment.