ray/rllib/agents/pg/default_config.py

9 lines
305 B
Python
Raw Normal View History

from ray.rllib.agents.pg import DEFAULT_CONFIG # noqa
from ray.rllib.utils.deprecation import deprecation_warning
deprecation_warning(
old="ray.rllib.agents.pg.default_config::DEFAULT_CONFIG (python dict)",
new="ray.rllib.agents.pg.pg::PGConfig() (RLlib TrainerConfig class)",
error=True,
)