raiseException("Attempt to call `step` function after max_steps={} in a single simulation. Please reset your environment before calling the `step` function after max_step s".format(self.max_steps))
else:
raiseException("Attempt to call `step` function on a non existent `env`")