Skip to content

Think through solver interface for better serialization with ray #37

@aadharna

Description

@aadharna

We can parallelize better at this line:

refs.append(s.evaluate.remote(env_config=self.env_config,

By using the Solver system we are forcing a serial call for each actor, but are parallelizing by running each actor independently.

Think through better ray usage?

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