Checkpoint 6

This commit is contained in:
Johnny Fernandes
2026-05-11 10:35:48 +01:00
parent b457155538
commit fce0e0c786
27 changed files with 194 additions and 704 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Layout (all components normalised so values stay roughly in [-1, 1]):
import math
import numpy as np
from herding.geometry import (
from herding.world.geometry import (
FIELD_X, FIELD_Y, PEN_ENTRY, MAX_SHEEP,
)