Skip to content

Learner at entrance and exit tasks #95

Description

@AymenFJA

This is from the work currently going on with A.Shaow and M.Dotz.

Learners whose loops are hard-coded require pre/post entry and exist hooks for pre/post processing.

Example:

@al.on_learner_start
async def pre_process():
       return

# ........ simulation/training/etc

@al.on_learner_finish
async def post_process():
       return

Metadata

Metadata

Assignees

Labels

HighQ2enhancementNew feature or requestnew featureNew feature that is newly developed and adds additional functionality to the package

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions