ray.rllib.core.rl_module.default_model_config.DefaultModelConfig.head_fcnet_hiddens#

DefaultModelConfig.head_fcnet_hiddens: List[int]#

List containing the sizes (number of nodes) of a fully connected (MLP) head (ex. policy-, value-, or Q-head). Note that in order to configure the encoder architecture, use fcnet_hiddens, instead.