OrsoEric / kaggle-Lux-AI

MIT License
1 stars 0 forks source link

Bug - BOT3 works locally, fail to verify as submission #9

Closed OrsoEric closed 2 years ago

OrsoEric commented 2 years ago

Kaggle runs conda 3.7. Python 3.7 doesn't support later features. 2021-09-25a Kaggle type error remote

OrsoEric commented 2 years ago

Support from lux-ai-2021 discord: https://discord.com/channels/753650408806809672/800945973618671626/891300761915494451

Uninstalled python, installed Conda.

Conda supports virtual environments: "conda create -n env_kaggle python=3.7 anaconda" "conda activate env_kaggle" "python -- version"

image image

OrsoEric commented 2 years ago

2021-09-26a kaggle submission error

OrsoEric commented 2 years ago

agent function

processes inputs into a Game() class

launches execution of Rule processor

returns actions

DO NOT CHANGE THE INTERFACE!!! Locally execution is from main.py, on kaggle agent() is called directly

def agent( observation , configurations ):