Skip to content

Unable to set seed explicitly #10

@xlnwel

Description

@xlnwel

If I append the following code to the end of envs.procgen_env_wrapper.py and run the file, I'll receive error:

TypeError: seed() takes 1 positional argument but 2 were given

code:

if __name__ == "__main__":
    env = ProcgenEnvWrapper({})
    env.seed(0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions