Ryan Curtin
db6dae8129
Try bumping to Python 3.8 on OS X.
2023-08-09 08:38:46 -04:00
Ryan Curtin
642bad5009
Make sure the wheel package gets installed on OS X.
2023-08-08 21:10:56 -04:00
Ryan Curtin
af2014ef6a
Try to use cimports with relative packages instead.
2023-08-08 19:12:42 -04:00
Ryan Curtin
6b92f1199b
Revert "Add extra mlpack/ path so Cython properly detects .pyx files."
...
This reverts commit dc7c92b5f1 .
2023-08-08 18:54:38 -04:00
Ryan Curtin
dc7c92b5f1
Add extra mlpack/ path so Cython properly detects .pyx files.
2023-07-28 15:53:27 -04:00
Marcus Edel
24ad24b35a
Merge pull request #3512 from tareknaser360/td3
...
Reinforcement Learning: Twin Delayed Deep Deterministic Policy Gradient.
2023-07-21 10:31:29 -04:00
Ryan Curtin
5e8beeb0be
Python binding installation fixes ( #3505 )
2023-07-14 08:16:29 +02:00
Ryan Curtin
10109e8222
Merge pull request #3511 from rcurtin/class-probabilities-decision-tree
...
Add ClassProbabilities() member to DecisionTree.
2023-07-09 16:32:50 -04:00
Tarek
9feb73e167
feat(history): add pr 3512 to history.md
...
Signed-off-by: Tarek <tareknaser360@gmail.com >
2023-07-07 19:13:44 +03:00
Tarek
f2d8f51f62
feat(rl): implement Twin Delayed Deep Deterministic policy gradient
...
Signed-off-by: Tarek <tareknaser360@gmail.com >
2023-07-07 19:08:05 +03:00
Ryan Curtin
f91697ce16
Update HISTORY.md.
2023-07-07 11:06:58 -04:00
Ryan Curtin
a7c5a3ba23
Add ClassProbabilities() member to DecisionTree.
2023-07-07 11:04:02 -04:00
Ryan Curtin
9b89f79e01
Shorten filename for CRAN tar limits. ( #3507 )
2023-07-04 16:08:54 +02:00
Shubham Agrawal
b5cb9dfe03
Merge pull request #3499 from tareknaser360/ou
...
Reinforcement Learning: Ornstein-Uhlenbeck noise
2023-07-01 21:25:06 +05:30
Ryan Curtin
e53f7d37d1
Merge pull request #3502 from wdconinc/patch-1
...
fix: append existing PYTHONPATH to CMAKE_PYTHON_PATH
2023-06-25 12:36:07 -04:00
Ryan Curtin
9a49b74d08
Update to more recent mlpack 4 paper. ( #3504 )
2023-06-24 03:08:24 +02:00
Wouter Deconinck and Ryan Curtin
af3b3bded4
fix: style python/CMakeLists.txt
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2023-06-23 08:27:12 -05:00
Wouter Deconinck
183396e51a
fix: append existing PYTHONPATH to CMAKE_PYTHON_PATH
...
This addresses #3500 . It approaches it slightly differently than the code included there, in order to behave correctly when `PYTHONPATH` is not set and to remain within the CMake version 3.6 minimum (prevents `JOIN`).
2023-06-22 11:29:03 -05:00
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