pyrela/benchmark.py [76:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        secs = (datetime.now() - now).total_seconds()
        act_rate, _ = get_frame_stat(
            args.num_game_per_thread,
            secs,
            get_num_acts(actors),
            replay_buffer.num_add(),
            frame_stat,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pyrela/benchmark.py [97:104]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        secs = (datetime.now() - now).total_seconds()
        act_rate, _ = get_frame_stat(
            args.num_game_per_thread,
            secs,
            get_num_acts(actors),
            replay_buffer.num_add(),
            frame_stat,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



