Duckietown Challenges Home Challenges Submissions

Evaluator 2319

ID2319
evaluatorreg03-2fe4413085fc-1
ownerI don't have one 😀
machinearchimede
processreg03-2fe4413085fc-1
versiond-c:6.1.23;d-c-r:6.0.59
first heard
last heard
statusinactive
# evaluating
# success4 42497
# timeout
# failed6 42528
# error
# aborted1 43500
# host-error39 42560
arm
x86_64
Mac
gpu available
Number of processors
Processor frequency (MHz)
Free % of processors
RAM total (MB)
RAM free (MB)
Disk (MB)
Disk available (MB)
Docker Hub
P1
P2
Cloud simulations
PI Camera
# Duckiebots
Map 3x3 avaiable
Number of duckies
gpu cores
AIDO 2 Map LF public
AIDO 2 Map LF private
AIDO 2 Map LFV public
AIDO 2 Map LFV private
AIDO 2 Map LFVI public
AIDO 2 Map LFVI private
AIDO 3 Map LF public
AIDO 3 Map LF private
AIDO 3 Map LFV public
AIDO 3 Map LFV private
AIDO 3 Map LFVI public
AIDO 3 Map LFVI private
AIDO 5 Map large loop
ETU track
for 2021, map is ETH_small_inter
IPFS mountpoint /ipfs available
IPNS mountpoint /ipns available

Evaluator jobs

