mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
[RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114)
This commit is contained in:
@@ -6,7 +6,7 @@ from ray.rllib.policy.sample_batch import MultiAgentBatch
|
||||
from ray.rllib.utils.annotations import PublicAPI
|
||||
from ray.rllib.utils.framework import try_import_tf
|
||||
from typing import Dict, List
|
||||
from ray.rllib.utils.types import TensorType, SampleBatchType
|
||||
from ray.rllib.utils.typing import TensorType, SampleBatchType
|
||||
|
||||
tf1, tf, tfv = try_import_tf()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user