Zaktualizuj 'agent.py'
This commit is contained in:
parent
e6b5d2107c
commit
ee0bf1cb2e
1
agent.py
1
agent.py
@ -9,6 +9,7 @@ import sys
|
|||||||
import pdb
|
import pdb
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from package_location_classifier.classifier import PackageLocationClassifier
|
from package_location_classifier.classifier import PackageLocationClassifier
|
||||||
|
from genetic_route import genetic_trace_route
|
||||||
|
|
||||||
class Node:
|
class Node:
|
||||||
def __init__(self, coord_x, coord_y, package=None, is_rack=False):
|
def __init__(self, coord_x, coord_y, package=None, is_rack=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user