Compare commits
2 Commits
save-video
...
9c9ee8f21b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c9ee8f21b | ||
|
|
f814516072 |
18
README.md
18
README.md
@@ -1,10 +1,22 @@
|
|||||||
# InteractionImitation
|
# InteractionImitation
|
||||||
Imitation Learning with the INTERACTION Dataset
|
Imitation Learning with the [Interaction Dataset](https://interaction-dataset.com/) via the [InteractionSimulator](https://github.com/sisl/InteractionSimulator) gym environments.
|
||||||
|
|
||||||
|
Code for "[SHAIL: Safety-Aware Hierarchical Adversarial Imitation Learning for Autonomous Driving in Urban Environments](https://arxiv.org/abs/2204.01922)".
|
||||||
|
If you find this repository useful, please cite the paper:
|
||||||
|
|
||||||
|
```
|
||||||
|
@article{jamgochian2022shail,
|
||||||
|
author = {Arec Jamgochian and Etienne Buehrle and Johannes Fischer and Mykel J. Kochenderfer},
|
||||||
|
title = {{SHAIL}: Safety-Aware Hierarchical Adversarial Imitation Learning for Autonomous Driving in Urban Environments},
|
||||||
|
journal = {arXiv:2204.01922 [cs]},
|
||||||
|
year = {2022}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
Clone InteractionSimulator and pip install the module.
|
Clone the `InteractionSimulator` with the `shail` tag and pip install the module.
|
||||||
```
|
```
|
||||||
git clone https://github.com/sisl/InteractionSimulator.git
|
git clone --branch shail https://github.com/sisl/InteractionSimulator.git
|
||||||
cd InteractionSimulator
|
cd InteractionSimulator
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
from src.data.expert_data import generate_expert_data, load_expert_data
|
|
||||||
from src.data.data_utils import InteractionDatasetSingleAgent
|
|
||||||
Reference in New Issue
Block a user