mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 04:20:14 +08:00
4b0ef5eb2c
* Behavior Cloning * episode_reward_mean -> mean_loss * removing vestigial code * punctuation * unnecessary * Behavior Cloning * Behavior Cloning * Update __init__.py
4 lines
93 B
Python
4 lines
93 B
Python
from ray.rllib.bc.bc import BCAgent, DEFAULT_CONFIG
|
|
|
|
__all__ = ["BCAgent", "DEFAULT_CONFIG"]
|