Duckietown Challenges Home Challenges Submissions

Submission 28725

Submission28725
Competingyes
Challengelx22-modcon
Useruser9970
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💚
Jobssim: 199183
Next
User labellx22-modcon
Admin priority50
Blessingn/a
User priority50

199183

Click the images to see detailed statistics about the episode.

LF-full-loop-000

LF-full-loop-001

Evaluation jobs for this submission

See previous jobs for previous versions of challenges
Job IDstepstatusup to datedate starteddate completeddurationmessage
199183simsuccessyes0:10:15
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
in-drivable-lane_median12.775000000000093
deviation-center-line_median2.0325842858841514
driven_lanedir_consec_median4.33476516058257
survival_time_median44.87499999999951


other stats
deviation-center-line_max2.9349667745845127
deviation-center-line_mean2.0325842858841514
deviation-center-line_min1.13020179718379
deviation-heading_max5.891226972458537
deviation-heading_mean5.343149720942121
deviation-heading_median5.343149720942121
deviation-heading_min4.795072469425704
distance-from-start_max8.183129176278927
distance-from-start_mean5.9250722737314305
distance-from-start_median5.9250722737314305
distance-from-start_min3.6670153711839344
driven_any_max8.338218827691623
driven_any_mean6.17189489517154
driven_any_median6.17189489517154
driven_any_min4.005570962651457
driven_lanedir_consec_max7.247949522271269
driven_lanedir_consec_mean4.33476516058257
driven_lanedir_consec_min1.421580798893871
driven_lanedir_max7.247949522271269
driven_lanedir_mean4.33476516058257
driven_lanedir_median4.33476516058257
driven_lanedir_min1.421580798893871
in-drivable-lane_max18.25000000000016
in-drivable-lane_mean12.775000000000093
in-drivable-lane_min7.300000000000021
per-episodes
details{"LF-full-loop-000-ego0": {"driven_any": 8.338218827691623, "survival_time": 59.99999999999873, "driven_lanedir": 7.247949522271269, "in-drivable-lane": 7.300000000000021, "deviation-heading": 5.891226972458537, "distance-from-start": 8.183129176278927, "deviation-center-line": 2.9349667745845127, "driven_lanedir_consec": 7.247949522271269}, "LF-full-loop-001-ego0": {"driven_any": 4.005570962651457, "survival_time": 29.750000000000288, "driven_lanedir": 1.421580798893871, "in-drivable-lane": 18.25000000000016, "deviation-heading": 4.795072469425704, "distance-from-start": 3.6670153711839344, "deviation-center-line": 1.13020179718379, "driven_lanedir_consec": 1.421580798893871}}
simulation-passed1
survival_time_max59.99999999999873
survival_time_mean44.87499999999951
survival_time_min29.750000000000288
No reset possible
199182simhost-erroryes0:09:37
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 449, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 444, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse
    response.begin()
  File "/usr/lib/python3.8/http/client.py", line 316, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.8/http/client.py", line 277, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.8/socket.py", line 669, in readinto
    return self._sock.recv_into(b)
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/requests/adapters.py", line 489, in send
    resp = conn.urlopen(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
    retries = retries.increment(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/util/retry.py", line 550, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/usr/local/lib/python3.8/dist-packages/urllib3/packages/six.py", line 770, in reraise
    raise value
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 451, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 340, in _raise_timeout
    raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 214, in _retrieve_server_version
    return self.version(api_version=False)["ApiVersion"]
  File "/usr/local/lib/python3.8/dist-packages/docker/api/daemon.py", line 181, in version
    return self._result(self._get(url), json=True)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 46, in inner
    return f(self, *args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 237, in _get
    return self.get(url, **self._set_request_timeout(kwargs))
  File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 578, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read 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/env_checks.py", line 60, in check_docker_environment
    client = docker.from_env()
  File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 96, in from_env
    return cls(
  File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 45, in __init__
    self.api = APIClient(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 197, in __init__
    self._version = self._retrieve_server_version()
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 221, in _retrieve_server_version
    raise DockerException(
docker.errors.DockerException: Error while fetching server API version: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read 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 901, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1118, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/docker_compose.py", line 125, in write_logs
    client = check_docker_environment()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/env_checks.py", line 69, in check_docker_environment
    raise InvalidEnvironment(msg)
duckietown_challenges.exceptions.InvalidEnvironment: I cannot communicate with Docker:
Error while fetching server API version: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

Make sure the docker service is running.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
199181simfailedyes0:14:31
The container "solut [...]
The container "solution-ego0" 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
199180simsuccessyes0:10:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
199179simtimeoutyes0:00:30
Timeout because eval [...]
Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
199178simtimeoutyes0:03:42
Timeout because eval [...]
Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
199177simtimeoutyes0:10:16
Timeout because eval [...]
Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
199176simsuccessyes0:10:12
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible