Skip to content

TGDivy/Lux-Design-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lux-Design S3

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.

Getting Started

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

Running a match

About

Repository for the Lux AI Challenge, season 3 @NeurIPS 24. Hosted on @Kaggle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.1%
  • TypeScript 34.6%
  • JavaScript 1.6%
  • HTML 0.7%