adjust pt 2
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 1m5s

This commit is contained in:
Sam 2025-06-25 00:31:36 -05:00
parent 31c3244b5a
commit 22406420c2

View File

@ -350,7 +350,7 @@ class DefaultCell(BaseEntity):
movement_cost = abs(output_data["angular_acceleration"]) + abs(output_data["linear_acceleration"])
self.energy -= (self.behavioral_model.neural_network.network_cost * 0.15) + 1 + (0.2 * movement_cost)
self.energy -= (self.behavioral_model.neural_network.network_cost * 0.1) + 1 + (0.2 * movement_cost)
return self