mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
4 lines
96 B
Python
4 lines
96 B
Python
from ray.rllib.algorithms.a2c import ( # noqa
|
|
A2C as A2CTrainer,
|
|
A2C_DEFAULT_CONFIG,
|
|
)
|