divyanshu-rawat / Awesome-JS

Algorithms in Javscript, including Q Learning in js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-JS

Algorithms in Javscript, including Q Learning in js.

forthebadge forthebadge forthebadge

Say Thanks!

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

Coding Conventions:

  • Variables name should be in camelCase.

  • Always put spaces around operators ( = + - * / ), and after commas.

  • Always use 1 tab space for indentation of code blocks.

  • Always end a simple statement with a semicolon.

  • Put the opening bracket at the end of the first line.

  • Use one space before the opening bracket.

  • Put the closing bracket on a new line, without leading spaces.

  • Use lower case file names without any special characters or spaces.

  • Function should do one thing. They should do it well.

About

Algorithms in Javscript, including Q Learning in js.

License:MIT License


Languages

Language:JavaScript 100.0%