lexfridman / deeptraffic

DeepTraffic is a deep reinforcement learning competition, part of the MIT Deep Learning series.
https://selfdrivingcars.mit.edu/deeptraffic
MIT License
1.75k stars 259 forks source link

Update README.md #3

Closed alx-a closed 5 years ago

alx-a commented 5 years ago

styling / typo fix

alx-a commented 5 years ago

Hi Lex! Did not want to put this ? as an issue, so commenting here.

Would it be of benefit if I add a comment to network_basic.js on the other activation function options available to layer_defs.push({ type: 'fc', num_neurons: 1, activation: 'relu' }); for example the code would be submitted as layer_defs.push({ type: 'fc', num_neurons: 1, activation: 'relu' //Other activation functions available include tanh, etc for more info see https://cs.stanford.edu/people/karpathy/convnetjs/docs.html }); Or is that outside of the introductory nature of the project?