I want to move the viewpoint while the "Viewer" is stopped

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