def __init__(self, env, type="origin"):
self.env = env
self.type = type
self.video_schedule = None
if not pms.record_movie:
self.video_schedule = NoVideoSchedule()
else:
if self.video_schedule is not None:
self.video_schedule = CappedCubicVideoSchedule()
self.env.monitor.start("log/trpo" ,self.video_schedule, force=True)
self.monitoring = True
评论列表
文章目录