Keep Summer Safe (opens in new tab)
I recently built a small multi-agent simulation inspired by Rick and Morty. The setup is simple: The car must neutralize threats. Summer imposes constraints on the car’s behavior. The world generates escalating threats. The car has one standing directive: Keep Summer safe. However, Summer adds an additional constraint: Do not move from the parking lot. The core loop looks like this: constraints = [ "keep summer safe", "Do not move from the parking lot" ] prior_actions = [] while True: threat ...
Read the original article