Lux-Design-S2
Lux-Design-S2 copied to clipboard
Repository for the Lux AI Challenge, season 2 (NeurIPS 23). Hosted on @kaggle
OSx Pip install luxai-s2 failing when installing vec-noise test with pip environment with pip install --upgrade luxai_s2 script. ``` Collecting vec-noise Downloading vec_noise-1.1.4.zip (134 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.1/134.1 kB 860.2 kB/s...
I have a situation at Night when Light robot had 0 power and had "Pickup 100 energy" action in the queue. Factory has 568 power. Only one other light robot...
windows pip install juxai-s2 failing when installing jaxlib GPU: Nvidia RTX 3070Ti ``` Collecting juxai-s2 Using cached juxai_s2-2.1.0-py3-none-any.whl (57 kB) Collecting luxai-s2==2.1.0 Using cached luxai_s2-2.1.0-py3-none-any.whl (66 kB) Collecting chex Using...
Very small change, I noticed that some of the code blocks are missing syntax highlighting making them harder to read. The biggest example I could find was in `docs/advanced_specs.md` with:...
I notice that there is an `env.state.stats` variable to record some game statistics. This is exactly what we RL trainers need. During these days' training, I really want to visualize...
Some competitors may get a little confused by how power is affected as its a combo of passive power gen during the day, updating action queue costs, and then the...
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...
Simply need to remove all the hardcoding done in the current engine and CLI tool. Might need more work for the GPU version