SmartPetAI
About
A Fabric *.21.4 mod that gives tamed wolves and cats a lightweight neural network brain (16 inputs → * hidden ReLU neurons → 5 Softmax outputs). Each pet evaluates its environment every second and selects from 5 behaviors: Follow, Protect, Explore, Rest, or Hunt. The AI trains via Stochastic Gradient Descent (lr=0.01) and is managed by PetBrainManager to keep memory overhead minimal (~200 bytes per pet).