Job IDsubmissionuseruser labelchallengestepstatusup to dateevaluatordate starteddate completeddurationmessage
4384511759Ayman Shams 🇨🇦exercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:05:26
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connection.py", line 156, in _new_conn
    conn = connection.create_connection(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/usr/local/lib/python3.8/dist-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/botocore/httpsession.py", line 254, in send
    urllib_response = conn.urlopen(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 719, in urlopen
    retries = retries.increment(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/util/retry.py", line 376, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/usr/local/lib/python3.8/dist-packages/urllib3/packages/six.py", line 735, in reraise
    raise value
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 665, in urlopen
    httplib_response = self._make_request(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 376, in _make_request
    self._validate_conn(conn)
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 994, in _validate_conn
    conn.connect()
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connection.py", line 300, in connect
    conn = self._new_conn()
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connection.py", line 161, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<botocore.awsrequest.AWSHTTPSConnection object at 0x7f5f6173b940>, 'Connection to duckietown-ai-driving-olympics-1.s3.amazonaws.com timed out. (connect timeout=60)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 667, in get_cr
    try_s3(aws_config)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1646, in try_s3
    s3_object.upload_fileobj(data)
  File "/usr/local/lib/python3.8/dist-packages/boto3/s3/inject.py", line 619, in object_upload_fileobj
    return self.meta.client.upload_fileobj(
  File "/usr/local/lib/python3.8/dist-packages/boto3/s3/inject.py", line 539, in upload_fileobj
    return future.result()
  File "/usr/local/lib/python3.8/dist-packages/s3transfer/futures.py", line 106, in result
    return self._coordinator.result()
  File "/usr/local/lib/python3.8/dist-packages/s3transfer/futures.py", line 265, in result
    raise self._exception
  File "/usr/local/lib/python3.8/dist-packages/s3transfer/tasks.py", line 126, in __call__
    return self._execute_main(kwargs)
  File "/usr/local/lib/python3.8/dist-packages/s3transfer/tasks.py", line 150, in _execute_main
    return_value = self._main(**kwargs)
  File "/usr/local/lib/python3.8/dist-packages/s3transfer/upload.py", line 692, in _main
    client.put_object(Bucket=bucket, Key=key, Body=body, **extra_args)
  File "/usr/local/lib/python3.8/dist-packages/botocore/client.py", line 316, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/usr/local/lib/python3.8/dist-packages/botocore/client.py", line 612, in _make_api_call
    http, parsed_response = self._make_request(
  File "/usr/local/lib/python3.8/dist-packages/botocore/client.py", line 632, in _make_request
    return self._endpoint.make_request(operation_model, request_dict)
  File "/usr/local/lib/python3.8/dist-packages/botocore/endpoint.py", line 102, in make_request
    return self._send_request(request_dict, operation_model)
  File "/usr/local/lib/python3.8/dist-packages/botocore/endpoint.py", line 136, in _send_request
    while self._needs_retry(attempts, operation_model, request_dict,
  File "/usr/local/lib/python3.8/dist-packages/botocore/endpoint.py", line 228, in _needs_retry
    responses = self._event_emitter.emit(
  File "/usr/local/lib/python3.8/dist-packages/botocore/hooks.py", line 356, in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/botocore/hooks.py", line 228, in emit
    return self._emit(event_name, kwargs)
  File "/usr/local/lib/python3.8/dist-packages/botocore/hooks.py", line 211, in _emit
    response = handler(**kwargs)
  File "/usr/local/lib/python3.8/dist-packages/botocore/retryhandler.py", line 183, in __call__
    if self._checker(attempts, response, caught_exception):
  File "/usr/local/lib/python3.8/dist-packages/botocore/retryhandler.py", line 250, in __call__
    should_retry = self._should_retry(attempt_number, response,
  File "/usr/local/lib/python3.8/dist-packages/botocore/retryhandler.py", line 277, in _should_retry
    return self._checker(attempt_number, response, caught_exception)
  File "/usr/local/lib/python3.8/dist-packages/botocore/retryhandler.py", line 316, in __call__
    checker_response = checker(attempt_number, response,
  File "/usr/local/lib/python3.8/dist-packages/botocore/retryhandler.py", line 222, in __call__
    return self._check_caught_exception(
  File "/usr/local/lib/python3.8/dist-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
    raise caught_exception
  File "/usr/local/lib/python3.8/dist-packages/botocore/endpoint.py", line 200, in _do_get_response
    http_response = self._send(request)
  File "/usr/local/lib/python3.8/dist-packages/botocore/endpoint.py", line 244, in _send
    return self.http_session.send(request)
  File "/usr/local/lib/python3.8/dist-packages/botocore/httpsession.py", line 287, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "https://duckietown-ai-driving-olympics-1.s3.amazonaws.com/v3/frankfurt/jobs/43845/LFv-sim/initial.txt"
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4382111752Olga (Ge Ya) Xu 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:29
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4369211719Jean-Sébastien Grondin 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:13
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4362911698Dishank Bansal 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4361711697Bhavya Patwa 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:11
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4361311696Bhavya Patwa 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:11
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4361111696Bhavya Patwa 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:11
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4355711691Mo Kleit 🇨🇦real-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:11
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4355511692Bhavya Patwa 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4353611683Dishank Bansal 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:14
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4352111687Dishank Bansal 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:11
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4350011683Dishank Bansal 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simabortednoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4346611677Daniil Lisussim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4344411673Mo Kleit 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:21
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4342511671Daniil Lisussim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:32
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4342111672Bhavya Patwa 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:22
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4339511668Bhavya Patwa 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:22
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4338611666Dishank Bansal 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:20
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4335811663Daniil Lisussim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:27
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4334211660Melisande Tengsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:01:04
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4331011659Bhavya Patwa 🇨🇦exercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:40
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4330311655Mo Kleit 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:45
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4327011653Melisande Tengexercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:21
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4326411651Bhavya Patwa 🇨🇦exercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:17
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4322811641Mo Kleit 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simfailednoreg03-2fe4413085fc-10:01:32
The container "solut [...]
The container "solution" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4315811623Jean-Sébastien Grondin 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:14
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4311911609Yishu Malhotra 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simsuccessnoreg03-2fe4413085fc-10:11:17
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
driven_lanedir_consec_median2.182737542739847
survival_time_median14.950000000000076
deviation-center-line_median0.7079474217735764
in-drivable-lane_median2.6250000000000107


other stats
agent_compute-ego_max0.028002468744913737
agent_compute-ego_mean0.027184963669532387
agent_compute-ego_median0.027768670717875164
agent_compute-ego_min0.025200044497465476
complete-iteration_max0.3029812884330749
complete-iteration_mean0.29149105447989243
complete-iteration_median0.29186283508936567
complete-iteration_min0.2792572593077635
deviation-center-line_max0.7933237863990013
deviation-center-line_mean0.6115780187812606
deviation-center-line_min0.23709344517888817
deviation-heading_max4.102889518869561
deviation-heading_mean3.0037177881652006
deviation-heading_median3.6681088336921297
deviation-heading_min0.575763966406981
driven_any_max3.191967399103236
driven_any_mean2.7822961863593907
driven_any_median2.812122767718126
driven_any_min2.3129718108980746
driven_lanedir_consec_max2.9170407496185
driven_lanedir_consec_mean2.141793690400299
driven_lanedir_consec_min1.2846589265030033
driven_lanedir_max2.9170407496185
driven_lanedir_mean2.150739475459022
driven_lanedir_median2.200629112857293
driven_lanedir_min1.2846589265030033
get_duckie_state_max3.703129597199269e-06
get_duckie_state_mean3.606401956998385e-06
get_duckie_state_median3.588994344075521e-06
get_duckie_state_min3.5444895426432293e-06
get_robot_state_max0.02773029565811157
get_robot_state_mean0.024950269002180833
get_robot_state_median0.024304236051363823
get_robot_state_min0.023462308247884114
get_state_dump_max0.021397712230682372
get_state_dump_mean0.020102243912525665
get_state_dump_median0.020015106598536173
get_state_dump_min0.018981050222347945
get_ui_image_max0.05398576577504476
get_ui_image_mean0.05095337996116052
get_ui_image_median0.05116340756416321
get_ui_image_min0.04750093894127088
in-drivable-lane_max4.4000000000000625
in-drivable-lane_mean2.612500000000024
in-drivable-lane_min0.8000000000000114
per-episodes
details{"ETHZ_autolab_technical_track-sc0-0-ego": {"driven_any": 2.3129718108980746, "get_ui_image": 0.04750093894127088, "step_physics": 0.10858919223149616, "survival_time": 7.79999999999998, "driven_lanedir": 1.2846589265030033, "get_state_dump": 0.018981050222347945, "sim_render-ego": 0.008900860945383707, "get_robot_state": 0.025061971102005396, "get_duckie_state": 3.703129597199269e-06, "in-drivable-lane": 2.9999999999999893, "agent_compute-ego": 0.025200044497465476, "deviation-heading": 0.575763966406981, "complete-iteration": 0.2792572593077635, "set_robot_commands": 0.007517431026849992, "deviation-center-line": 0.23709344517888817, "driven_lanedir_consec": 1.2846589265030033, "sim_compute_sim_state": 0.031128522677299306, "sim_compute_performance-ego": 0.006160997427426851}, "ETHZ_autolab_technical_track-sc1-0-ego": {"driven_any": 3.191967399103236, "get_ui_image": 0.05398576577504476, "step_physics": 0.11089234908421834, "survival_time": 14.950000000000076, "driven_lanedir": 2.9170407496185, "get_state_dump": 0.020286117394765216, "sim_render-ego": 0.009179898103078206, "get_robot_state": 0.02354650100072225, "get_duckie_state": 3.5953521728515625e-06, "in-drivable-lane": 0.8000000000000114, "agent_compute-ego": 0.02769025087356567, "deviation-heading": 4.102889518869561, "complete-iteration": 0.2915363208452861, "set_robot_commands": 0.007141853968302409, "deviation-center-line": 0.7933237863990013, "driven_lanedir_consec": 2.9170407496185, "sim_compute_sim_state": 0.032314347426096596, "sim_compute_performance-ego": 0.006287843386332194}, "ETHZ_autolab_technical_track-sc2-0-ego": {"driven_any": 2.5476687714841595, "get_ui_image": 0.051784173647562666, "step_physics": 0.11406832774480184, "survival_time": 14.950000000000076, "driven_lanedir": 1.8923178610022529, "get_state_dump": 0.01974409580230713, "sim_render-ego": 0.009238462448120117, "get_robot_state": 0.023462308247884114, "get_duckie_state": 3.5444895426432293e-06, "in-drivable-lane": 4.4000000000000625, "agent_compute-ego": 0.028002468744913737, "deviation-heading": 3.251740418989101, "complete-iteration": 0.29218934933344526, "set_robot_commands": 0.007571227550506592, "deviation-center-line": 0.6807560239411493, "driven_lanedir_consec": 1.8923178610022529, "sim_compute_sim_state": 0.0312942918141683, "sim_compute_performance-ego": 0.006809831460316976}, "ETHZ_autolab_technical_track-sc3-0-ego": {"driven_any": 3.076576763952092, "get_ui_image": 0.050542641480763754, "step_physics": 0.11823036511739096, "survival_time": 14.950000000000076, "driven_lanedir": 2.5089403647123323, "get_state_dump": 0.021397712230682372, "sim_render-ego": 0.009002428849538167, "get_robot_state": 0.02773029565811157, "get_duckie_state": 3.5826365152994793e-06, "in-drivable-lane": 2.250000000000032, "agent_compute-ego": 0.02784709056218465, "deviation-heading": 4.084477248395158, "complete-iteration": 0.3029812884330749, "set_robot_commands": 0.006803917090098063, "deviation-center-line": 0.7351388196060036, "driven_lanedir_consec": 2.4731572244774416, "sim_compute_sim_state": 0.034665579795837405, "sim_compute_performance-ego": 0.0065514898300170895}}
set_robot_commands_max0.007571227550506592
set_robot_commands_mean0.007258607408939264
set_robot_commands_median0.0073296424975762
set_robot_commands_min0.006803917090098063
sim_compute_performance-ego_max0.006809831460316976
sim_compute_performance-ego_mean0.006452540526023278
sim_compute_performance-ego_median0.006419666608174642
sim_compute_performance-ego_min0.006160997427426851
sim_compute_sim_state_max0.034665579795837405
sim_compute_sim_state_mean0.0323506854283504
sim_compute_sim_state_median0.03180431962013244
sim_compute_sim_state_min0.031128522677299306
sim_render-ego_max0.009238462448120117
sim_render-ego_mean0.00908041258653005
sim_render-ego_median0.009091163476308188
sim_render-ego_min0.008900860945383707
simulation-passed1
step_physics_max0.11823036511739096
step_physics_mean0.11294505854447684
step_physics_median0.11248033841451008
step_physics_min0.10858919223149616
survival_time_max14.950000000000076
survival_time_mean13.162500000000051
survival_time_min7.79999999999998
No reset possible
4311211607Yishu Malhotra 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simfailednoreg03-2fe4413085fc-10:01:32
The container "solut [...]
The container "solution" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4310311606Jean-Sébastien Grondin 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simfailednoreg03-2fe4413085fc-10:01:41
The container "solut [...]
The container "solution" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4310211604Jean-Sébastien Grondin 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4309811605Jean-Sébastien Grondin 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4309711604Jean-Sébastien Grondin 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:11
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4304411591Yishu Malhotra 🇨🇦exercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:14
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4300911584Yishu Malhotra 🇨🇦exercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:16
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4296711574Anastasiya Nikolskaya 🇷🇺JetBrains Researchaido5-LF-sim-validationLFv-simsuccessnoreg03-2fe4413085fc-10:16:56
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
driven_lanedir_consec_median3.7456754336752742
survival_time_median14.950000000000076
deviation-center-line_median1.1299683317156166
in-drivable-lane_median3.700000000000011


other stats
agent_compute-ego_max0.04053089221318563
agent_compute-ego_mean0.03411993026733398
agent_compute-ego_median0.033187123934427895
agent_compute-ego_min0.029574580987294517
complete-iteration_max0.3193786223729452
complete-iteration_mean0.30964437703291575
complete-iteration_median0.31205492734909057
complete-iteration_min0.2950890310605367
deviation-center-line_max1.2889333573540065
deviation-center-line_mean1.0065885773625982
deviation-center-line_min0.47748428866515386
deviation-heading_max3.782005400175706
deviation-heading_mean2.8225068805144087
deviation-heading_median2.639510460630886
deviation-heading_min2.229001200620156
driven_any_max5.4074804015571285
driven_any_mean4.220494930751899
driven_any_median4.502995638600666
driven_any_min2.468508044249137
driven_lanedir_consec_max4.189926257408281
driven_lanedir_consec_mean3.39156848209071
driven_lanedir_consec_min1.8849968036040088
driven_lanedir_max4.189926257408281
driven_lanedir_mean3.39156848209071
driven_lanedir_median3.7456754336752742
driven_lanedir_min1.8849968036040088
get_duckie_state_max4.0435791015625e-06
get_duckie_state_mean3.75668207804362e-06
get_duckie_state_median3.801584243774414e-06
get_duckie_state_min3.379980723063151e-06
get_robot_state_max0.02998713493347168
get_robot_state_mean0.02582200785477956
get_robot_state_median0.02507589260737101
get_robot_state_min0.023149111270904545
get_state_dump_max0.02255398114522298
get_state_dump_mean0.021316429376602174
get_state_dump_median0.02196653167406718
get_state_dump_min0.01877867301305135
get_ui_image_max0.05249744176864624
get_ui_image_mean0.05169490238030752
get_ui_image_median0.052237621943155926
get_ui_image_min0.049806923866271974
in-drivable-lane_max8.250000000000092
in-drivable-lane_mean4.250000000000027
in-drivable-lane_min1.3499999999999952
per-episodes
details{"ETHZ_autolab_technical_track-sc0-0-ego": {"driven_any": 4.722255211987282, "get_ui_image": 0.049806923866271974, "step_physics": 0.11063025871912638, "survival_time": 14.950000000000076, "driven_lanedir": 4.189926257408281, "get_state_dump": 0.021387564341227214, "sim_render-ego": 0.00980574131011963, "get_robot_state": 0.02413342793782552, "get_duckie_state": 3.899733225504557e-06, "in-drivable-lane": 1.3499999999999952, "agent_compute-ego": 0.03075095415115357, "deviation-heading": 3.782005400175706, "complete-iteration": 0.2950890310605367, "set_robot_commands": 0.007919504642486572, "deviation-center-line": 1.2889333573540065, "driven_lanedir_consec": 4.189926257408281, "sim_compute_sim_state": 0.03386031945546468, "sim_compute_performance-ego": 0.0065739099184672035}, "ETHZ_autolab_technical_track-sc1-0-ego": {"driven_any": 2.468508044249137, "get_ui_image": 0.05243130286534627, "step_physics": 0.11200332800547282, "survival_time": 14.950000000000076, "driven_lanedir": 1.8849968036040088, "get_state_dump": 0.02255398114522298, "sim_render-ego": 0.012187616030375164, "get_robot_state": 0.02998713493347168, "get_duckie_state": 3.703435262044271e-06, "in-drivable-lane": 8.250000000000092, "agent_compute-ego": 0.03562329371770223, "deviation-heading": 2.229001200620156, "complete-iteration": 0.31533942302068074, "set_robot_commands": 0.008945221106211345, "deviation-center-line": 0.47748428866515386, "driven_lanedir_consec": 1.8849968036040088, "sim_compute_sim_state": 0.03305200179417928, "sim_compute_performance-ego": 0.008326510588328043}, "ETHZ_autolab_technical_track-sc2-0-ego": {"driven_any": 4.2837360652140495, "get_ui_image": 0.05249744176864624, "step_physics": 0.11403416474660236, "survival_time": 14.950000000000076, "driven_lanedir": 3.605908448918367, "get_state_dump": 0.022545499006907145, "sim_render-ego": 0.01037747065226237, "get_robot_state": 0.026018357276916503, "get_duckie_state": 4.0435791015625e-06, "in-drivable-lane": 3.100000000000012, "agent_compute-ego": 0.04053089221318563, "deviation-heading": 2.6481914725723237, "complete-iteration": 0.3193786223729452, "set_robot_commands": 0.00973308006922404, "deviation-center-line": 1.254049156822499, "driven_lanedir_consec": 3.605908448918367, "sim_compute_sim_state": 0.035923777421315514, "sim_compute_performance-ego": 0.0074906428654988606}, "ETHZ_autolab_technical_track-sc3-0-ego": {"driven_any": 5.4074804015571285, "get_ui_image": 0.05204394102096557, "step_physics": 0.12219103177388509, "survival_time": 14.950000000000076, "driven_lanedir": 3.8854424184321825, "get_state_dump": 0.01877867301305135, "sim_render-ego": 0.010205017725626628, "get_robot_state": 0.023149111270904545, "get_duckie_state": 3.379980723063151e-06, "in-drivable-lane": 4.30000000000001, "agent_compute-ego": 0.029574580987294517, "deviation-heading": 2.630829448689449, "complete-iteration": 0.3087704316775004, "set_robot_commands": 0.007380250295003255, "deviation-center-line": 1.0058875066087345, "driven_lanedir_consec": 3.8854424184321825, "sim_compute_sim_state": 0.038876591523488366, "sim_compute_performance-ego": 0.0063683716456095375}}
set_robot_commands_max0.00973308006922404
set_robot_commands_mean0.008494514028231303
set_robot_commands_median0.008432362874348958
set_robot_commands_min0.007380250295003255
sim_compute_performance-ego_max0.008326510588328043
sim_compute_performance-ego_mean0.007189858754475911
sim_compute_performance-ego_median0.007032276391983032
sim_compute_performance-ego_min0.0063683716456095375
sim_compute_sim_state_max0.038876591523488366
sim_compute_sim_state_mean0.03542817254861196
sim_compute_sim_state_median0.0348920484383901
sim_compute_sim_state_min0.03305200179417928
sim_render-ego_max0.012187616030375164
sim_render-ego_mean0.010643961429595946
sim_render-ego_median0.0102912441889445
sim_render-ego_min0.00980574131011963
simulation-passed1
step_physics_max0.12219103177388509
step_physics_mean0.11471469581127168
step_physics_median0.1130187463760376
step_physics_min0.11063025871912638
survival_time_max14.950000000000076
survival_time_mean14.950000000000076
survival_time_min14.950000000000076
No reset possible
4291311561Melisande Tengexercise_state_estimationaido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:14
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4287611551Yishu Malhotra 🇨🇦sim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:40
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4277011533Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:14
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4275311528Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:13
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4264711499Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:32
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4264111498Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:23
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4263811497Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:19
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4261411496Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simfailednoreg03-2fe4413085fc-10:01:49
The container "solut [...]
The container "solution" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4260611495Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simfailednoreg03-2fe4413085fc-10:03:13
The container "solut [...]
The container "solution" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4258211489Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:20
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4256411488Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:32
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4256011487Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simhost-errornoreg03-2fe4413085fc-10:00:12
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
    services2id: Dict[str, str] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 937, in get_services_id
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 880, in get
    resp = self.client.api.inspect_container(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 16, in wrapped
    raise errors.NullResource(
docker.errors.NullResource: Resource ID was not provided
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4253911483Francois Hebertsim-exercise-2aido5-LF-sim-validationLFv-simsuccessnoreg03-2fe4413085fc-10:10:56
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
driven_lanedir_consec_median0.0
survival_time_median14.950000000000076
deviation-center-line_median0.3071094952840746
in-drivable-lane_median0.0


other stats
agent_compute-ego_max0.02959412256876628
agent_compute-ego_mean0.029396421909332275
agent_compute-ego_median0.029429777065912884
agent_compute-ego_min0.02913201093673706
complete-iteration_max0.2881614629427592
complete-iteration_mean0.27062543253103893
complete-iteration_median0.26498337467511496
complete-iteration_min0.2643735178311666
deviation-center-line_max0.6863069918481528
deviation-center-line_mean0.35998819605511767
deviation-center-line_min0.13942680180416853
deviation-heading_max3.7258518640401217
deviation-heading_mean1.6586762301304627
deviation-heading_median1.2113904039371066
deviation-heading_min0.486072248607516
driven_any_max1.3686924727581474e-13
driven_any_mean6.950391439969185e-14
driven_any_median7.057320516147632e-14
driven_any_min0.0
driven_lanedir_consec_max1.7821788787841797e-05
driven_lanedir_consec_mean4.455447196960449e-06
driven_lanedir_consec_min0.0
driven_lanedir_max1.7821788787841797e-05
driven_lanedir_mean4.455447196960449e-06
driven_lanedir_median0.0
driven_lanedir_min0.0
get_duckie_state_max4.199345906575521e-06
get_duckie_state_mean4.045168558756511e-06
get_duckie_state_median4.022518793741863e-06
get_duckie_state_min3.936290740966797e-06
get_robot_state_max0.02227094809214274
get_robot_state_mean0.021431331833203636
get_robot_state_median0.021197667916615804
get_robot_state_min0.021059043407440185
get_state_dump_max0.021453611056009927
get_state_dump_mean0.021298799912134805
get_state_dump_median0.02125666856765747
get_state_dump_min0.021228251457214357
get_ui_image_max0.04611136515935262
get_ui_image_mean0.04593477964401245
get_ui_image_median0.045973187287648515
get_ui_image_min0.045681378841400146
in-drivable-lane_max0.0
in-drivable-lane_mean0.0
in-drivable-lane_min0.0
per-episodes
details{"ETHZ_autolab_technical_track-sc0-0-ego": {"driven_any": 1.328474932138796e-13, "get_ui_image": 0.04611136515935262, "step_physics": 0.09464192628860474, "survival_time": 14.950000000000076, "driven_lanedir": 0.0, "get_state_dump": 0.021453611056009927, "sim_render-ego": 0.008465903600056966, "get_robot_state": 0.02124009847640991, "get_duckie_state": 4.087289174397787e-06, "in-drivable-lane": 0.0, "agent_compute-ego": 0.029545498689015706, "deviation-heading": 1.6198720948235377, "complete-iteration": 0.26441063165664674, "set_robot_commands": 0.006710933049519857, "deviation-center-line": 0.20880585936578705, "driven_lanedir_consec": 0.0, "sim_compute_sim_state": 0.029725100199381512, "sim_compute_performance-ego": 0.006260418097178142}, "ETHZ_autolab_technical_track-sc1-0-ego": {"driven_any": 1.3686924727581474e-13, "get_ui_image": 0.04599315325419108, "step_physics": 0.09526272694269816, "survival_time": 14.950000000000076, "driven_lanedir": 0.0, "get_state_dump": 0.02124266783396403, "sim_render-ego": 0.008866511980692545, "get_robot_state": 0.02227094809214274, "get_duckie_state": 3.957748413085938e-06, "in-drivable-lane": 0.0, "agent_compute-ego": 0.02959412256876628, "deviation-heading": 3.7258518640401217, "complete-iteration": 0.26555611769358317, "set_robot_commands": 0.007115115324656168, "deviation-center-line": 0.13942680180416853, "driven_lanedir_consec": 0.0, "sim_compute_sim_state": 0.028549915154774983, "sim_compute_performance-ego": 0.0064045596122741695}, "ETHZ_autolab_technical_track-sc2-0-ego": {"driven_any": 0.0, "get_ui_image": 0.04595322132110596, "step_physics": 0.09591725985209149, "survival_time": 14.950000000000076, "driven_lanedir": 1.7821788787841797e-05, "get_state_dump": 0.021228251457214357, "sim_render-ego": 0.008583645025889078, "get_robot_state": 0.021155237356821698, "get_duckie_state": 4.199345906575521e-06, "in-drivable-lane": 0.0, "agent_compute-ego": 0.029314055442810055, "deviation-heading": 0.8029087130506755, "complete-iteration": 0.2643735178311666, "set_robot_commands": 0.006539803345998128, "deviation-center-line": 0.4054131312023622, "driven_lanedir_consec": 1.7821788787841797e-05, "sim_compute_sim_state": 0.029219006697336833, "sim_compute_performance-ego": 0.00620249589284261}, "ETHZ_autolab_technical_track-sc3-0-ego": {"driven_any": 8.298917109073045e-15, "get_ui_image": 0.045681378841400146, "step_physics": 0.11699444850285848, "survival_time": 14.950000000000076, "driven_lanedir": 0.0, "get_state_dump": 0.021270669301350912, "sim_render-ego": 0.008323524792989095, "get_robot_state": 0.021059043407440185, "get_duckie_state": 3.936290740966797e-06, "in-drivable-lane": 0.0, "agent_compute-ego": 0.02913201093673706, "deviation-heading": 0.486072248607516, "complete-iteration": 0.2881614629427592, "set_robot_commands": 0.006549212137858073, "deviation-center-line": 0.6863069918481528, "driven_lanedir_consec": 0.0, "sim_compute_sim_state": 0.032581131458282474, "sim_compute_performance-ego": 0.00631575345993042}}
set_robot_commands_max0.007115115324656168
set_robot_commands_mean0.006728765964508056
set_robot_commands_median0.006630072593688965
set_robot_commands_min0.006539803345998128
sim_compute_performance-ego_max0.0064045596122741695
sim_compute_performance-ego_mean0.0062958067655563355
sim_compute_performance-ego_median0.006288085778554281
sim_compute_performance-ego_min0.00620249589284261
sim_compute_sim_state_max0.032581131458282474
sim_compute_sim_state_mean0.03001878837744395
sim_compute_sim_state_median0.029472053448359178
sim_compute_sim_state_min0.028549915154774983
sim_render-ego_max0.008866511980692545
sim_render-ego_mean0.008559896349906922
sim_render-ego_median0.008524774312973021
sim_render-ego_min0.008323524792989095
simulation-passed1
step_physics_max0.11699444850285848
step_physics_mean0.10070409039656322
step_physics_median0.09558999339739482
step_physics_min0.09464192628860474
survival_time_max14.950000000000076
survival_time_mean14.950000000000076
survival_time_min14.950000000000076
No reset possible
4252811480Raphael Jeansim-exercise-2aido5-LF-sim-validationLFv-simfailednoreg03-2fe4413085fc-10:01:28
The container "solut [...]
The container "solution" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
4249711470Melisande Tengexercise_state_estimationaido5-LF-sim-validationLFv-simsuccessnoreg03-2fe4413085fc-10:13:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
driven_lanedir_consec_median1.0349723453420483
survival_time_median14.950000000000076
deviation-center-line_median0.5398496267022076
in-drivable-lane_median5.200000000000063


other stats
agent_compute-ego_max0.03464442094167074
agent_compute-ego_mean0.02925597965717316
agent_compute-ego_median0.028215167522430418
agent_compute-ego_min0.02594916264216105
complete-iteration_max0.3177132773399353
complete-iteration_mean0.2943416573603948
complete-iteration_median0.28879368662834165
complete-iteration_min0.28206597884496054
deviation-center-line_max1.0085251786730332
deviation-center-line_mean0.5471979995614858
deviation-center-line_min0.10056756616849533
deviation-heading_max3.102645969094687
deviation-heading_mean2.094979858425422
deviation-heading_median2.1243613624828397
deviation-heading_min1.02855073964132
driven_any_max1.9399323731944291
driven_any_mean1.938276448197623
driven_any_median1.9398259241691085
driven_any_min1.9335215712578455
driven_lanedir_consec_max1.8230322819406493
driven_lanedir_consec_mean0.9977788747158868
driven_lanedir_consec_min0.09813852623880136
driven_lanedir_max1.8230322819406493
driven_lanedir_mean1.075934921369211
driven_lanedir_median1.1912844386486967
driven_lanedir_min0.09813852623880136
get_duckie_state_max4.172325134277344e-06
get_duckie_state_mean3.881454467773438e-06
get_duckie_state_median3.873507181803385e-06
get_duckie_state_min3.606478373209635e-06
get_robot_state_max0.027340644200642902
get_robot_state_mean0.025416025718053185
get_robot_state_median0.02528472741444906
get_robot_state_min0.023754003842671713
get_state_dump_max0.020445605119069416
get_state_dump_mean0.01966009577115377
get_state_dump_median0.019633581240971885
get_state_dump_min0.01892761548360189
get_ui_image_max0.05116305907567342
get_ui_image_mean0.04938033680121104
get_ui_image_median0.04898140907287597
get_ui_image_min0.04839546998341878
in-drivable-lane_max13.05000000000008
in-drivable-lane_mean5.987500000000054
in-drivable-lane_min0.5000000000000071
per-episodes
details{"ETHZ_autolab_technical_track-sc0-0-ego": {"driven_any": 1.9335215712578455, "get_ui_image": 0.04839546998341878, "step_physics": 0.11017955303192138, "survival_time": 14.950000000000076, "driven_lanedir": 1.523261615441667, "get_state_dump": 0.01892761548360189, "sim_render-ego": 0.009355297883351644, "get_robot_state": 0.026273832321166993, "get_duckie_state": 4.172325134277344e-06, "in-drivable-lane": 2.3500000000000334, "agent_compute-ego": 0.02594916264216105, "deviation-heading": 3.102645969094687, "complete-iteration": 0.28351608037948606, "set_robot_commands": 0.007232443491617838, "deviation-center-line": 1.0085251786730332, "driven_lanedir_consec": 1.21063742882837, "sim_compute_sim_state": 0.0305350931485494, "sim_compute_performance-ego": 0.006452958583831787}, "ETHZ_autolab_technical_track-sc1-0-ego": {"driven_any": 1.939859174360108, "get_ui_image": 0.04943781852722168, "step_physics": 0.10404557466506958, "survival_time": 14.950000000000076, "driven_lanedir": 0.8593072618557265, "get_state_dump": 0.019914011160532635, "sim_render-ego": 0.009722503026326495, "get_robot_state": 0.02429562250773112, "get_duckie_state": 3.730456034342448e-06, "in-drivable-lane": 8.050000000000093, "agent_compute-ego": 0.02920870542526245, "deviation-heading": 1.02855073964132, "complete-iteration": 0.28206597884496054, "set_robot_commands": 0.007381058533986409, "deviation-center-line": 0.5988123226701604, "driven_lanedir_consec": 0.8593072618557265, "sim_compute_sim_state": 0.031177234649658204, "sim_compute_performance-ego": 0.0066667842864990235}, "ETHZ_autolab_technical_track-sc2-0-ego": {"driven_any": 1.9397926739781088, "get_ui_image": 0.048524999618530275, "step_physics": 0.12044891993204752, "survival_time": 14.950000000000076, "driven_lanedir": 0.09813852623880136, "get_state_dump": 0.019353151321411133, "sim_render-ego": 0.009722398916880289, "get_robot_state": 0.023754003842671713, "get_duckie_state": 4.016558329264323e-06, "in-drivable-lane": 13.05000000000008, "agent_compute-ego": 0.027221629619598387, "deviation-heading": 1.6292381413350854, "complete-iteration": 0.29407129287719724, "set_robot_commands": 0.007242742379506429, "deviation-center-line": 0.10056756616849533, "driven_lanedir_consec": 0.09813852623880136, "sim_compute_sim_state": 0.03090552012125651, "sim_compute_performance-ego": 0.006679051717122395}, "ETHZ_autolab_technical_track-sc3-0-ego": {"driven_any": 1.9399323731944291, "get_ui_image": 0.05116305907567342, "step_physics": 0.1183972438176473, "survival_time": 14.950000000000076, "driven_lanedir": 1.8230322819406493, "get_state_dump": 0.020445605119069416, "sim_render-ego": 0.011451433499654134, "get_robot_state": 0.027340644200642902, "get_duckie_state": 3.606478373209635e-06, "in-drivable-lane": 0.5000000000000071, "agent_compute-ego": 0.03464442094167074, "deviation-heading": 2.6194845836305944, "complete-iteration": 0.3177132773399353, "set_robot_commands": 0.008618906339009602, "deviation-center-line": 0.48088693073425487, "driven_lanedir_consec": 1.8230322819406493, "sim_compute_sim_state": 0.0379928716023763, "sim_compute_performance-ego": 0.007448288599650065}}
set_robot_commands_max0.008618906339009602
set_robot_commands_mean0.00761878768603007
set_robot_commands_median0.007311900456746419
set_robot_commands_min0.007232443491617838
sim_compute_performance-ego_max0.007448288599650065
sim_compute_performance-ego_mean0.006811770796775817
sim_compute_performance-ego_median0.0066729180018107095
sim_compute_performance-ego_min0.006452958583831787
sim_compute_sim_state_max0.0379928716023763
sim_compute_sim_state_mean0.032652679880460105
sim_compute_sim_state_median0.031041377385457355
sim_compute_sim_state_min0.0305350931485494
sim_render-ego_max0.011451433499654134
sim_render-ego_mean0.01006290833155314
sim_render-ego_median0.009722450971603392
sim_render-ego_min0.009355297883351644
simulation-passed1
step_physics_max0.12044891993204752
step_physics_mean0.11326782286167145
step_physics_median0.11428839842478432
step_physics_min0.10404557466506958
survival_time_max14.950000000000076
survival_time_mean14.950000000000076
survival_time_min14.950000000000076
No reset possible