[rllib] Rename PolicyGraph => Policy, move from evaluation/ to policy/ (#4819)

This implements some of the renames proposed in #4813
We leave behind backwards-compatibility aliases for *PolicyGraph and SampleBatch.
This commit is contained in:
Eric Liang
2019-05-20 16:46:05 -07:00
committed by Richard Liaw
parent 6cb5b90bd6
commit 02583a8598
91 changed files with 1955 additions and 1739 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class Model(object):
You can find an runnable example in examples/custom_loss.py.
Arguments:
policy_loss (Tensor): scalar policy loss from the policy graph.
policy_loss (Tensor): scalar policy loss from the policy.
loss_inputs (dict): map of input placeholders for rollout data.
Returns: