mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
8 lines
229 B
Python
8 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)
|