Update document, add a colab example for reading data, upgrade numpy dependency (#34)

* Minor update to docs

* WIP

* adjust numpy requirement

* prepare example for reading data from SN dataset

* prepare example for reading data from SN dataset

* clean
This commit is contained in:
PENG Zhenghao
2023-10-18 14:32:01 -07:00
committed by GitHub
parent 5fa5c1070f
commit af9fe0a2aa
11 changed files with 3847 additions and 47 deletions

View File

@@ -1,4 +1,3 @@
# Please don't change the order of following packages!
import os
import sys
from os import path
@@ -30,7 +29,7 @@ print("We will install the following packages: ", packages)
version = "0.0.1"
install_requires = [
"numpy>=1.21.6",
"numpy>=1.23.0",
"matplotlib",
"pandas",
"tqdm",
@@ -53,9 +52,12 @@ train_requirement = [
"aiohttp==3.6.0",
"gymnasium",
"tensorflow",
"tensorflow_probability"]
"tensorflow_probability"
]
# Disable this kind of installation
# Remove the dependencies to real-world dataset. Instead, we will point the user to the installation guideline
# in the original sources.
#
# waymo = ["waymo-open-dataset-tf-2-11-0", "tensorflow==2.11.0"]
#
# nuplan = ["nuplan-devkit>=1.2.0",