Skip to content

Commit e6d670b

Browse files
committed
Fix remaining references to policy gradient.
1 parent 6779803 commit e6d670b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ecosystem/rllib.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ RLlib
88

99
SMARTS contains two examples using `Proximal Policy Optimization (PPO) <https://docs.ray.io/en/latest/rllib/rllib-algorithms.html#ppo>`_.
1010

11-
#. Policy gradient
11+
#. Proximal policy optimization
1212

1313
+ script: :examples:`e12_rllib/ppo_example.py`
1414
+ Shows the basics of using RLlib with SMARTS through :class:`~smarts.env.rllib_hiway_env.RLlibHiWayEnv`.
1515

16-
#. Policy gradient with population based training
16+
#. Proximal policy optimization with population based training
1717

1818
+ script: :examples:`e12_rllib/ppo_pbt_example.py`
19-
+ Combines Proximal Policy Optimization with `Population Based Training (PBT) <https://docs.ray.io/en/latest/tune/api/doc/ray.tune.schedulers.PopulationBasedTraining.html>`_ scheduling.
19+
+ Combines `Proximal Policy Optimization (PPO)` with `Population Based Training (PBT) <https://docs.ray.io/en/latest/tune/api/doc/ray.tune.schedulers.PopulationBasedTraining.html>`_ scheduling.
2020

2121

2222
Recommended reads

0 commit comments

Comments
 (0)