miroesli / psscscs

Reinforcement Learning Battlesnake
MIT License
2 stars 1 forks source link

Fix Relative Import Issue #7

Closed AhmedNSidd closed 4 years ago

AhmedNSidd commented 4 years ago

Problem with main.py where running main.py results in an error because we were using relative importing because the linter was complaining.

AhmedNSidd commented 4 years ago

Yang is addressing this in #2

miroesli commented 4 years ago

Done in #9 and merged into dev.