10#ifdef MOOSE_LIBTORCH_ENABLED
26 virtual void execute()
override;
Reporter which saves the reward values from a Deep Reinforcement Learning controller trainer.
Real & _reward
The reward values which will be saved.
static InputParameters validParams()
virtual void finalize() override
LibtorchDRLControlTrainer & _trainer
The DRL trainer which computes the reward values.
virtual void initialize() override
virtual void execute() override
This trainer is responsible for training neural networks that efficiently control different processes...
const InputParameters & parameters() const
Interface for objects that need to use samplers.