Skip to content
S

strategy roleplaying-game

Projects with this topic

  • The repository contains an Unreal Engine project for a strategy role playing videogame. The game's combat complexity is low-medium as of the current implementation. The project is meant to be used to test search based adversarial algorithms.

    Implemented: Alpha-beta, Negascout, MTD(f), MonteCarloTreeSearch(UCT), MCTS(Epsilon-greedy) and RAVE. There is an incomplete version of UCT-RAVE.

    Updated
    Updated