Lux-Design-S2 icon indicating copy to clipboard operation
Lux-Design-S2 copied to clipboard

replay.compressed_obs not working from cli

Open act65 opened this issue 2 years ago • 0 comments

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)

act65 avatar Jan 16 '23 00:01 act65