Django leaderboard for Santa 2020, https://www.kaggle.com/c/santa-2020/overview
- Create your own leaderboard with django
- Detail statistics for each agent
- Each game is stored in a database, and you can watch them at any time
- Add your own custom metrics for agent and match analysis
- Clone this repo
- Create a virtual environment
- Install dependencies:
pip install -r requirements.txt
- Create a development database:
./manage.py migrate
- Create a superuser:
./manage.py createsuperuser
- Start the Django development server:
./manage.py runserver
- Go to http://127.0.0.1:8000/admin/app/
- Add at least two agents via /admin/app/agent/add/
- Run games:
./manage.py run_games -n 100
- You can find your local LB here http://127.0.0.1:8000/admin/app/agent/