Skip to content

✨ Parallelization #289

@nquetschlich

Description

@nquetschlich

What's the problem this feature will solve?

Currently, the model training is only executed on a single CPU core. However, in general, stable_baselines3 and gymnasium support parallelization of the learning process. Apparently, masking makes it a bit more complex (see, eg.g., Stable-Baselines-Team/stable-baselines3-contrib#49). Nevertheless, this would could lower the training time significantly and should be explored more.

Describe the solution you'd like

Implement a parallel training procedure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions