We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06288e commit 3fa5319Copy full SHA for 3fa5319
ding/framework/middleware/tests/test_distributer.py
@@ -176,6 +176,7 @@ def test_model_exchanger():
176
177
178
def model_exchanger_main_with_model_loader():
179
+ sleep(1) # Wait some time for the sub-process to start.
180
with task.start(ctx=OnlineRLContext()):
181
set_pkg_seed(0, use_cuda=False)
182
policy = MockPolicy()
0 commit comments