Live data from Hacker News

Human-level control through deep reinforcement learning

nature.com

41–50 of 63 posts

Re: Human-level control through deep reinforcement learning

#45
post #44

Is there a chance this paper will be available as PDF? I' finding it difficult to read the readcube version. :-(

http://www.nature.com/nature/journal/v518/n7540/pdf/nature14...

Maybe you have institutional access or something, but for the rest of us, that link just redirects to the abstract.

Re: Human-level control through deep reinforcement learning

#46
I think qlearning is really interesting, I posted yesterday a simple implementation/demo in Javascript of qlearning. This paper goes way beyond qlearning by deducing states based on a deep neural network from the actual game rendering, really cool. Regardless, as a first intro to qlearning I had fun putting this together https://news.ycombinator.com/item?id=9105818

Re: Human-level control through deep reinforcement learning

#49

I am wondering that what kind of real life problems could be modelled this way.

>> I am wondering that what kind of real life problems could be modelled this way. Driving a car? Making a taco? Working the checkout counter?

So could you define an cost function for these activities?
Post reply on HN