Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.49 KB

File metadata and controls

53 lines (41 loc) · 1.49 KB

Lab code (WIP), but call for comments

This is work in progress, and may have bugs. (lab-08 is in WIP.) However, we call for your comments and pull requests. Check out our style guide line:

File naming rule:

  • lab-XX-X-[name].py: TensorFlow lab code

How to use uploader:

python gym_uploader.py gym-results/

Install requirements

pip install -r requirements.txt

Run test and autopep8

TODO: Need to add more test cases

pytest

# http://stackoverflow.com/questions/14328406/
pip install autopep8 # if you haven't install
autopep8 . --recursive --in-place --pep8-passes 2000 --verbose --ignore E501

Automatically create requirements.txt

pip install pipreqs

pipreqs /path/to/project

http://stackoverflow.com/questions/31684375

Contributions/Comments

We always welcome your comments and pull requests.