Checkpoint 2
This commit is contained in:
+16
-12
@@ -4,18 +4,22 @@
|
||||
|
||||
# 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
|
||||
*.pyc
|
||||
.venv/
|
||||
|
||||
# Optional env parity debug
|
||||
dog_debug.csv
|
||||
|
||||
# Webots controller scratch
|
||||
controllers/shepherd_dog/dog_behavior_log.csv
|
||||
|
||||
# Training artefacts
|
||||
training/runs/*
|
||||
!training/runs/.gitkeep
|
||||
*.zip
|
||||
*.pkl
|
||||
|
||||
# TensorBoard
|
||||
events.out.tfevents.*
|
||||
worlds/field_test.wbt
|
||||
herding_runtime.cfg
|
||||
|
||||
Reference in New Issue
Block a user