farizrahman4u / qlearning4k

Q-learning for Keras
MIT License
385 stars 84 forks source link

PEP8 coding style #2

Closed petrbel closed 8 years ago

petrbel commented 8 years ago

Hi, I noticed that the spaces are used (as the way of indentation) instead of spaces. My PyCharm cries a lot as it isn't PEP8-standard compatible.

Would you accept my pull-request if I transformed the code so that it becomes correctly styled according to PEP8? Besides the space/tab problem, I'd love to add/remove blank lines. I believe it would help other developers to work with your code as it is the commonly required standard.

Btw great code, I'm looking forward to play with it more!

Regards Petr

farizrahman4u commented 8 years ago

Cool!