16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
# Python
|
|
__pycache__/
|
|
|
|
# Training artefacts: ignore all run outputs except deployable policies
|
|
training/runs/**
|
|
!training/runs/
|
|
!training/runs/.gitkeep
|
|
!training/runs/*/
|
|
!training/runs/*/policy.zip
|
|
|
|
# Webots launcher scratch
|
|
worlds/**
|
|
!worlds/field.wbt
|
|
!worlds/field_round.wbt
|
|
herding_runtime.cfg
|