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 @@ import numpy as np
|
||||
from typing import Callable, List, Tuple
|
||||
|
||||
from ray.rllib.utils.annotations import override, PublicAPI
|
||||
from ray.rllib.utils.types import EnvType, EnvConfigDict, EnvObsType, \
|
||||
from ray.rllib.utils.typing import EnvType, EnvConfigDict, EnvObsType, \
|
||||
EnvInfoDict, EnvActionType
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user