-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
110 lines (97 loc) · 1.52 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
*.mp4
ckpt/
logs/
wandb/
videos/
figures/
checkpoints
experiments/
visualizations/
results/
nusc_results*/*
*trained_models/*
new_results*/
debug_control*/
nusc_results/
l5_results/
nuplan_results/
drivesim_results/
out/
experiments/
visualizations/
## config files
#*.yaml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# speical local ignore
.vscode/*
agent_predictor_trained_models/*
bc_trained_models/*
diffuser_trained_models/*
scene_diffuser_trained_models/*
spatial_planner_trained_models/*
vae_trained_models/*
trained_models/*
trained_models_only/*
trained_models_only_new/*
visualizations/*
scripts/create_evaluation.py
scripts/evaluate.py
tbsim/configs/eval_configs.py
l5_rasterized_tree_vae_trained_models/test/run0/logs/log.txt
scripts/create_evaluation.py
scripts/create_evaluation.py
tbsim/configs/eval_configs.py
generate_all_evaluations.sh
generate_all_evaluations_l5kit.sh
generate_all_evaluations_nusc.sh
plot_result_l5kit.ipynb
plot_result_nusc.ipynb
plot_result.ipynb
test.py
unified_data_cache
openai_key.py
lan2stl.md
*.TTF
add_text.py
gpt_query.md
changes.md