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

Add initial game, env, and training layout. #1

Closed glmcdona closed 3 years ago

glmcdona commented 3 years ago

Set up basic template for environment, game, and training code. Templated partly on https://github.com/notadamking/Stock-Trading-Environment, but upgraded to stable_baselines3 instead.