-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 932dcd2
Showing
55 changed files
with
6,848 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
share/python-wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
MANIFEST | ||
|
||
# PyInstaller | ||
# Usually these files are written by a python script from a template | ||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
*.manifest | ||
*.spec | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.nox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
*.log | ||
local_settings.py | ||
db.sqlite3 | ||
|
||
# Flask stuff: | ||
instance/ | ||
.webassets-cache | ||
|
||
# Scrapy stuff: | ||
.scrapy | ||
|
||
# Sphinx documentation | ||
docs/_build/ | ||
|
||
# PyBuilder | ||
target/ | ||
|
||
# Jupyter Notebook | ||
.ipynb_checkpoints | ||
|
||
# IPython | ||
profile_default/ | ||
ipython_config.py | ||
|
||
# pyenv | ||
.python-version | ||
|
||
# celery beat schedule file | ||
celerybeat-schedule | ||
|
||
# SageMath parsed files | ||
*.sage.py | ||
|
||
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
|
||
# Spyder project settings | ||
.spyderproject | ||
.spyproject | ||
|
||
# Rope project settings | ||
.ropeproject | ||
|
||
# mkdocs documentation | ||
/site | ||
|
||
# mypy | ||
.mypy_cache/ | ||
.dmypy.json | ||
dmypy.json | ||
|
||
# Pyre type checker | ||
.pyre/ | ||
# Compiled source # | ||
################### | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*.o | ||
*.so | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git has its own built in compression methods | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
We show the results for test and train weathers when | ||
[running the simple example](benchmark_creating/#expected-results) for Town01. | ||
The following result should print on the screen after running the | ||
example. | ||
|
||
----- Printing results for training weathers (Seen in Training) ----- | ||
|
||
|
||
Percentage of Successful Episodes | ||
|
||
Weather: Clear Noon | ||
Task: 0 -> 1.0 | ||
Task: 1 -> 0.0 | ||
Task: 2 -> 0.0 | ||
Task: 3 -> 0.0 | ||
Average Between Weathers | ||
Task 0 -> 1.0 | ||
Task 1 -> 0.0 | ||
Task 2 -> 0.0 | ||
Task 3 -> 0.0 | ||
|
||
Average Percentage of Distance to Goal Travelled | ||
|
||
Weather: Clear Noon | ||
Task: 0 -> 0.9643630125892909 | ||
Task: 1 -> 0.6794216252808839 | ||
Task: 2 -> 0.6593855166486696 | ||
Task: 3 -> 0.6646695325122313 | ||
Average Between Weathers | ||
Task 0 -> 0.9643630125892909 | ||
Task 1 -> 0.6794216252808839 | ||
Task 2 -> 0.6593855166486696 | ||
Task 3 -> 0.6646695325122313 | ||
|
||
Avg. Kilometers driven before a collision to a PEDESTRIAN | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
|
||
Avg. Kilometers driven before a collision to a VEHICLE | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.11491704214531683 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.11491704214531683 | ||
|
||
Avg. Kilometers driven before a collision to a STATIC OBSTACLE | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.22983408429063365 | ||
|
||
Avg. Kilometers driven before going OUTSIDE OF THE ROAD | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> 0.12350085985904342 | ||
Task 2 -> 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> 0.12350085985904342 | ||
Task 2 -> 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
|
||
Avg. Kilometers driven before invading the OPPOSITE LANE | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
|
||
|
||
|
||
|
||
|
||
----- Printing results for test weathers (Unseen in Training) ----- | ||
|
||
|
||
Percentage of Successful Episodes | ||
|
||
Weather: Clear Noon | ||
Task: 0 -> 1.0 | ||
Task: 1 -> 0.0 | ||
Task: 2 -> 0.0 | ||
Task: 3 -> 0.0 | ||
Average Between Weathers | ||
Task 0 -> 1.0 | ||
Task 1 -> 0.0 | ||
Task 2 -> 0.0 | ||
Task 3 -> 0.0 | ||
|
||
Average Percentage of Distance to Goal Travelled | ||
|
||
Weather: Clear Noon | ||
Task: 0 -> 0.9643630125892909 | ||
Task: 1 -> 0.6794216252808839 | ||
Task: 2 -> 0.6593855166486696 | ||
Task: 3 -> 0.6646695325122313 | ||
Average Between Weathers | ||
Task 0 -> 0.9643630125892909 | ||
Task 1 -> 0.6794216252808839 | ||
Task 2 -> 0.6593855166486696 | ||
Task 3 -> 0.6646695325122313 | ||
|
||
Avg. Kilometers driven before a collision to a PEDESTRIAN | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
|
||
Avg. Kilometers driven before a collision to a VEHICLE | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.11491704214531683 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.11491704214531683 | ||
|
||
Avg. Kilometers driven before a collision to a STATIC OBSTACLE | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> 0.22983408429063365 | ||
|
||
Avg. Kilometers driven before going OUTSIDE OF THE ROAD | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> 0.12350085985904342 | ||
Task 2 -> 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> 0.12350085985904342 | ||
Task 2 -> 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
|
||
Avg. Kilometers driven before invading the OPPOSITE LANE | ||
Weather: Clear Noon | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
Average Between Weathers | ||
Task 0 -> more than 0.04316352371637994 | ||
Task 1 -> more than 0.12350085985904342 | ||
Task 2 -> more than 0.2400373917146113 | ||
Task 3 -> more than 0.22983408429063365 | ||
|
||
|
||
|
Oops, something went wrong.