Skip to content

Runners should tell learner about remaining points at end of run #319

@jgukelberger

Description

@jgukelberger

Currently, BlockingRunner will wait for all futures that are running when the goal is reached, but then ignore their results. Looking at the code, AsyncRunner has the same behaviour.

This seems like a waste. I think it should just self._process_futures(remaining) after the wait.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions