neurosyntax / policy-smoothing

Prototype framework that provides native programming language support within Python for neural network-based policy smoothing.
0 stars 0 forks source link

Renaming dataHandler and some variables to adhere to conventions, and changing datahandler to expect feature iterators. #7

Closed timql closed 8 years ago

timql commented 8 years ago

Take a look to see if the modifications I made to your files look good -- apart from naming changes I also got rid of the _label function since we're taking it in as input, and modified the sample function in datahandler. Let me know if you have any questions!