Commit Graph
22977 Commits
Author SHA1 Message Date
nishantkr18 8eaeb9bd02 minor styling issues 2020-06-05 16:26:07 +05:30
nishantkr18 56dba90ed5 static code analysis warnings fixed, warnings taken care of 2020-06-05 12:50:24 +05:30
nishantkr18 1c4828f160 bug fix in dueling network 2020-06-04 21:55:57 +05:30
nishantkr18 bc4d232bf9 build fix attempt 2020-06-04 16:41:41 +05:30
nishantkr18 ded13369c7 build fix 2020-06-03 17:50:20 +05:30
nishantkr18 1dddedfbe2 reverted 9 previous commits 2020-06-03 17:23:53 +05:30
nishantkr18 1cb9290014 static-codetest fix attempt and style issue 2020-06-03 15:45:55 +05:30
nishantkr18 668233d1af missed one test 2020-06-03 13:14:01 +05:30
nishantkr18 6b682e301e made required paramters as references 2020-06-03 12:30:24 +05:30
nishantkr18 884713286d HISTORY update 2020-06-02 19:00:54 +05:30
nishantkr18 8274b3934a tweaking hyperparameters 2020-06-02 18:53:44 +05:30
nishantkr18 79e4588a10 added suggestions 2020-06-02 18:21:19 +05:30
nishantkr18 13f05b8bce added noisyLinear tests 2020-06-02 17:56:25 +05:30
nishantkr18 97ef1fcf60 finally, test case fixed! 2020-06-01 23:44:02 +05:30
nishantkr18 7afd0525d2 build fix attempt 2020-06-01 18:51:49 +05:30
nishantkr18 7260ba5210 tests for Dueling DQN 2020-06-01 16:50:03 +05:30
nishantkr18 2e66bd5baa reference passed to QLearning agent in tests 2020-05-30 19:31:16 +05:30
nishantkr18 1e0912ec47 passed reference to network, added assignment operator function to Sequential 2020-05-30 19:00:14 +05:30
nishantkr18 45f162f1fc Forward and backward update for NoisyLinear 2020-05-29 20:00:24 +05:30
nishantkr18 11910080e1 build fix attempt 2020-05-29 15:38:46 +05:30
himanshupathak21061998 ce986fc83b Try to handle warnings 2020-05-29 14:56:11 +05:30
himanshupathak21061998 8f49827715 Changing approach and dealing with warnings 2020-05-29 14:56:11 +05:30
himanshupathak21061998 a9cbc2b8e8 Implementing copyvisitor to copy network 2020-05-29 14:56:11 +05:30
Himanshu PathakandRyan Curtin bcd93ba207 Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-05-29 14:56:11 +05:30
himanshupathak21061998 4e147f5fef Adding some suggestion 2020-05-29 14:56:11 +05:30
himanshupathak21061998 e027b41de8 Style fix 2020-05-29 14:56:11 +05:30
himanshupathak21061998 16bb5e6608 Adding copy constructor to layers 2020-05-29 14:56:11 +05:30
himanshupathak21061998 5c9f9c73eb Adding more layers 2020-05-29 14:56:11 +05:30
himanshupathak21061998 261f64e0df Adding copy constructor 2020-05-29 14:56:11 +05:30
nishantkr18 485406744e Merge branch 'master' of https://github.com/mlpack/mlpack into dueling-dqn 2020-05-29 14:04:31 +05:30
nishantkr18 1b4523f11d hopefully, removes Add function issue in ann/layer/concat.hpp 2020-05-29 00:21:13 +05:30
Ryan Birmingham 1e802b27b2 Merge pull request #2431 from rcurtin/rann-binding-fix
Fix type in mlpack_krann binding
2020-05-28 13:19:09 -04:00
Ryan Curtin 1ab5624a21 Fix type in call to GetPrintableParam. 2020-05-27 16:45:47 -04:00
Nishant KumarandMarcus Edel ebc61e0166 Update src/mlpack/methods/ann/loss_functions/empty_loss_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-05-27 12:37:07 +05:30
nishantkr18 492cc741e2 copy and move constructors 2020-05-27 12:32:37 +05:30
Benson MuiteandRyan Birmingham db5f6478dc Add julia_quickstart refs (#2426)
* Update cli_quickstart.hpp

Add link to Julia page

* Update python_quickstart.hpp

Add link to Julia quickstart

* Update COPYRIGHT.txt

* Update doc/guide/cli_quickstart.hpp

Co-authored-by: Ryan Birmingham <birm@rbirm.us>

* Update doc/guide/python_quickstart.hpp

Co-authored-by: Ryan Birmingham <birm@rbirm.us>

Co-authored-by: Ryan Birmingham <birm@rbirm.us>
2020-05-26 13:13:54 -04:00
nishantkr18 cc3433f73e Completed Backward function, with gradient flow 2020-05-26 21:48:25 +05:30
nishantkr18 31294089bf advantage and value networks work! 2020-05-25 19:34:26 +05:30
Ryan Birmingham 4608997fca Merge pull request #2425 from KimSangYeon-DGU/typo-fix
Fixed the minor typo
2020-05-23 22:41:57 -04:00
Ryan Birmingham c874b4152f Merge pull request #2423 from rcurtin/various-fixes
Quick Saturday fixes
2020-05-23 22:38:45 -04:00
Sangyeon Kim 532645fe68 Fixed the minor typo 2020-05-23 19:32:10 -07:00
sy0814k 727345bb43 Merge pull request #2410 from kartikdutt18/Add-NMS
Add Fast NMS.
2020-05-23 16:20:08 -07:00
Ryan Curtin f7ad2567ea Fix return type of ReferenceSet(). 2020-05-23 16:22:24 -04:00
Ryan Curtin 6e198361c6 Julia return values don't come back as a Dict. 2020-05-23 16:21:56 -04:00
nishantkr18 7dc424359e Added NoisyLayer layout 2020-05-23 22:50:58 +05:30
kartikdutt18 07867c777a Update file paths to fuller file paths as per #2400 2020-05-23 10:30:33 +05:30
kartikdutt18 5212f26a10 Update file paths to fuller file paths as per #2400 2020-05-23 10:28:58 +05:30
nishantkr18 0c60b7e60b entire dueling network defined in constructor itself 2020-05-23 00:24:14 +05:30
kartikdutt18 5c33887451 Style Fix 2020-05-22 10:52:39 +05:30
kartikdutt18 1f9c950047 Merge branch 'master' into Add-NMS 2020-05-22 10:51:05 +05:30