Duckietown Challenges Home Challenges Submissions

Evaluator 5405

ID5405
evaluatorgpu-production-spot-0-03
ownerI don't have one 😀
machinegpu-production-spot-0_36a3d36682df
processgpu-production-spot-0-03_36a3d36682df
version6.2.7
first heard
last heard
statusinactive
# evaluating
# success7 80229
# timeout
# failed
# error
# aborted3 80358
# host-error
arm0
x86_641
Mac0
gpu available1
Number of processors64
Processor frequency (MHz)0.0 GHz
Free % of processors100%
RAM total (MB)249.0 GB
RAM free (MB)245.9 GB
Disk (MB)969.3 GB
Disk available (MB)881.8 GB
Docker Hub
P11
P2
Cloud simulations1
PI Camera0
# Duckiebots0
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
8036013798Nicholas Kostelniktemplate-randomaido-hello-sim-validation370abortednogpu-production-spot-0-030:00:23
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 261, in _raise_for_status
    response.raise_for_status()
  File "/usr/local/lib/python3.8/dist-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/images/create?tag=sha256%3Ab13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691&fromImage=docker.io%2Fnitaigao%2Faido-submissions

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 65, in docker_pull
    pulling = client.api.pull(repository=repository, tag=br.tag, stream=True, decode=True)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/image.py", line 415, in pull
    self._raise_for_status(response)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 263, in _raise_for_status
    raise create_api_error_from_http_exception(e)
  File "/usr/local/lib/python3.8/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation)
docker.errors.ImageNotFound: 404 Client Error: Not Found ("pull access denied for nitaigao/aido-submissions, repository does not exist or may require 'docker login': denied: requested access to the resource is denied")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 38, in docker_pull_retry
    return docker_pull(client, image_name, quiet=quiet)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 84, in docker_pull
    raise PullError(msg) from e
duckietown_build_utils.docker_pulling.PullError: Cannot pull repo  docker.io/nitaigao/aido-submissions@sha256:b13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691  tag  None

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 745, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 944, in run_single
    docker_pull_retry(client, image, ntimes=4, wait=5)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 42, in docker_pull_retry
    raise PullError(msg) from e
duckietown_build_utils.docker_pulling.PullError: After trying 4 I still could not pull docker.io/nitaigao/aido-submissions@sha256:b13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
8035913798Nicholas Kostelniktemplate-randomaido-hello-sim-validation370abortednogpu-production-spot-0-030:00:22
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 261, in _raise_for_status
    response.raise_for_status()
  File "/usr/local/lib/python3.8/dist-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/images/create?tag=sha256%3Ab13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691&fromImage=docker.io%2Fnitaigao%2Faido-submissions

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 65, in docker_pull
    pulling = client.api.pull(repository=repository, tag=br.tag, stream=True, decode=True)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/image.py", line 415, in pull
    self._raise_for_status(response)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 263, in _raise_for_status
    raise create_api_error_from_http_exception(e)
  File "/usr/local/lib/python3.8/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation)
docker.errors.ImageNotFound: 404 Client Error: Not Found ("pull access denied for nitaigao/aido-submissions, repository does not exist or may require 'docker login': denied: requested access to the resource is denied")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 38, in docker_pull_retry
    return docker_pull(client, image_name, quiet=quiet)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 84, in docker_pull
    raise PullError(msg) from e
duckietown_build_utils.docker_pulling.PullError: Cannot pull repo  docker.io/nitaigao/aido-submissions@sha256:b13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691  tag  None

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 745, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 944, in run_single
    docker_pull_retry(client, image, ntimes=4, wait=5)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 42, in docker_pull_retry
    raise PullError(msg) from e
duckietown_build_utils.docker_pulling.PullError: After trying 4 I still could not pull docker.io/nitaigao/aido-submissions@sha256:b13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
8035813798Nicholas Kostelniktemplate-randomaido-hello-sim-validation370abortednogpu-production-spot-0-030:00:24
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 261, in _raise_for_status
    response.raise_for_status()
  File "/usr/local/lib/python3.8/dist-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/images/create?tag=sha256%3Ab13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691&fromImage=docker.io%2Fnitaigao%2Faido-submissions

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 65, in docker_pull
    pulling = client.api.pull(repository=repository, tag=br.tag, stream=True, decode=True)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/image.py", line 415, in pull
    self._raise_for_status(response)
  File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 263, in _raise_for_status
    raise create_api_error_from_http_exception(e)
  File "/usr/local/lib/python3.8/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation)
docker.errors.ImageNotFound: 404 Client Error: Not Found ("pull access denied for nitaigao/aido-submissions, repository does not exist or may require 'docker login': denied: requested access to the resource is denied")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 38, in docker_pull_retry
    return docker_pull(client, image_name, quiet=quiet)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 84, in docker_pull
    raise PullError(msg) from e
