Hacker News new | ask | show | jobs
by jumpCastle 3383 days ago
Thanks again. So I guess for multiplayer games a better approach would be reinforcement learning with no game theoretic heuristics?
1 comments

Game theory is always applicable to games :-)

Nash equilibrium is just one aspect of some games.

Game theory is domain specific. Generic methods in AI tend to dominate domain knowledge over time. Although I agree that other game-theoretic techniques might help here.
Game theory is specific to the domain of agents optimizing outcome in adversarial, cooperative, or (rarely) solitary systems. That's a pretty big domain.