mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
8 lines
311 B
Markdown
8 lines
311 B
Markdown
Policy Gradient (PG)
|
|
====================
|
|
|
|
An implementation of a vanilla policy gradient algorithm for TensorFlow and PyTorch.
|
|
|
|
**[Detailed Documentation](https://docs.ray.io/en/master/rllib-algorithms.html#pg)**
|
|
|
|
**[Implementation](https://github.com/ray-project/ray/blob/master/rllib/algorithms/pg/pg.py)**
|