Duckietown Challenges Home Challenges Submissions

Submission 28280

Submission28280
Competingyes
Challengelx22-BV1
Useruser9701
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💚
Jobssim-0of5: 195691 sim-1of5: 195705 sim-2of5: 195948 sim-3of5: 195700 sim-4of5: 195693
Next
User labelexercises_braitenberg
Admin priority50
Blessingn/a
User priority50

195948

Click the images to see detailed statistics about the episode.

d45

195705

Click the images to see detailed statistics about the episode.

d45

195700

Click the images to see detailed statistics about the episode.

d50

195693

Click the images to see detailed statistics about the episode.

d40

195691

Click the images to see detailed statistics about the episode.

d30

Evaluation jobs for this submission

See previous jobs for previous versions of challenges
Job IDstepstatusup to datedate starteddate completeddurationmessage
195948sim-2of5successyes0:12:41
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean0.6659336275418211


other stats
deviation-center-line_max0.0
deviation-center-line_mean0.0
deviation-center-line_median0.0
deviation-center-line_min0.0
deviation-heading_max0.0
deviation-heading_mean0.0
deviation-heading_median0.0
deviation-heading_min0.0
distance-from-start_max0.6659336275418211
distance-from-start_median0.6659336275418211
distance-from-start_min0.6659336275418211
driven_any_max0.8013955885206314
driven_any_mean0.8013955885206314
driven_any_median0.8013955885206314
driven_any_min0.8013955885206314
driven_lanedir_consec_max0.0
driven_lanedir_consec_mean0.0
driven_lanedir_consec_median0.0
driven_lanedir_consec_min0.0
driven_lanedir_max0.0
driven_lanedir_mean0.0
driven_lanedir_median0.0
driven_lanedir_min0.0
in-drivable-lane_max3.349999999999996
in-drivable-lane_mean3.349999999999996
in-drivable-lane_median3.349999999999996
in-drivable-lane_min3.349999999999996
per-episodes
details{"d45-ego0": {"driven_any": 0.8013955885206314, "survival_time": 3.349999999999996, "driven_lanedir": 0.0, "in-drivable-lane": 3.349999999999996, "deviation-heading": 0.0, "distance-from-start": 0.6659336275418211, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}
simulation-passed1
survival_time_max3.349999999999996
survival_time_mean3.349999999999996
survival_time_median3.349999999999996
survival_time_min3.349999999999996
No reset possible
195943sim-2of5successyes0:08:02
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195940sim-2of5successyes0:09:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195939sim-2of5timeoutyes0:00:07
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
195919sim-2of5host-erroryes0:21:15
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 1310, in run_one
    container = client.containers.get(container_id)
  File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 925, in get
    resp = self.client.api.inspect_container(container_id)
  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 784, in inspect_container
    self._get(self._url("/containers/{0}/json", container)), 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)
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195904sim-2of5timeoutyes0:17:14
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
195903sim-2of5host-erroryes0:17:04
Error while running [...]
Error while running Docker Compose:

Could not run command
│    cmd: [docker-compose, -p, Archimede-prod-b-05-6.3.0-job195903-567443, up, -d]
│ stdout: ''
│  sderr: ''
│      e: Command '['docker-compose', '-p', 'Archimede-prod-b-05-6.3.0-job195903-567443', 'up', '-d']' returned non-zero exit status 1.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195899sim-2of5successyes0:03:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195895sim-2of5timeoutyes0:00:06
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
195705sim-1of5successyes0:12:45
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean1.279938542446016


