TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Deep Reinforcement Learning: Pong from Pixels

189 pointsby Smerityalmost 9 years ago

5 comments

keylealmost 9 years ago
Fascinating.<p>Many years ago, when I wanted to become a programmer and I didn&#x27;t know anything about code, I used to fantasize and be amazed by programs. Code was like dark magic.<p>This is how I feel today about machine learning. Neural networks, liquid state machines. It&#x27;s wonderful voodoo to my eyes.<p>I hope one day I get to work in that field, it seems so useful for solving big world problems. I have notice a definite rise in articles being written and shared on HN about it lately, that&#x27;s great.<p>For those completely in the dark, I found this library to have great wiki pages about the basics of neural network programming. Great read, I recommend it. <a href="https:&#x2F;&#x2F;github.com&#x2F;cazala&#x2F;synaptic&#x2F;wiki&#x2F;Neural-Networks-101" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cazala&#x2F;synaptic&#x2F;wiki&#x2F;Neural-Networks-101</a>
评论 #11812757 未加载
bgalbraithalmost 9 years ago
Reinforcement Learning is one of the most exciting areas of research in machine learning and AI going on right now in my opinion. It is going to play heavily in creating AI that can make decisions in dynamic environments.<p>A great introduction to the topic is the book Reinforcement Learning: An Introduction by Sutton &amp; Barto. You can find the official HTML version of the 1st edition and a PDF of a recent draft of the 2nd ed. here: <a href="https:&#x2F;&#x2F;webdocs.cs.ualberta.ca&#x2F;~sutton&#x2F;book&#x2F;the-book.html" rel="nofollow">https:&#x2F;&#x2F;webdocs.cs.ualberta.ca&#x2F;~sutton&#x2F;book&#x2F;the-book.html</a>
grenoirealmost 9 years ago
In almost all real-time networks playing games, there&#x27;s very high jitter in inputs. Even when the machine is moving straight, it&#x27;s always very keen on doing some wiggling with the other keys.<p>My question is: Is it possible to eliminate that by further training? Naively you could drop &#x27;stupid&#x27; inputs, but I assume that may also mess with the machine&#x27;s understanding.
评论 #11813265 未加载
评论 #11815237 未加载
评论 #11813309 未加载
评论 #11812785 未加载
d33almost 9 years ago
In the context of AI and gaming, I definitely recommend this series of three youtube videos:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=xOCurBYI_gY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=xOCurBYI_gY</a><p>Some games are played better than human would.
评论 #11812795 未加载
Pica_soOalmost 9 years ago
A neural Network is specializing in one particular problem set? You can not create Meta-Neural networks that reconnect the specialized Networks or grow new ones?