mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 17:04:56 +08:00
9 lines
219 B
Python
9 lines
219 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
|
|
from ray.rllib.env.external_env import ExternalEnv
|
|
|
|
# renamed to ExternalEnv in 0.6
|
|
ServingEnv = ExternalEnv
|