ConvNetPy
ConvNetPy copied to clipboard
Python port of ConvNetJS
Simply _stringified_ what was supposed to be a string: fixing if-statement.
It seems like `random_action_distribution` isn't being used properly? ``` python Traceback (most recent call last): File "main_learning2.py", line 373, in main() File "main_learning2.py", line 353, in main action = brain.forward(simulator.map)...
Hey there, first of all... THANKS! I really appreciate you putting in all the work to make this so much easier for people like me to jump into. I'm getting...
@benglard Hi, thanks for sharing the ConvNetPy project. I have found that there is a dark_knowledge.py file in the examples path. I suppose that this dark knowledge is the same...