[RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114)

This commit is contained in:
Sven Mika
2020-08-15 13:24:22 +02:00
committed by GitHub
parent ea51e94729
commit 2256047876
54 changed files with 56 additions and 53 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from ray.rllib.execution.rollout_ops import ParallelRollouts, ConcatBatches
from ray.rllib.utils.actors import create_colocated
from ray.util.iter import ParallelIterator, ParallelIteratorWorker, \
from_actors
from ray.rllib.utils.types import SampleBatchType
from ray.rllib.utils.typing import SampleBatchType
logger = logging.getLogger(__name__)