in gym_http_server.py [0:0]
def _lookup_env(self, instance_id): try: return self.envs[instance_id] except KeyError: raise InvalidUsage('Instance_id {} unknown'.format(instance_id))