Earlier quoted context omitted.
How about you read the article and get a few books on the relevant topics? It would probably be much cheaper than going back to school.
Very good point. I taught myself web dev (now working at a pretty awesome startup) so I'm definitely familiar with that route. I have a few cool AI ideas I'm hoping to start spending more time in the coming months, and I have heard of some great online courses to check out. I was just curious as to how important institutional credentials are for this kind of thing, seeing as it much more academic than building CRUD w…
Human-level control through deep reinforcement learning
51–60 of 63 posts
Re: Human-level control through deep reinforcement learning
#52I am wondering that what kind of real life problems could be modelled this way.
Re: Human-level control through deep reinforcement learning
#53Re: Human-level control through deep reinforcement learning
#54> ...the authors used the same algorithm, network architecture, and hyperparameters on each game... This is huge. It shows that the algorithm was able to generalize across multiple problem sets within the same domain of "playing Atari 2600 games", and not simply a "lucky" choice of algorithm, network architecture, or hyperparameters that a random search for each game might choose. This is also not a violation of the…
> the algorithm was able to generalize across multiple problem sets Did it really? I think they reset it and retrained it for each game. I'd like to know how much more is needed to make one instance of the AI that can successfully play any of the games. To play all 49 games that it could learn, does it need to be an extra level deep? Or 49 times larger? Or 2^49 times more?
Re: Human-level control through deep reinforcement learning
#55It is an amazingly powerful technique. We've been working on a service which lets you do this kind of learning with any JSON stream. You can see a demo here: https://aiseedo.com/demos/cookiemonster/
Still the reinforcement learning part is the same, but reinforcement learning was not the main contribution of this nature paper.
Re: Human-level control through deep reinforcement learning
#56It is interesting how they are using various biological models to develop their own model. They gave their model a reward system and a memory. It will be interesting to see how far deep Q-networks can be extended and at what point they hit the wall of diminishing returns. |Nevertheless, games demanding more temporally extended planning strategies still constitute a major challenge for all existing agents including DQ…
Re: Human-level control through deep reinforcement learning
#57An interesting critic by Schmidhuber about this publication: https://plus.google.com/100849856540000067209/posts/eLQf4KC9...
Re: Human-level control through deep reinforcement learning
#58It is an amazingly powerful technique. We've been working on a service which lets you do this kind of learning with any JSON stream. You can see a demo here: https://aiseedo.com/demos/cookiemonster/
The amazing part of what DeepMind has achieved is its capability to learn from raw pixel input with deep convolutional neural networks, which as I understand it quite different from what you do. Still the reinforcement learning part is the same, but reinforcement learning was not the main contribution of this nature paper.
Re: Human-level control through deep reinforcement learning
#59Watch it play: http://www.nature.com/nature/journal/v518/n7540/extref/natur... http://www.nature.com/nature/journal/v518/n7540/extref/natur...
This is so cool. I'd love to work on this stuff... Anyone know how hard it would be for someone who is fairly good at programming (works as a full stack developer and feels quite comfortable learning new things) and has strong math skills (undergrad degree) to break into this field? Is going back to school for a masters/phd the best way?
The core area is pretty simple stuff to be honest. Obviously DeepMind are completely next-level but you can get pretty good results with basic understanding...
Re: Human-level control through deep reinforcement learning
#60Earlier quoted context omitted.
> the algorithm was able to generalize across multiple problem sets Did it really? I think they reset it and retrained it for each game. I'd like to know how much more is needed to make one instance of the AI that can successfully play any of the games. To play all 49 games that it could learn, does it need to be an extra level deep? Or 49 times larger? Or 2^49 times more?
Can one human successfully play all of the games without prior practice in each game? As far as I know a human has to practice almost every game to be able to play all of them without losses. I think for an AI, achieving this standard is a good result - first practicing in each game and then play through all of them without losses.
A person that's played all the other games in the list can win Montezuma's Revenge on the first try; this AI can't play Montezuma's Revenge at all.