duckietown_build_utils.docker_pulling.PullError: Cannot pull repo  docker.io/nitaigao/aido-submissions@sha256:b13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691  tag  None

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 745, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 944, in run_single
    docker_pull_retry(client, image, ntimes=4, wait=5)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_build_utils/docker_pulling.py", line 42, in docker_pull_retry
    raise PullError(msg) from e
duckietown_build_utils.docker_pulling.PullError: After trying 4 I still could not pull docker.io/nitaigao/aido-submissions@sha256:b13078d04947eb3a802ebc4e9db985f6a60c2a3cae145d65fbd44ef0177e1691
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
8034516193Maximilian van Amerongenexercises_braitenbergmooc-BV1sim-0of5successnogpu-production-spot-0-030:04:58
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean1.6882974040756598


other stats
agent_compute-ego0_max0.01184693553991485
agent_compute-ego0_mean0.01184693553991485
agent_compute-ego0_median0.01184693553991485
agent_compute-ego0_min0.01184693553991485
complete-iteration_max0.2350756397024233
complete-iteration_mean0.2350756397024233
complete-iteration_median0.2350756397024233
complete-iteration_min0.2350756397024233
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.6882974040756598
distance-from-start_median1.6882974040756598
distance-from-start_min1.6882974040756598
driven_any_max1.7908927283122955
driven_any_mean1.7908927283122955
driven_any_median1.7908927283122955
driven_any_min1.7908927283122955
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
get_duckie_state_max0.09168069590369628
get_duckie_state_mean0.09168069590369628
get_duckie_state_median0.09168069590369628
get_duckie_state_min0.09168069590369628
get_robot_state_max0.0039822158292952565
get_robot_state_mean0.0039822158292952565
get_robot_state_median0.0039822158292952565
get_robot_state_min0.0039822158292952565
get_state_dump_max0.019623341383757417
get_state_dump_mean0.019623341383757417
get_state_dump_median0.019623341383757417
get_state_dump_min0.019623341383757417
get_ui_image_max0.01552043184202317
get_ui_image_mean0.01552043184202317
get_ui_image_median0.01552043184202317
get_ui_image_min0.01552043184202317
in-drivable-lane_max25.60000000000023
in-drivable-lane_mean25.60000000000023
in-drivable-lane_median25.60000000000023
in-drivable-lane_min25.60000000000023
per-episodes
details{"d45-ego0": {"driven_any": 1.7908927283122955, "get_ui_image": 0.01552043184202317, "step_physics": 0.07419614066854555, "survival_time": 25.60000000000023, "driven_lanedir": 0.0, "get_state_dump": 0.019623341383757417, "get_robot_state": 0.0039822158292952565, "sim_render-ego0": 0.003710192314133077, "get_duckie_state": 0.09168069590369628, "in-drivable-lane": 25.60000000000023, "deviation-heading": 0.0, "agent_compute-ego0": 0.01184693553991485, "complete-iteration": 0.2350756397024233, "set_robot_commands": 0.002310454032109727, "distance-from-start": 1.6882974040756598, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0, "sim_compute_sim_state": 0.01010799965663263, "sim_compute_performance-ego0": 0.001996049639309591}}
set_robot_commands_max0.002310454032109727
set_robot_commands_mean0.002310454032109727
set_robot_commands_median0.002310454032109727
set_robot_commands_min0.002310454032109727
sim_compute_performance-ego0_max0.001996049639309591
sim_compute_performance-ego0_mean0.001996049639309591
sim_compute_performance-ego0_median0.001996049639309591
sim_compute_performance-ego0_min0.001996049639309591
sim_compute_sim_state_max0.01010799965663263
sim_compute_sim_state_mean0.01010799965663263
sim_compute_sim_state_median0.01010799965663263
sim_compute_sim_state_min0.01010799965663263
sim_render-ego0_max0.003710192314133077
sim_render-ego0_mean0.003710192314133077
sim_render-ego0_median0.003710192314133077
sim_render-ego0_min0.003710192314133077
simulation-passed1
step_physics_max0.07419614066854555
step_physics_mean0.07419614066854555
step_physics_median0.07419614066854555
step_physics_min0.07419614066854555
survival_time_max25.60000000000023
survival_time_mean25.60000000000023
survival_time_median25.60000000000023
survival_time_min25.60000000000023
No reset possible
8033016192Maximilian van Amerongenexercises_braitenbergmooc-BV1sim-1of5successnogpu-production-spot-0-030:03:52
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean2.4388095549238935


