Skip to content

replay.compressed_obs not working from cli #167

@act65

Description

@act65

Running from the cli with either of;

luxai_s2 player/main.py player/main.py --out=replay.json --replay.compressed_obs=False
luxai_s2 player/main.py player/main.py --out=replay.json --replay.compressed_obs

doesnt seem to work.

i fixed locally by adding action='store_false' to parser.add_argument("--replay.compressed_obs", ...
(line 24 of cli.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenvironmentdevelopment related to the environment

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions