ray/rllib/agents/a3c/a2c.py

4 lines
96 B
Python

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