Just installed luxai_s2 following instruction and try to run:
luxai-s2 Lux-Design-S2/kits/python/main.py Lux-Design-S2/kits/python/main.py -v 2 -o replay.json
got this error:
Python/3.9/lib/python/site-packages/luxai_runner/process.py", line 106, in write
self._agent_process.stdin.write(msg.encode())
AttributeError: 'BotProcess' object has no attribute '_agent_process'
This is because I only have python3 but not python2.
Resolved by running:
sudo ln -s /Library/Developer/CommandLineTools/usr/bin/python3 /Library/Developer/CommandLineTools/usr/bin/python
Just installed luxai_s2 following instruction and try to run: luxai-s2 Lux-Design-S2/kits/python/main.py Lux-Design-S2/kits/python/main.py -v 2 -o replay.json
got this error: Python/3.9/lib/python/site-packages/luxai_runner/process.py", line 106, in write self._agent_process.stdin.write(msg.encode()) AttributeError: 'BotProcess' object has no attribute '_agent_process'