Super Mario Bros: The Human Limit
youtube.com
Super Mario Bros: The Human Limit
1–10 of 43 posts
Re: Super Mario Bros: The Human Limit
#2Re: Super Mario Bros: The Human Limit
#3Jokes aside, Summoning Salt is a great Youtube channel, and it makes me feel emotionally invested in speedruns of games I've never heard of before. Great storytelling. Not to mention that speedruns (and the glitches people find to get world record times) are pretty interesting from a computer science standpoint.
Re: Super Mario Bros: The Human Limit
#4It wouldn't be a SMB speedrun video if it didn't have the bus analogy. Jokes aside, Summoning Salt is a great Youtube channel, and it makes me feel emotionally invested in speedruns of games I've never heard of before. Great storytelling. Not to mention that speedruns (and the glitches people find to get world record times) are pretty interesting from a computer science standpoint.
Re: Super Mario Bros: The Human Limit
#5Re: Super Mario Bros: The Human Limit
#6Re: Super Mario Bros: The Human Limit
#7Re: Super Mario Bros: The Human Limit
#8some thoughts
- given the timeline of progress, i guess we might see THE perfect run in the next 12 months or so
- how did they figure out the theoretical best time in the first place?
- is machine learning being applied to this problem yet? might be able to discover some more time saves
Re: Super Mario Bros: The Human Limit
#9as someone with no prior opinion or interest in speed-running, this is a surprisingly good watch! some thoughts - given the timeline of progress, i guess we might see THE perfect run in the next 12 months or so - how did they figure out the theoretical best time in the first place? - is machine learning being applied to this problem yet? might be able to discover some more time saves
Re: Super Mario Bros: The Human Limit
#10as someone with no prior opinion or interest in speed-running, this is a surprisingly good watch! some thoughts - given the timeline of progress, i guess we might see THE perfect run in the next 12 months or so - how did they figure out the theoretical best time in the first place? - is machine learning being applied to this problem yet? might be able to discover some more time saves
A rarely used tool is brute-force searching for ideal inputs by making a computer play the game, trying all possible inputs. In theory, this process could find the ideal set of inputs for any game, but since the space of all possible inputs grows exponentially with the length of the sequence, this is only viable for optimizing very small portions of the speed run. Instead, a heuristic algorithm can be used. Although such an approach does not guarantee a perfect solution, it can prove very effective for solving simple puzzle games.