other stats
deviation-center-line_max0.0
deviation-center-line_mean0.0
deviation-center-line_median0.0
deviation-center-line_min0.0
deviation-heading_max0.0
deviation-heading_mean0.0
deviation-heading_median0.0
deviation-heading_min0.0
distance-from-start_max1.279938542446016
distance-from-start_median1.279938542446016
distance-from-start_min1.279938542446016
driven_any_max22.74407790791788
driven_any_mean22.74407790791788
driven_any_median22.74407790791788
driven_any_min22.74407790791788
driven_lanedir_consec_max0.0
driven_lanedir_consec_mean0.0
driven_lanedir_consec_median0.0
driven_lanedir_consec_min0.0
driven_lanedir_max0.0
driven_lanedir_mean0.0
driven_lanedir_median0.0
driven_lanedir_min0.0
in-drivable-lane_max59.99999999999873
in-drivable-lane_mean59.99999999999873
in-drivable-lane_median59.99999999999873
in-drivable-lane_min59.99999999999873
per-episodes
details{"d45-ego0": {"driven_any": 22.74407790791788, "survival_time": 59.99999999999873, "driven_lanedir": 0.0, "in-drivable-lane": 59.99999999999873, "deviation-heading": 0.0, "distance-from-start": 1.279938542446016, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}
simulation-passed1
survival_time_max59.99999999999873
survival_time_mean59.99999999999873
survival_time_median59.99999999999873
survival_time_min59.99999999999873
No reset possible
195704sim-2of5host-erroryes0:14:43
Error while running [...]
Error while running Docker Compose:

Could not run command
│    cmd: [docker-compose, -p, Archimede-prod-b-01-6.3.0-job195704-507900, up, -d]
│ stdout: ''
│  sderr: ''
│      e: Command '['docker-compose', '-p', 'Archimede-prod-b-01-6.3.0-job195704-507900', 'up', '-d']' returned non-zero exit status 1.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195703sim-1of5successyes0:01:40
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195702sim-1of5successyes0:01:23
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195700sim-3of5successyes0:17:14
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean1.2623876763040074


other stats
deviation-center-line_max0.0
deviation-center-line_mean0.0
deviation-center-line_median0.0
deviation-center-line_min0.0
deviation-heading_max0.0
deviation-heading_mean0.0
deviation-heading_median0.0
deviation-heading_min0.0
distance-from-start_max1.2623876763040074
distance-from-start_median1.2623876763040074
distance-from-start_min1.2623876763040074
driven_any_max22.359232792836305
driven_any_mean22.359232792836305
driven_any_median22.359232792836305
driven_any_min22.359232792836305
driven_lanedir_consec_max0.0
driven_lanedir_consec_mean0.0
driven_lanedir_consec_median0.0
driven_lanedir_consec_min0.0
driven_lanedir_max0.0
driven_lanedir_mean0.0
driven_lanedir_median0.0
driven_lanedir_min0.0
in-drivable-lane_max59.99999999999873
in-drivable-lane_mean59.99999999999873
in-drivable-lane_median59.99999999999873
in-drivable-lane_min59.99999999999873
per-episodes
details{"d50-ego0": {"driven_any": 22.359232792836305, "survival_time": 59.99999999999873, "driven_lanedir": 0.0, "in-drivable-lane": 59.99999999999873, "deviation-heading": 0.0, "distance-from-start": 1.2623876763040074, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}
simulation-passed1
survival_time_max59.99999999999873
survival_time_mean59.99999999999873
survival_time_median59.99999999999873
survival_time_min59.99999999999873
No reset possible
195699sim-1of5successyes0:01:35
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195696sim-1of5successyes0:01:40
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195693sim-4of5successyes0:30:08
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean1.0435306580147783


other stats
deviation-center-line_max0.0
deviation-center-line_mean0.0
deviation-center-line_median0.0
deviation-center-line_min0.0
deviation-heading_max0.0
deviation-heading_mean0.0
deviation-heading_median0.0
deviation-heading_min0.0
distance-from-start_max1.0435306580147783
distance-from-start_median1.0435306580147783
distance-from-start_min1.0435306580147783
driven_any_max1.4380324727127276
driven_any_mean1.4380324727127276
driven_any_median1.4380324727127276
driven_any_min1.4380324727127276
driven_lanedir_consec_max0.0
driven_lanedir_consec_mean0.0
driven_lanedir_consec_median0.0
driven_lanedir_consec_min0.0
driven_lanedir_max0.0
driven_lanedir_mean0.0
driven_lanedir_median0.0
driven_lanedir_min0.0
in-drivable-lane_max5.1999999999999895
in-drivable-lane_mean5.1999999999999895
in-drivable-lane_median5.1999999999999895
in-drivable-lane_min5.1999999999999895
per-episodes
details{"d40-ego0": {"driven_any": 1.4380324727127276, "survival_time": 5.1999999999999895, "driven_lanedir": 0.0, "in-drivable-lane": 5.1999999999999895, "deviation-heading": 0.0, "distance-from-start": 1.0435306580147783, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}
simulation-passed1
survival_time_max5.1999999999999895
survival_time_mean5.1999999999999895
survival_time_median5.1999999999999895
survival_time_min5.1999999999999895
No reset possible
195692sim-1of5successyes0:01:30
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195691sim-0of5successyes0:32:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean1.2931517044852008


other stats
deviation-center-line_max0.0
deviation-center-line_mean0.0
deviation-center-line_median0.0
deviation-center-line_min0.0
deviation-heading_max0.0
deviation-heading_mean0.0
deviation-heading_median0.0
deviation-heading_min0.0
distance-from-start_max1.2931517044852008
distance-from-start_median1.2931517044852008
distance-from-start_min1.2931517044852008
driven_any_max22.93703276238175
driven_any_mean22.93703276238175
driven_any_median22.93703276238175
driven_any_min22.93703276238175
driven_lanedir_consec_max0.0
driven_lanedir_consec_mean0.0
driven_lanedir_consec_median0.0
driven_lanedir_consec_min0.0
driven_lanedir_max0.0
driven_lanedir_mean0.0
driven_lanedir_median0.0
driven_lanedir_min0.0
in-drivable-lane_max59.99999999999873
in-drivable-lane_mean59.99999999999873
in-drivable-lane_median59.99999999999873
in-drivable-lane_min59.99999999999873
per-episodes
details{"d30-ego0": {"driven_any": 22.93703276238175, "survival_time": 59.99999999999873, "driven_lanedir": 0.0, "in-drivable-lane": 59.99999999999873, "deviation-heading": 0.0, "distance-from-start": 1.2931517044852008, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}
simulation-passed1
survival_time_max59.99999999999873
survival_time_mean59.99999999999873
survival_time_median59.99999999999873
survival_time_min59.99999999999873
No reset possible
195690sim-4of5successyes0:02:00
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195689sim-2of5successyes0:10:16
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195688sim-1of5successyes0:01:24
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195687sim-1of5successyes0:01:33
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195686sim-4of5successyes0:01:24
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195684sim-3of5successyes0:09:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195682sim-4of5successyes0:01:43
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195681sim-1of5successyes0:02:05
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195680sim-4of5successyes0:01:25
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195678sim-4of5successyes0:01:58
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195677sim-4of5successyes0:01:31
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195675sim-3of5successyes0:09:08
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195674sim-2of5successyes0:12:16
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195673sim-4of5successyes0:01:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195671sim-4of5successyes0:01:19
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195670sim-1of5successyes0:08:03
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195669sim-3of5successyes0:01:52
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195668sim-4of5successyes0:01:30
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195667sim-1of5successyes0:01:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195665sim-3of5successyes0:01:55
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195664sim-2of5successyes0:03:42
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195663sim-0of5timeoutyes0:18:13
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
195662sim-1of5successyes0:01:28
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195661sim-4of5successyes0:01:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195660sim-0of5successyes0:06:51
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195659sim-4of5successyes0:18:55
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
195658sim-2of5successyes0:02:31
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible