| Algorithm 1 GAN-based algorithm for complex-scenario MFGs |
|
Require: diffusion parameter, H Hamiltonian, g terminal cost, f interaction term. Require: Initialize neural networks and , batch size B. Require: Set and as in (29). while not converged do train : Sample batch where and Obtaining generated data . Update discriminator parameters to minimize
train Sample batch where and Update generator parameters to minimize
end while |