other stats
agent_compute-ego0_max0.011761658861557884
agent_compute-ego0_mean0.011761658861557884
agent_compute-ego0_median0.011761658861557884
agent_compute-ego0_min0.011761658861557884
complete-iteration_max0.26514264175899077
complete-iteration_mean0.26514264175899077
complete-iteration_median0.26514264175899077
complete-iteration_min0.26514264175899077
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_max2.4388095549238935
distance-from-start_median2.4388095549238935
distance-from-start_min2.4388095549238935
driven_any_max2.7591837484577937
driven_any_mean2.7591837484577937
driven_any_median2.7591837484577937
driven_any_min2.7591837484577937
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
get_duckie_state_max0.1204195548400418
get_duckie_state_mean0.1204195548400418
get_duckie_state_median0.1204195548400418
get_duckie_state_min0.1204195548400418
get_robot_state_max0.00381957368188034
get_robot_state_mean0.00381957368188034
get_robot_state_median0.00381957368188034
get_robot_state_min0.00381957368188034
get_state_dump_max0.0238734710612686
get_state_dump_mean0.0238734710612686
get_state_dump_median0.0238734710612686
get_state_dump_min0.0238734710612686
get_ui_image_max0.01600589925068743
get_ui_image_mean0.01600589925068743
get_ui_image_median0.01600589925068743
get_ui_image_min0.01600589925068743
in-drivable-lane_max16.5000000000001
in-drivable-lane_mean16.5000000000001
in-drivable-lane_median16.5000000000001
in-drivable-lane_min16.5000000000001
per-episodes
details{"d60-ego0": {"driven_any": 2.7591837484577937, "get_ui_image": 0.01600589925068743, "step_physics": 0.07184410887542449, "survival_time": 16.5000000000001, "driven_lanedir": 0.0, "get_state_dump": 0.0238734710612686, "get_robot_state": 0.00381957368188034, "sim_render-ego0": 0.003615390858261247, "get_duckie_state": 0.1204195548400418, "in-drivable-lane": 16.5000000000001, "deviation-heading": 0.0, "agent_compute-ego0": 0.011761658861557884, "complete-iteration": 0.26514264175899077, "set_robot_commands": 0.0022533969936774216, "distance-from-start": 2.4388095549238935, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0, "sim_compute_sim_state": 0.009535962361223388, "sim_compute_performance-ego0": 0.001926432923607956}}
set_robot_commands_max0.0022533969936774216
set_robot_commands_mean0.0022533969936774216
set_robot_commands_median0.0022533969936774216
set_robot_commands_min0.0022533969936774216
sim_compute_performance-ego0_max0.001926432923607956
sim_compute_performance-ego0_mean0.001926432923607956
sim_compute_performance-ego0_median0.001926432923607956
sim_compute_performance-ego0_min0.001926432923607956
sim_compute_sim_state_max0.009535962361223388
sim_compute_sim_state_mean0.009535962361223388
sim_compute_sim_state_median0.009535962361223388
sim_compute_sim_state_min0.009535962361223388
sim_render-ego0_max0.003615390858261247
sim_render-ego0_mean0.003615390858261247
sim_render-ego0_median0.003615390858261247
sim_render-ego0_min0.003615390858261247
simulation-passed1
step_physics_max0.07184410887542449
step_physics_mean0.07184410887542449
step_physics_median0.07184410887542449
step_physics_min0.07184410887542449
survival_time_max16.5000000000001
survival_time_mean16.5000000000001
survival_time_median16.5000000000001
survival_time_min16.5000000000001
No reset possible
8028615870Bea Baselines 🐤baseline-solutionmooc-collision-check-valistep1successnogpu-production-spot-0-030:01:13
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
false_negative_rate0.01
false_positive_rate0.0


other stats
nsamples400
No reset possible
8027815871Bea Baselines 🐤baseline-solutionmooc-collision-check-teststep1successnogpu-production-spot-0-030:00:43
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
false_negative_rate0.04
false_positive_rate0.0


other stats
nsamples200
No reset possible
8026215871Bea Baselines 🐤baseline-solutionmooc-collision-check-teststep1successnogpu-production-spot-0-030:00:44
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
false_negative_rate0.01
false_positive_rate0.0


other stats
nsamples200
No reset possible
8024715871Bea Baselines 🐤baseline-solutionmooc-collision-check-teststep1successnogpu-production-spot-0-030:00:49
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
false_negative_rate0.01
false_positive_rate0.0


other stats
nsamples200
No reset possible
8022915893Shengjie Hu 🇨🇭All truemooc-collision-check-valistep1successnogpu-production-spot-0-030:01:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
false_negative_rate0.0
false_positive_rate1.0


other stats
nsamples400
No reset possible