mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 03:08:48 +08:00
9 lines
229 B
Python
9 lines
229 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
|
|
from ray.rllib.agents.trainer import Trainer
|
|
from ray.rllib.utils import renamed_agent
|
|
|
|
Agent = renamed_agent(Trainer)
|