Rebuttal (#15)

* pg+nuplan train

* Need map

* use gym wrapper

* use createGymWrapper

* doc

* use all scenarios!

* update 80000 scenario

* train script
This commit is contained in:
Quanyi Li
2023-08-08 17:33:02 +01:00
committed by GitHub
parent e9c1419a91
commit 64bf9811b9
12 changed files with 274 additions and 26 deletions

9
documentation/README.md Normal file
View File

@@ -0,0 +1,9 @@
This folder contains files for the documentation: [https://scenarionet.readthedocs.io/](https://scenarionet.readthedocs.io/).
To build documents locally, please run the following codes:
```
pip install sphinx sphinx_rtd_theme
cd scenarionet/documentation
make html
```