rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
RajeshwarRathi[m has quit [*.net *.split]
Cadair has quit [*.net *.split]
Cadair has joined #mlpack
RajeshwarRathi[m has joined #mlpack
Guest_li has joined #mlpack
<EshaanAgarwal[m]> In our dqn network implementation, we call a function `Store()` from the Replay Method we selected.
<EshaanAgarwal[m]> As of now all the Replay Methods had Store function with 4 arguments but HER ( which I am implementing will have 5 - goal of epsiode)
<EshaanAgarwal[m]> So how could I modify the function call there to adapt for both cases ( 4th and 5th arguments )
Guest_li has quit [Quit: Client closed]
<zoq[m]> Add another overload
<EshaanAgarwal[m]> <zoq[m]> "Add another overload" <- can you please elaborate ?
<zoq[m]> EshaanAgarwal[m]: You can just add the method with the same name and the extra parameter.
<zoq[m]> You can look for function overloading if you want more details.
<EshaanAgarwal[m]> zoq[m]: but each replay has store method in different file ? how do overload for that ? if i understood you correctly
<EshaanAgarwal[m]> jonpsy: zoq fieryblade https://meet.google.com/pnp-rtjw-unz
<zoq[m]> Can you comment on the PR?
<zoq[m]> Joining in 8 min
<EshaanAgarwal[m]> zoq[m]: will do ! in sometime
<jonpsy[m]> zoq: coming?
zoq[m]1 has joined #mlpack
<zoq[m]1> Yes
<akhunti1[m]> Hi Team I am getting this error
<akhunti1[m]> from /microservice/Main.cpp:2:
<akhunti1[m]> /microservice/mlpack-3.1.1/build/include/mlpack/prereqs.hpp:74:10: fatal error: boost/serialization/serialization.hpp: No such file or directory
<akhunti1[m]> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<akhunti1[m]> #include <boost/serialization/serialization.hpp>
<akhunti1[m]> cmake_minimum_required(VERSION 3.4.1)... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/658f464ab482fe75644f6f904cafce4f25641c3d>)
<akhunti1[m]> This is my cmakelist.txt file
<akhunti1[m]> #include "seldon/SeldonModel.hpp"... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/49cefda7ffc03e2f566ea06f582fab781dbdd871>)
<akhunti1[m]> this is my Main.cpp file