Files
TIR_PROJ/.gitignore
T
Johnny Fernandes 2a6db038df Checkpoint 3
2026-05-10 12:46:14 +01:00

29 lines
533 B
Plaintext

# Editor / IDE
.claude/
.venv/
# Python
__pycache__/
*.pyc
# Webots controller scratch / debug
controllers/shepherd_dog/dog_behavior_log.csv
dog_debug.csv
# Training artefacts: ignore by default, whitelist the two working BC policies
*.zip
*.pkl
*.npz
events.out.tfevents.*
training/runs/*/checkpoints/
training/runs/*/tb/
training/runs/*/evals/
training/runs/*/best/
!training/runs/.gitkeep
!training/runs/bc_solo/policy.zip
!training/runs/bc_flock/policy.zip
# Webots launcher scratch
worlds/field_test.wbt
herding_runtime.cfg