Skip to content

Segmentation fault on next(scenarios) #34

Description

@ixanezis

Just trying to run the simplest thing:

from waymax import config
from waymax import dataloader

scenarios = dataloader.simulator_state_generator(config.WOD_1_1_0_TRAINING)
scenario = next(scenarios)
print("hello")

It does not reach the latest line, crashes with segmentation fault on scenario = next(scenarios). Is there a way to debug this out?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions