ray/rllib/agents/ppo/appo.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
95 B
Python
Raw Normal View History

from ray.rllib.algorithms.appo import ( # noqa
APPO as APPOTrainer,
DEFAULT_CONFIG,
)