Skip to content

Commit

Permalink
change new line
Browse files Browse the repository at this point in the history
  • Loading branch information
siqi.chai committed Sep 13, 2024
1 parent 2211adc commit 5d31d5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions alf/environments/process_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _worker(conn: multiprocessing.connection,
torch_num_threads_per_env: int = 1,
ddp_num_procs: int = 1,
ddp_rank: int = -1,
local_rank: int= -1,
local_rank: int = -1,
name: str = ''):
"""The process waits for actions and sends back environment results.
Expand Down Expand Up @@ -479,5 +479,3 @@ def render(self, mode='human'):
NotImplementedError: If the environment does not support rendering.
"""
return self.call('render', mode)()


0 comments on commit 5d31d5b

Please sign in to comment.