Performance of AI Algorithms in Playing Games – Evidence from My 2048 AI

I recently worked on an open source project called Jupiter, an online AI written in JavaScript to beat the popular online game 2048. The AI uses the Monte Carlo Tree Search (MCTS) algorithm, which makes moves based on the results of many simulations of r… Read more

Similar