mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114)
This commit is contained in:
@@ -13,7 +13,7 @@ from ray.rllib.utils.annotations import DeveloperAPI
|
||||
from ray.util.iter import ParallelIteratorWorker
|
||||
from ray.rllib.utils.timer import TimerStat
|
||||
from ray.rllib.utils.window_stat import WindowStat
|
||||
from ray.rllib.utils.types import SampleBatchType
|
||||
from ray.rllib.utils.typing import SampleBatchType
|
||||
|
||||
# Constant that represents all policies in lockstep replay mode.
|
||||
_ALL_POLICIES = "__all__"
|
||||
|
||||
Reference in New Issue
Block a user