ray/rllib/agents/pg
2022-04-11 19:31:45 +02:00
..
tests [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
__init__.py Revert "Revert [RLlib] POC: PGTrainer class that works by sub-classing, not trainer_template.py." (#20285) 2021-11-16 12:26:47 +01:00
default_config.py [RLlib] MARWIL: Move to training_iteration API. (#23798) 2022-04-11 19:28:32 +02:00
pg.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
pg_tf_policy.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
pg_torch_policy.py [RLlib] Fix typo in docstring of PGTorchPolicy (#23818) 2022-04-11 19:31:45 +02:00
README.md [docs] Move all /latest links to /master (#11897) 2020-11-10 10:53:28 -08:00
utils.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00

Policy Gradient (PG)

An implementation of a vanilla policy gradient algorithm for TensorFlow and PyTorch.

Detailed Documentation

Implementation