Recent content by spicy

  1. spicy

    Implementing MCTS for PS

    Just read through a good bit of your blog and you do some really awesome data analysis on there! ReBEL's primary implementation is a poker AI, which does some clever transformations on the information states in order to make it into effectively a perfect information game, and then takes a...
  2. spicy

    Implementing MCTS for PS

    So I have done research into implementing and AlphaGo Zero or even MuZero like algorithm, and I was under the impression that it wouldn’t work because of Pokémon’s imperfect information. Of course you could just pretend it’s a perfect information game with either domain knowledge and usage...
  3. spicy

    Implementing MCTS for PS

    I am a university student and (aspiring) data scientist. I am working on a project to implement Monte Carlo Tree Search in order to make a bot that can efficiently search through the Pokemon game tree and hopefully achieve top level competitive performance. Referencing this video: The creator...
Top