What happens when you pass a custom model to an actor-critic method

Good morning. I want to use a custom neural network for TD3. In the documentation ( RLlib Models, Preprocessors, and Action Distributions — Ray v1.10.0) I have seen how to pass a custom neural network in the “model” key of the configuration dictionary. Is it possible to pass custom models for the actor and critic networks?.

Completely! Go ahead and check out our custom model examples: