Duckietown Challenges Home Challenges Submissions

Submission 28424

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

196660

Click the images to see detailed statistics about the episode.

LF-small-loop-000

LF-small-loop-001

Evaluation jobs for this submission

Show only up-to-date jobs
Job IDstepstatusup to datedate starteddate completeddurationmessage
196660simsuccessyes1:15:15
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
in-drivable-lane_median30.82499999999935
deviation-center-line_median1.4654933459319108
driven_lanedir_consec_median1.770745180188772
survival_time_median59.99999999999873


other stats
deviation-center-line_max2.824078981561452
deviation-center-line_mean1.4654933459319108
deviation-center-line_min0.10690771030236948
deviation-heading_max28.554770882978975
deviation-heading_mean15.03406955069692
deviation-heading_median15.03406955069692
deviation-heading_min1.5133682184148656
distance-from-start_max1.3330989415726489
distance-from-start_mean1.033153763764163
distance-from-start_median1.033153763764163
distance-from-start_min0.733208585955677
driven_any_max6.2476474450029205
driven_any_mean6.244389578451054
driven_any_median6.244389578451054
driven_any_min6.241131711899188
driven_lanedir_consec_max3.478115586488331
driven_lanedir_consec_mean1.770745180188772
driven_lanedir_consec_min0.06337477388921298
driven_lanedir_max4.864738922350278
driven_lanedir_mean2.4640568481197453
driven_lanedir_median2.4640568481197453
driven_lanedir_min0.06337477388921298
in-drivable-lane_max58.19999999999872
in-drivable-lane_mean30.82499999999935
in-drivable-lane_min3.4499999999999744
per-episodes
details{"LF-small-loop-000-ego0": {"driven_any": 6.2476474450029205, "survival_time": 59.99999999999873, "driven_lanedir": 0.06337477388921298, "in-drivable-lane": 58.19999999999872, "deviation-heading": 1.5133682184148656, "distance-from-start": 0.733208585955677, "deviation-center-line": 0.10690771030236948, "driven_lanedir_consec": 0.06337477388921298}, "LF-small-loop-001-ego0": {"driven_any": 6.241131711899188, "survival_time": 59.99999999999873, "driven_lanedir": 4.864738922350278, "in-drivable-lane": 3.4499999999999744, "deviation-heading": 28.554770882978975, "distance-from-start": 1.3330989415726489, "deviation-center-line": 2.824078981561452, "driven_lanedir_consec": 3.478115586488331}}
simulation-passed1
survival_time_max59.99999999999873
survival_time_mean59.99999999999873
survival_time_min59.99999999999873
No reset possible
196659simhost-erroryes0:47:35
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
196658simsuccessyes0:07:38
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible