mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
[RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114)
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ from typing import Tuple, Callable, Optional
|
||||
import ray
|
||||
from ray.rllib.env.base_env import BaseEnv, _DUMMY_AGENT_ID, ASYNC_RESET_RETURN
|
||||
from ray.rllib.utils.annotations import override, PublicAPI
|
||||
from ray.rllib.utils.types import MultiEnvDict, EnvType, EnvID, MultiAgentDict
|
||||
from ray.rllib.utils.typing import MultiEnvDict, EnvType, EnvID, MultiAgentDict
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user