Skip to content

Commit 7634cdb

Browse files
Updating the deamon logic for the mc.process in the recoding function
1 parent b309f91 commit 7634cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crisp_gym/record/recording_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
target=self._writer_proc,
8080
args=(),
8181
name="dataset_writer",
82-
daemon=False,
82+
daemon=_ADD_FRAME_HAS_TASK, # For old lerobot versions < v3.0
8383
)
8484
self.writer.start()
8585

0 commit comments

Comments
 (0)