Great, add "curriculum" to the list of words that will spark my interest in human learning, only for it to be about garbage AI. I want HN with a hard rule against AI posts.
Are we really dismissing the entire field of AI just because LLMs are overhyped?
Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
21–30 of 35 posts
Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#22Earlier quoted context omitted.
Are we really dismissing the entire field of AI just because LLMs are overhyped?
Believe it or not, you can visit more than 1 website. How about a guideline to put (AI) like we do with (video). I'm just sick of having to click to figure out if it's about humans or computers. They've hijacked every single word related to the most fascinating thing in the entire universe just to generate ad revenue and VC funding.
> Believe it or not, you can visit more than 1 website.
Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#23Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#24Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#25Unless I am mistaken, this would be the first heuristic-free model trained to play tetris, which is pretty incredible, since mastering tetris from just raw game state has never been close to solved, till now(?)
Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#26Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#27Great, add "curriculum" to the list of words that will spark my interest in human learning, only for it to be about garbage AI. I want HN with a hard rule against AI posts.
Are we really dismissing the entire field of AI just because LLMs are overhyped?
Does any of this used energy benefit any other problem?
Also using "Superhuman" in the title is absurd given this paltry outcome.
Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#28What I like about this writeup is that it quietly demolishes the idea that you need DeepMind-scale resources to get “superhuman” RL. The headline result is less about 2048 and Tetris and more about treating the data pipeline as the main product: careful observation design, reward shaping, and then a curriculum that drops the agent straight into high-value endgame states so it ever sees them in the first place. Once y…
The interesting tasks, however, tend to take a lot more effort.
Re: Scaffolding to Superhuman: How Curriculum Learning Solved 2048 and Tetris
#29I've always found curriculum learning incredibly hard to tune and calibrate reliably (even more so than many other RL approaches!). Reward scales and horizon lengths may vary across tasks with different difficulty, effectively exploring policy space (keeping multimodal strategy distributions for exploration before overfitting on small problems), and catastrophic forgetting when mixing curriculum levels or when introd…
If one can frame the problem into a competition, then self-play has been shown to work repeatedly.