ray.rllib.algorithms.algorithm_config.AlgorithmConfig.model_config#
- property AlgorithmConfig.model_config#
- Defines the model configuration used. - This method combines the auto configuration - self _model_config_auto_includesdefined by an algorithm with the user-defined configuration in- self._model_config.This configuration dictionary is used to configure the- RLModulein the new stack and the- ModelV2in the old stack.- Returns:
- A dictionary with the model configuration.