mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[RLlib] Minimal ParamNoise PR. (#7772)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user