Welcome to the Lux AI Challenge Season 3, an official NeurIPS 2024 competition!
The Lux AI Challenge is a competition where competitors design agents to tackle a multi-variable optimization, resource gathering, and allocation problem in a 1v1 scenario against other competitors. In addition to optimization, successful agents must be capable of analyzing their opponents and developing appropriate policies to get the upper hand.
We recommend using a python package manager like conda/mamba to install the dependencies.
mamba create -n "lux-s3" "python==3.11"
pip install luxai_s3
To verify your installation, you can run a match between two random agents:
luxai-s3 --help
luxai-s3 path/to/bot/main.py path/to/bot/main.py -v 2 -o replay.json