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 inself._model_config.This configuration dictionary is used to configure theRLModulein the new stack and theModelV2in the old stack.- Returns:
A dictionary with the model configuration.