coding style

This commit is contained in:
rtz19970824 2017-12-10 14:37:29 +08:00
parent a8a12f1083
commit 9cda0bec08

View File

@ -44,7 +44,7 @@ Tianshou(天授) is a reinforcement learning platform. The following image illus
## About coding style ## About coding style
You can follow (google python coding style)[https://google.github.io/styleguide/pyguide.html] You can follow [google python coding style](https://google.github.io/styleguide/pyguide.html)
The file should all be named with lower case letters and underline. The file should all be named with lower case letters and underline.