diff --git a/alf/algorithms/distributed_off_policy_algorithm.py b/alf/algorithms/distributed_off_policy_algorithm.py index d2152d99f..2d1441ac4 100644 --- a/alf/algorithms/distributed_off_policy_algorithm.py +++ b/alf/algorithms/distributed_off_policy_algorithm.py @@ -332,8 +332,6 @@ def __init__(self, # by the parent ``RLAlgorithm`` self.observe_for_replay = self._observe_for_replay - print("Trainer params port: ", - self._port + _params_port_offset + self._ddp_rank) self._params_socket, _ = create_zmq_socket( zmq.ROUTER, '*', self._port + _params_port_offset + self._ddp_rank) # 3 sec timeout for receiving unroller's acknowledgement