Skip to content

dump_interactions giving error. #255

@Shubham0209

Description

@Shubham0209

Actually, I have already trained my emergent game now I want to generate the interactions that are learned. Specifically, I want to pass my training dataset through my trained 'game' to store the messages that are generated that are passed from sender to receiver. For this, I use the below command -
interaction_final = core.dump_interactions(game.to(DEVICE), train_loader, gs=True, variable_length=True, device=DEVICE).

But I get the following error -

image

Any help, would be highly useful. @robertodessi

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions