You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version v.1.0.0 of the package is available on PyPi, but to add a custom planner currently you have to change stuff within the package. Either placing your custom planner in the planner folder or importing your custom planner manually in the runner script in a different way.
One option would be to use an environment variable that contains the location of the custom planners. Within runner we can use this variable to import (and register through the meta class) the custom planners.
The text was updated successfully, but these errors were encountered:
Version
v.1.0.0
of the package is available on PyPi, but to add a custom planner currently you have to change stuff within the package. Either placing your custom planner in theplanner
folder or importing your custom planner manually in therunner
script in a different way.One option would be to use an environment variable that contains the location of the custom planners. Within
runner
we can use this variable to import (and register through the meta class) the custom planners.The text was updated successfully, but these errors were encountered: