<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
<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