mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:01:11 +08:00
7 lines
135 B
Python
7 lines
135 B
Python
from ray.rllib.agents.dreamer.dreamer import DREAMERTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"DREAMERTrainer",
|
|
"DEFAULT_CONFIG",
|
|
]
|