exarl.workflows.workflow_vault.random_learner
Module Contents
Classes
Random workflow class: inherits from Exaworkflow base class. |
Attributes
- exarl.workflows.workflow_vault.random_learner.MPI
- exarl.workflows.workflow_vault.random_learner.logger
- class exarl.workflows.workflow_vault.random_learner.RANDOM
Bases:
exarl.ExaWorkflowRandom workflow class: inherits from Exaworkflow base class. Used for testing inference against random actions.
Random workflow class constructor. The weight file gets loaded for inference.
- run(self, workflow)
This function implements the random workflow in EXARL. :param workflow: The ExaLearner object is used to access :type workflow: ExaLearner type object :param different members of the base class.:
- Returns
None