Hacker News new | ask | show | jobs
by NVHacker 445 days ago
Alpha Star was also trained initially from youtube videos of pros playing Starcraft. I would argue that it was pretty trivial a few years ago.
2 comments

I don't think it was videos. Almost certainly it was replay files with a bunch of work to transform them into something that could be compared to the model's outputs. (Alphastar never 'sees' the game's interface, only a transformed version of information available via an API)
This was my understanding as well, as the replay files are all available anyway.

The YouTube documentary is actually very detailed about how they implemented everything.

Which documentary? Is it this one?

https://www.youtube.com/watch?v=UuhECwm31dM

It was a ~1h documentary
Do you know if it was actual videos or some simpler inputs like game state and user inputs? I’d be impressed if it was the former at that time.
starcraft provides replay files that start with the initial game state and then every action in the game. Not user inputs, but the actions bound to them.