Duckietown Challenges Home Challenges Submissions

Submission 28585

Submission28585
Competingyes
Challengelx22-visservoing
Useruser9701
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💚
Jobssim: 198318
Next
User labellx22-visservoing
Admin priority50
Blessingn/a
User priority50

198318

Click the images to see detailed statistics about the episode.

LF-small-loop-000

LF-small-loop-001

Evaluation jobs for this submission

See previous jobs for previous versions of challenges
Job IDstepstatusup to datedate starteddate completeddurationmessage
198318simsuccessyes0:32:00
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
in-drivable-lane_median3.950000000000028
deviation-center-line_median0.26349054244116554
driven_lanedir_consec_median0.6642263535374999
survival_time_median10.95000000000002


other stats
deviation-center-line_max0.2853165267208819
deviation-center-line_mean0.26349054244116554
deviation-center-line_min0.2416645581614492
deviation-heading_max1.1250848583000204
deviation-heading_mean1.0621533357681865
deviation-heading_median1.0621533357681865
deviation-heading_min0.9992218132363522
distance-from-start_max1.1750524915159009
distance-from-start_mean1.0036775706575292
distance-from-start_median1.0036775706575292
distance-from-start_min0.8323026497991574
driven_any_max1.1750524915159009
driven_any_mean1.030921048743742
driven_any_median1.030921048743742
driven_any_min0.8867896059715834
driven_lanedir_consec_max0.8860866445497966
driven_lanedir_consec_mean0.6642263535374999
driven_lanedir_consec_min0.4423660625252033
driven_lanedir_max0.8860866445497966
driven_lanedir_mean0.6642263535374999
driven_lanedir_median0.6642263535374999
driven_lanedir_min0.4423660625252033
in-drivable-lane_max4.70000000000001
in-drivable-lane_mean3.950000000000028
in-drivable-lane_min3.2000000000000455
per-episodes
details{"LF-small-loop-000-ego0": {"driven_any": 0.8867896059715834, "survival_time": 9.55, "driven_lanedir": 0.4423660625252033, "in-drivable-lane": 4.70000000000001, "deviation-heading": 0.9992218132363522, "distance-from-start": 0.8323026497991574, "deviation-center-line": 0.2416645581614492, "driven_lanedir_consec": 0.4423660625252033}, "LF-small-loop-001-ego0": {"driven_any": 1.1750524915159009, "survival_time": 12.35000000000004, "driven_lanedir": 0.8860866445497966, "in-drivable-lane": 3.2000000000000455, "deviation-heading": 1.1250848583000204, "distance-from-start": 1.1750524915159009, "deviation-center-line": 0.2853165267208819, "driven_lanedir_consec": 0.8860866445497966}}
simulation-passed1
survival_time_max12.35000000000004
survival_time_mean10.95000000000002
survival_time_min9.55
No reset possible
198315simhost-erroryes0:42:24
Uncaught exception w [...]
Uncaught exception while running Docker Compose:
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/duckietown_challenges_runner/runner.py", line 1312, in run_one
    stats = container.stats(stream=False)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 423, in stats
    return self.client.api.stats(self.id, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 19, in wrapped
    return f(self, resource_id, *args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/container.py", line 1156, in stats
    return self._result(self._get(url, params={'stream': False}),
  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)
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
198314simsuccessyes0:02:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible