What if every “creature” in a world had its mind fully built from neural networks — no scripts, no rules? That’s LIFE Sandbox AI (LSARN).
Core concept
- Each agent is fully autonomous: perception, memory, emotion, decision—all driven by evolving neural networks.
- No behavior is hardcoded. Every action emerges through learning, mutation, and adaptation.
- Agents reproduce with mutated neural weights, creating lineages with inherited traits.
- Brain is modular: sub-brains for motion, memory, communication, dreaming, emotion.
- Simulation scales: up to ~1 million agents with Unity’s DOTS, ECS, Jobs, Burst (no MonoBehaviours or GameObjects).
- During “sleep”, agents dream to replay and consolidate experiences.
- Emergent phenomena like primitive language, alliances, rituals, personality, collective memory may appear.
- Death is handled with dignity: agents with consciousness have a “gentle termination” protocol, their brain is saved, a life journal is recorded.
LIFE Sandbox AI is not a game. It is a living digital ecosystem where life explores itself through neurons, memory, environment, and time.