[RLlib] Minimal ParamNoise PR. (#7772)

This commit is contained in:
Sven Mika
2020-03-28 16:16:30 -07:00
committed by GitHub
parent 5cebee68d6
commit e4bd5db4d8
17 changed files with 552 additions and 86 deletions
+3
View File
@@ -151,6 +151,9 @@ class MultiAgentSampleBatchBuilder:
"from a single trajectory.", pre_batch)
post_batches[agent_id] = policy.postprocess_trajectory(
pre_batch, other_batches, episode)
# Call the Policy's Exploration's postprocess method.
policy.exploration.postprocess_trajectory(
policy, post_batches[agent_id], getattr(policy, "_sess", None))
if log_once("after_post"):
logger.info(