Initialize model parameters in RLModules

I have been scouring the source code for the new RLModule API and cannot find where the network parameters are initialized. As far as I can tell they are’t.

The old ModelV2 API used to use Xavier Uniform as the default. So when/where do the network parameters get initialized in the new API?