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
Guest_li has joined #mlpack
Guest_li has quit [Client Quit]
Guest_li has joined #mlpack
Guest_li has quit [Quit: Client closed]
RajeshwarRathi[m has quit [Remote host closed the connection]
shrit[m] has quit [Remote host closed the connection]
psydroid has quit [Write error: Connection reset by peer]
Root[m] has quit [Remote host closed the connection]
EshaanAgarwal[m] has quit [Remote host closed the connection]
Cadair has quit [Remote host closed the connection]
jjb[m] has quit [Remote host closed the connection]
_slack_mlpack_U0 has quit [Remote host closed the connection]
076AAF1VU has quit [Remote host closed the connection]
zoq[m] has quit [Remote host closed the connection]
rcurtin[m] has quit [Remote host closed the connection]
_slack_mlpack_U7 has quit [Remote host closed the connection]
fieryblade[m] has quit [Remote host closed the connection]
jonpsy[m] has quit [Remote host closed the connection]
akhunti1[m] has quit [Remote host closed the connection]
_slack_mlpack_U4 has quit [Remote host closed the connection]
ShubhamAgrawal[m has quit [Remote host closed the connection]
SlackIntegration has quit [Read error: Connection reset by peer]
082AAFGR9 has quit [Remote host closed the connection]
vigsterkr[m] has quit [Remote host closed the connection]
shrit[m] has joined #mlpack
<shrit[m]> Congrats everyone on mlpack 4
Cadair has joined #mlpack
EshaanAgarwal[m] has joined #mlpack
<EshaanAgarwal[m]> zoq: jonpsy: While I was writing the test, I realised that we also need desired goal for each transition in the epsiode from the environment. How do I proceed for this ? Since our current environment doesn't provide us goal with it.
rcurtin[m] has joined #mlpack
psydroid has joined #mlpack
SlackIntegration has joined #mlpack
jjb[m] has joined #mlpack
fieryblade[m] has joined #mlpack
RohanKumarSingh[ has joined #mlpack
ShubhamAgrawal[m has joined #mlpack
RajeshwarRathi[m has joined #mlpack
_slack_mlpack_U0 has joined #mlpack
akhunti1[m] has joined #mlpack
Root[m] has joined #mlpack
zoq[m] has joined #mlpack
vigsterkr[m] has joined #mlpack
jonpsy[m] has joined #mlpack
RohanKumarSingh4 has joined #mlpack
_slack_mlpack_U4 has joined #mlpack
_slack_mlpack_U7 has joined #mlpack
<EshaanAgarwal[m]> Based on what I checked, I think we can implement a very simple 'BitFlipping Environment'
<EshaanAgarwal[m]> Which is - Imagine a single arbitrary binary vector of length n. Let’s call it an initial state. We can modify a single bit at a time (flip it from 0 to 1 or vice versa), and reach our final goal which is also an arbitrary binary vector of length n
<EshaanAgarwal[m]> s/a very simple//
<jonpsy[m]> That bit flip one is a classic for HER