.. currentmodule:: torchrl.modules Value Networks and Critics ========================== Value networks estimate the value of states or state-action pairs. .. autosummary:: :toctree: generated/ :template: rl_template_noinherit.rst ValueOperator DuelingCnnDQNet DistributionalDQNnet ConvNet MLP DdpgCnnActor DdpgCnnQNet DdpgMlpActor DdpgMlpQNet LSTMModule GRUModule OnlineDTActor DTActor DecisionTransformer