glmcdona / LuxPythonEnvGym

Matching python environment code for Lux AI 2021 Kaggle competition, and a gym interface for RL models.
MIT License
73 stars 38 forks source link

Feature: enforce gym version and add warning for python version #92

Closed royerk closed 2 years ago

royerk commented 2 years ago

What

This should help new users get the right versions and submit to kaggle with less issues.

Note: the os.system("") call was recommended in this SO post to work with Windows too.