LibtorchDRLControl
Overview
This object controls a physical process using a neural network, just like LibtorchNeuralNetControl, with an additional functionality of randomizing the action values to avoid overfitting in the control process. This control object is supposed to be used in conjunction with LibtorchDRLControlTrainer. In other cases when the neural network needs to be simply evaluated, the user is encouraged to use LibtorchNeuralNetControl.
warningwarning
The detailed documentation of this object is only available when Moose is compiled with Libtorch. For instructions on how to compile Moose with Libtorch, visit the general installation webpage or click here.