Is this useful to you? Model: Framework for Coupled Agent Dynamics
Three core equations below. 1. State update (agent-level) S_A(t+1) = S_A(t) + η·K(S_B(t) – S_A(t)) – γ·∇_{S_A}U_A(S_A,t) + ξ_A(t) Where η is coupling gain, K is a (possibly asymmetric) coupling matrix, U_A is an internal cost or prior, ξ_A is noise. …