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

change towards pep8 and addressed a number of issues my IDE flagged #44

Closed cfd1 closed 3 years ago

cfd1 commented 3 years ago

You have done an amazing job. I have addressed alot of my IDE issues and made a step towards PEP8 code.

Keep up the great work. I will hopefully contribute some more useful changes in the future.

glmcdona commented 3 years ago

Thanks for the update, really appreciate it! The function and variable naming were driving me nuts too, I had left them as they originally were from the TypeScript code at the time because it made it easier to translate the code. I'll merge this as soon as I have a little time to give it a quick pass over.