Hi there, this can be done by adding an additional call to self.gym.draw_viewer(self.viewer, self.sim, True)
in the else
statement on line 405 of vec_task.py.
2 Likes
Hi there, this can be done by adding an additional call to self.gym.draw_viewer(self.viewer, self.sim, True)
in the else
statement on line 405 of vec_task.py.