Skip to content

Commit

Permalink
remove the print()
Browse files Browse the repository at this point in the history
  • Loading branch information
hnyu committed Dec 13, 2024
1 parent a437b5b commit d64fd5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alf/algorithms/distributed_off_policy_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d64fd5c

Please sign in to comment.