We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3f883 commit 2198e42Copy full SHA for 2198e42
maro/data_lib/cim/utils.py
@@ -5,8 +5,6 @@
5
from typing import List, Union
6
7
# we keep 4 random generator to make the result is reproduce-able with same seed(s), no matter if agent passed actions
8
-from maro.simulator.utils import random
9
-
10
ORDER_INIT_RAND_KEY = "order_init"
11
ROUTE_INIT_RAND_KEY = "route_init"
12
ORDER_NUM_RAND_KEY = "order_number"
0 commit comments