.. currentmodule:: torchrl.objectives Value-Based Methods =================== Loss modules for value-based RL algorithms. .. autosummary:: :toctree: generated/ :template: rl_template_noinherit.rst DQNLoss DistributionalDQNLoss IQLLoss DiscreteIQLLoss CQLLoss DiscreteCQLLoss