ray/rllib/agents/a3c/a2c.py

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

5 lines
96 B
Python
Raw Normal View History

from ray.rllib.algorithms.a2c import ( # noqa
A2C as A2CTrainer,
A2C_DEFAULT_CONFIG,
)