/luxai

Gather the most resources and survive the night!

Primary LanguageJupyter Notebook

luxai

luxai image

Gather the most resources and survive the night!

https://www.kaggle.com/c/lux-ai-2021

Methodology

I'm following CRISP-DM 1.0 methodology for the reports.

I have skipped Evaluation and Deployment steps because they are not usually done on Kaggle.

  1. Business understanding
  2. Data understanding
  3. Data preparation
  4. Modeling
  5. Solution summary

Code structure

 |_ luxai: library with code for the challenge
 |_ forum: all the scritps and notebooks taken from the forum
 |_ notebooks: jupyter notebooks made during the challenge. They start by number for easier sorting.
 |_ reports: documents made during the challenge according to CRISP-DM methodology
 |_ tests: folder with tests for the library
 |_ data: folder with light data from teh challenge
 |_ rules: the official rules of the challenge
 |_ agents: folder with agents for the challenge
 |_ scripts: scripts for training agents, playing the game...