mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
8 lines
155 B
Python
8 lines
155 B
Python
from ray.rllib.algorithms.bc.bc import BCConfig, BC, BC_DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"BCConfig",
|
|
"BC",
|
|
# Deprecated.
|
|
"BC_DEFAULT_CONFIG",
|
|
]
|