Computer Learns Game by Reading Manual
11–18 of 18 posts
Re: Computer Learns Game by Reading Manual
#12The article is sparse on details, but the linked MIT news article goes into more depth. Of note, the algorithm was able to win 79% of the games it played. Without textual input, it only won 46%, and a more advanced machine learning algorithm without textual input only won 62%. Pretty cool.
Re: Computer Learns Game by Reading Manual
#13Taking RTFM to the next level. Yes.
Re: Computer Learns Game by Reading Manual
#14Does that mean if the program read additional texts on Civilization strategy that it would get even better? How about texts that may be somewhat related but not specific to the game (combat strategy, world history?!...)
Re: Computer Learns Game by Reading Manual
#15The article is sparse on details, but the linked MIT news article goes into more depth. Of note, the algorithm was able to win 79% of the games it played. Without textual input, it only won 46%, and a more advanced machine learning algorithm without textual input only won 62%. Pretty cool.
It is a neural network trained, in part, against the text in the game manual.
Of course, it's considerably more complex than that in the theory and implementation. :D
Re: Computer Learns Game by Reading Manual
#16Re: Computer Learns Game by Reading Manual
#17It's not learning to play the whole game. It's learning to cheese (in gaming parlance) the opponent. The strategy it learns is to build a warrior as fast as possible and go and attack the enemy's city. If that fails, it almost always loses. The manual gave it some hint in that direction.
Re: Computer Learns Game by Reading Manual
#18The article is sparse on details, but the linked MIT news article goes into more depth. Of note, the algorithm was able to win 79% of the games it played. Without textual input, it only won 46%, and a more advanced machine learning algorithm without textual input only won 62%. Pretty cool.
Won those games against whom? Other copies of itself? The weakest built-in AI? The strongest built-in AI? A pseudo-random number generator?