Files
TIR_PROJ/herding/__init__.py
Johnny Fernandes 1bb9415414 Checkpoint 2
2026-05-07 22:00:10 +01:00

9 lines
390 B
Python

"""Shared core for the shepherd herding project.
This package is the single source of truth for world geometry, sheep
flocking dynamics, differential-drive kinematics, observation building,
and the Strömbom heuristic. It is imported both by the Webots
controllers (for inference) and by the Gymnasium training environment
(for fast PPO rollouts), so the two paths cannot drift apart.
"""