-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
bugSomething isn't workingSomething isn't workingenvironmentdevelopment related to the environmentdevelopment related to the environment
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenvironmentdevelopment related to the environmentdevelopment related to the environment