22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
# Stuff
|
|
#_example/
|
|
.claude/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Training
|
|
training/**/events.out.tfevents.*
|
|
training/**/checkpoints/
|
|
training/runs/**
|
|
!training/runs/.gitkeep
|
|
|
|
# Controller runtime artefacts
|
|
controllers/shepherd_dog_rl/debug*.csv
|
|
controllers/shepherd_dog_rl/debug_out*/
|
|
controllers/shepherd_dog_rl/final_model*.zip
|
|
controllers/shepherd_dog_rl/vecnorm*.pkl
|
|
|
|
# Optional env parity debug
|
|
dog_debug.csv
|