Skip to content

Commit 096e422

Browse files
minor refactor
1 parent aa33bae commit 096e422

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ build
55
*__pycache__*
66
.ipynb_checkpoints
77
expert-data/data-tutorial.pt
8-
tutorial-images
8+
tutorial-images
9+
lane_changes.pt

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ We conduct several experiments across synthetic environments, robotics environme
4848
* ExiD: `ENV=exid`
4949
* Expert data (either generate OR use saved data):
5050
* Use saved data: `cp expert-data/data-ENV.pt data.pt`
51-
* Generate for HighD environment: `python3 -B expert-highD.py`
52-
* Generate for ExiD environment: `python3 -B expert-exiD.py` (this uses
51+
* Generate for HighD environment: `python3 -B expert_highD.py`
52+
* Generate for ExiD environment: `python3 -B expert_exiD.py` (this uses
5353
data in `tools/assets/exiD`, already provided, which was generated using `prepare_exid_data.py`)
5454
* Generate for other environments: `python3 -B expert.py -c configs/ENV.json`
5555
* Run methods
File renamed without changes.
File renamed without changes.

Tutorial.ipynb renamed to icl_tutorial.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,11 @@
539539
"cell_type": "code",
540540
"execution_count": 15,
541541
"id": "68f31b98-2e97-4c07-b6b2-3bd307318f7b",
542-
"metadata": {},
542+
"metadata": {
543+
"jupyter": {
544+
"source_hidden": true
545+
}
546+
},
543547
"outputs": [],
544548
"source": [
545549
"def convert_to_flow_data(data):\n",

0 commit comments

Comments
 (0)