torchrl.trainers.algorithms.configs.modules.QValueModelConfig¶
- class torchrl.trainers.algorithms.configs.modules.QValueModelConfig(_partial_: bool = False, in_keys: Any = None, out_keys: Any = None, shared: bool = False, _target_: str = 'torchrl.trainers.algorithms.configs.modules._make_qvalue_model', network: NetworkConfig = '???', action_space: Any = None)[source]¶
A class to configure a QValueActor model.
See also