ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
cjlcarvalho has joined #mlpack
cjlcarvalho has quit [Quit: Konversation terminated!]
cjlcarvalho has joined #mlpack
cjlcarvalho has quit [Ping timeout: 244 seconds]
favre49 has joined #mlpack
favre49 has quit [Ping timeout: 256 seconds]
devang_2401_ has joined #mlpack
< devang_2401_> hi I am Devang. I am a gsoc aspirant are there any beginner level projects i can work on?
devang_2401_ has quit [Quit: Page closed]
Glitch has joined #mlpack
Glitch has quit [Quit: Page closed]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker mlpack nightly build build #182: FIXED in 3 hr 17 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/182/
< zoq> devang_2401: Hello there, I think there are some issues on github which should beginner friendly.
cjlcarvalho has joined #mlpack
Alkyur has joined #mlpack
< Alkyur> Hey, is anyone who have developed / is developing mlpack online?
< zoq> Alkyur: Hello there!
< Alkyur> zoq: I think that I might have found a bug. I am currently solving a nearest neighborhood problem, where I have points in 3D as query set and segments in 3D as refereceset (For every point I try to find closest segment). I use cover tree for this, with euclidean metric (closest point to a segment)
< Alkyur> However when I had dataset as queryset and its minimum spanning tree as reference set , then I found out that some of the nearest neighbors are incorrect (some distances are much larger than 0)
< Alkyur> I can send you my debug files if that helps you
< Alkyur> and I am using mlpack 3.0.4 , mst is also correct , as well as is my metric.
< Alkyur> It seems that also if all the points are on the same line , say (0,0,0) , (0,0,1) , (0,0,2) ... the output is correct
cjlcarvalho has quit [Ping timeout: 260 seconds]
ayesdie has joined #mlpack
ayesdie has quit [Client Quit]
Alkyur has quit [Quit: Page closed]
< rcurtin> Alkyur: I saw your email, I'll respond when I have a chance
travis-ci has joined #mlpack
< travis-ci> saksham189/mlpack#27 (rem - dee9460 : Saksham Bansal): The build passed.
< travis-ci> Change view : https://github.com/saksham189/mlpack/compare/69683b75f67f^...dee9460d27ef
travis-ci has left #mlpack []
i8hantanu has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> saksham189/mlpack#28 (rem - 3b02457 : Saksham Bansal): The build passed.
travis-ci has left #mlpack []
ImQ009 has joined #mlpack
cjlcarvalho has joined #mlpack
pymit has joined #mlpack
manish7294 has joined #mlpack
pymit has quit [Ping timeout: 250 seconds]
< manish7294> rcurtin:zoq: I was going through RL code and noticed that mountain_car environment does not employ goal position variable, instead terminal state is being bounded by max position. Though max position is being set to the 0.5, which openai uses for goal position. Is there any particular reason for not using goal position here?
< rcurtin> manish7294: hey there, hope you are doing well! I don't have any idea about the RL code (I haven't spent any time with it really) so I don't have a good answer for the question
< rcurtin> (LMNN is still on my list to debug, but it has been pushed further down by various things)
< manish7294> rcurtin: I hope you are doing well too. Sorry for the delay from my side. I got busy with other things, and hope to get hold of LMNN soon :)
< rcurtin> yeah, it sounds like we are both in the same situation :)
< rcurtin> I have to get lunch now, but maybe we can catch up later
< manish7294> sure, see you soon. I will wait for marcus. Maybe he can help me here with RL doubt.
i8hantanu has quit [Quit: Connection closed for inactivity]
manish7294 has quit [Quit: Page closed]
i8hantanu has joined #mlpack
< zoq> manish7294: Not sure it makes a difference maxPosition has to be greater than or equal to the goal position, and in each case we will return once we reached the maxPosition, maybe I missed something?
manish7294 has joined #mlpack
< manish7294> zoq: Right, I agree it doesn't make much of a difference. I just wanted to point out the difference in terminologies with reference to openai implementation. Here we will just have to accept that car will always stop at the max position (here the terminal state), which will give a positive reward and can never go beyond that terminal state.
< zoq> manish7294: I think the same appleis for openai since the position is clipped: position = np.clip(position, self.min_position, self.max_position)
< manish7294> zoq: But I guess, in openai we can move pass the terminal state which is marked by goal position.
< zoq> manish7294: Right, but only if max_position > goal_position?
< manish7294> zoq: right
< manish7294> which can't be possible in mlpack version
< zoq> I don't mind to change that part, if someone likes to take that up.
< manish7294> zoq: I guess that's not a big of an urgent issue. Maybe we can open a ticket as a starter task, if anyone may like to take it up?
< zoq> manish7294: Sounds like a good idea.
< manish7294> zoq: Then I will go ahead and open an issue.
< zoq> manish7294: Great :)
< manish7294> zoq: Thanks :)
manish7294 has quit [Quit: Page closed]
< rcurtin> manish7294: if you have a few extra minutes to modify the description of #1647, I've definitely found that the more detail you can give for people to understand what to do, the quicker the change gets made :)
i8hantanu has quit [Quit: Connection closed for inactivity]
ImQ009 has quit [Ping timeout: 264 seconds]