Commit Graph
28715 Commits
Author SHA1 Message Date
Tarek 4646ec122d include Ornstein-Uhlenbeck noise in history
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-20 18:30:24 +03:00
Tarek d8b7431bde feat(rl): modify ddpg to accept a noise instance
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-20 18:25:02 +03:00
Tarek 7bd26a8ba2 feat(rl): implement Ornstein-Uhlenbeck noise class
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-20 15:45:48 +03:00
Shubham Agrawal 590c1b11dd Merge pull request #3494 from tareknaser360/ddpg
Reinforcement Learning: Deep Deterministic Policy Gradient
2023-06-20 17:34:10 +05:30
Shubham Agrawal 355f667479 Merge branch 'master' into ddpg 2023-06-20 11:15:59 +05:30
Ryan Curtin 205770d28c Merge pull request #3497 from rcurtin/fix-release-script-readme
Add missing file to git commit for release script
2023-06-17 10:32:28 -04:00
Ryan Curtin 137bf01b1d Add new block for next release to HISTORY.md. 2023-06-16 15:47:02 -04:00
Ryan Curtin 6a9e19dd01 Update and release version 4.2.0. 2023-06-16 15:47:02 -04:00
Ryan Curtin a42cd7c5a4 Add missing file to git commit. 2023-06-14 14:12:58 -04:00
Tarek 465f021614 fix(rl): use smaller networks for testing
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-14 17:00:45 +03:00
mayank-root c1ba453700 Added Hyper-Sinh activation function (#3491) 2023-06-14 01:48:44 +02:00
Tarek 2187ba291e fix(rl): add tparam for critic
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:08:35 +03:00
Tarek 07e56a73e2 include ddpg in history
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:08:35 +03:00
Tarek bd25f579e5 feat(rl): add a continuous action space test for ddpg
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:06:00 +03:00
Tarek 884134afc8 feat(rl): implement ddpg and test on pendulum task
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:06:00 +03:00
Ryan Curtin c3870283f8 Merge pull request #3445 from AdarshSantoria/notadapted
Adapt C_ReLU, ReLU6, FlexibleReLU
2023-06-12 08:44:19 -04:00
Ryan Curtin 0846c15ba1 Update HISTORY.md 2023-06-12 08:44:09 -04:00
Ryan Curtin 493b879f23 LARS fixes: intercept, normalization, bugfix (#3493) 2023-06-10 18:13:48 +02:00
Adarsh Santoria 91497292c7 Update HISTORY.md 2023-06-09 23:39:33 +05:30
Adarsh Santoria 80274e400d Update HISTORY.md 2023-06-09 23:38:55 +05:30
Adarsh Santoria 27727e6020 Merge branch 'master' into notadapted 2023-06-09 23:34:15 +05:30
Ryan Curtin 97fa8af3dd Categorical support preprocess_one_hot_encoding (#3487) 2023-06-09 02:51:54 +02:00
Adarsh Santoria db3da8df5f fix style 2023-06-04 11:46:42 +05:30
Adarsh Santoria 3c10d014e4 fix style 2023-06-04 11:46:11 +05:30
Adarsh Santoria 4756cc701b fix style 2023-06-04 11:45:14 +05:30
Adarsh Santoria 178f79516f fix style 2023-06-04 11:43:52 +05:30
Adarsh Santoria 30cda61419 Update HISTORY.md 2023-06-04 01:15:58 +05:30
Adarsh Santoria 88221ed1fb Merge branch 'master' into notadapted 2023-06-04 01:06:39 +05:30
Adarsh Santoria a8d3b21cd6 Merge branch 'mlpack:master' into notadapted 2023-06-04 00:58:22 +05:30
Adarsh Santoria abd59c4b3c Merge pull request #1 from rcurtin/notadapted
Minor bug fixes
2023-06-04 00:52:29 +05:30
Ryan Curtin ce9e1d77c9 Document the use of std::move() to avoid copies for neural networks (#3490) 2023-06-03 12:28:01 +02:00
Ryan Curtin 3b893babc1 Merge pull request #3488 from rcurtin/install-r-headers
Install mlpack and cereal headers in R package
2023-06-01 08:38:10 -04:00
Ryan Curtin 7af0de4011 It's fixed, so now remove the debugging output. 2023-05-31 15:24:25 -04:00
Ryan Curtin b823da7710 Fix strategy to run multiple times; make matrix a bit larger. 2023-05-31 12:29:20 -04:00
Ryan Curtin d302153f92 Try printing the matrices so I can reproduce locally. 2023-05-31 09:42:58 -04:00
Ryan Curtin 6c833473f8 Can we get more information about the failure? 2023-05-31 06:25:07 -04:00
Ryan Curtin 040b1bfda6 Relax tolerance for SparseNMFALSTest a little bit. 2023-05-30 15:15:53 -04:00
Marcus Edel 595419e6d6 Merge pull request #3485 from mayank-root/ftswish_1
Implemented FTSwish Activation Function.
2023-05-30 09:47:54 -04:00
Ryan Curtin 572f2a1f72 Some other minor fixes to tests. 2023-05-30 09:09:39 -04:00
Ryan Curtin 2b82352566 Use arma::clamp() instead of min() and max(). 2023-05-30 09:09:30 -04:00
Ryan Curtin c957ba6bbe Shrink sizes of arrays in tests. 2023-05-30 09:01:05 -04:00
Ryan Curtin 7df3bbc267 Add ComputeOutputDimensions() to CReLU and fix test setup. 2023-05-30 08:44:23 -04:00
Adarsh Santoria bad7b7fcfd Update relu6_impl.hpp 2023-05-30 13:39:23 +05:30
Adarsh Santoria 8c30a86659 Update relu6_impl.hpp
make code efficient
2023-05-30 13:20:40 +05:30
Adarsh SantoriaandRyan Curtin c556ce942e Update src/mlpack/methods/ann/layer/c_relu_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-05-30 02:26:19 +05:30
Adarsh Santoria fcdd90fac5 Merge branch 'mlpack:master' into master 2023-05-30 02:20:30 +05:30
Ryan Curtin cf6896e4dc Update HISTORY. 2023-05-29 12:34:24 -04:00
Ryan Curtin c0f0f22d79 Install mlpack and cereal headers in R package. 2023-05-29 12:32:22 -04:00
Mayank Raj 94da130f72 used camel case 2023-05-28 05:25:05 +05:30
Mayank Raj bc1dff58d5 Implemented FTSwish Activation Function 2023-05-24 08:18:45 +05:30