Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / purelib / ray / rllib / algorithms / pg / __init__.py
Size: Mime:
from ray.rllib.algorithms.pg.pg import PG, PGConfig, DEFAULT_CONFIG
from ray.rllib.algorithms.pg.pg_tf_policy import PGTF1Policy, PGTF2Policy
from ray.rllib.algorithms.pg.pg_torch_policy import PGTorchPolicy
from ray.rllib.algorithms.pg.utils import post_process_advantages


__all__ = [
    "DEFAULT_CONFIG",
    "post_process_advantages",
    "PG",
    "PGConfig",
    "PGTF1Policy",
    "PGTF2Policy",
    "PGTorchPolicy",
    "post_process_advantages",
    "DEFAULT_CONFIG",
]