GreedRL / greedrl /__init__.py
先坤
add greedrl
db26c81
raw
history blame contribute delete
167 Bytes
import sys
from .solver import Problem, Solution, Solver
from .const import GRL_WORKER_START, GRL_WORKER_END, GRL_TASK, GRL_FINISH
greedrl = sys.modules[__name__]