Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replay.compressed_obs not working from cli #167

Open
act65 opened this issue Jan 16, 2023 · 0 comments
Open

replay.compressed_obs not working from cli #167

act65 opened this issue Jan 16, 2023 · 0 comments
Labels
bug Something isn't working environment development related to the environment

Comments

@act65
Copy link

act65 commented Jan 16, 2023

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)

@StoneT2000 StoneT2000 added bug Something isn't working environment development related to the environment labels Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working environment development related to the environment
Projects
None yet
Development

No branches or pull requests

2 participants