forked from Learning-and-Intelligent-Systems/predicators
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (42 loc) · 709 Bytes
/
.gitignore
File metadata and controls
43 lines (42 loc) · 709 Bytes
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
__pycache__
*.pyc
.DS_Store
.vscode
*.egg-info
*.pkl
*~
*.python-version
*.csv
*.zip
*.so
*.mypy_cache
build
dist
pylint_recursive.py
.coverage
results
eval_trajectories
images
videos
logs*
saved_approaches
saved_datasets
scripts/results
pretrained_model_cache*
tests/datasets/mock_vlm_datasets/cache/
machines.txt
*_vision_data
tests/_fake_trajs
tests/_fake_results
predicators/envs/assets/task_jsons/spot/last.json
spot_perception_outputs
spot_perception_debug_dir/
sas_plan
downward/
Gymnasium-Robotics/
predicators/datasets/vlm_input_data_prompts/vision_api/prompt.txt
predicators/datasets/vlm_input_data_prompts/vision_api/response.txt
side-state-view.png
top-down-state-view.png
# Jetbrains IDEs
.idea/