Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Optimization: Make all the creatures calculate their next step in parallel #1

@cool-RR

Description

@cool-RR

Calling predict for each observation separately is a huge time-sink. We should batch these as much as possible. All creatures of the same strategy should batch their call to predict and then split the result up. Maybe we can also run multiple games in parallel for training.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions