def reset_model()

in robosumo/envs/mujoco_env.py [0:0]


    def reset_model(self):
        """Reset the robot degrees of freedom (qpos and qvel).
        Implement this in each subclass.
        """
        raise NotImplementedError