mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
8 lines
244 B
Python
8 lines
244 B
Python
from ray.rllib.algorithms.algorithm import Algorithm as Trainer, with_common_config
|
|
from ray.rllib.algorithms.algorithm_config import AlgorithmConfig as TrainerConfig
|
|
|
|
__all__ = [
|
|
"Trainer",
|
|
"TrainerConfig",
|
|
"with_common_config",
|
|
]
|