monkey/envs/monkey_zoo/blackbox/test_configurations/__init__.py

5 lines
206 B
Python
Raw Normal View History

2022-07-19 01:36:37 +08:00
from .test_configuration import TestConfiguration
from .zerologon import zerologon_test_configuration
2022-07-19 03:00:06 +08:00
from .depth_1_a import depth_1_a_test_configuration
2022-07-20 01:15:13 +08:00
from .depth_2_a import depth_2_a_test_configuration