Hacker News new | ask | show | jobs
by adw 781 days ago
> And MCTS still the SOTA search algo in Go etc

It's often forgotten that Rich Sutton said the two things which work are learning (the AlphaGo/Leela Zero policy network) and search (MCTS). (I think the most interesting research in ML is around the circumstances in which large models wind up performing implicit search.)

1 comments

Well, gradient optimisation is a form of search.