WenjieZ / pokemongo

Using Nash Equlibrium to build minimalist PvE lists for Pokémon GO.

Home Page:http://www.zhengwenjie.net/pokemon-meta-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon GO

Using Nash Equlibrium to build minimalist PvE lists for Pokémon GO.

This repo uses the Nash Equilibrium to build a minimalist PvE list for Pokémon GO: With few Pokémon, you are able to seize all gyms and defend against all gym invaders. This practice allows you to concentrate your resources on few Pokémon and build an all-round strong team.

Dependencies

This repo is Python 3 and depends on the following package:

  • numpy
  • pandas <=v0.23 (v0.24 won't work)
  • xlrd

Usage

$ python pokemongo.py

The results is stored in the metalist.txt file by default.

A Jupyter notebook with the same name is provided as the demo.

Branches

  • master: timeout as win condition in gym battles
  • raid: boss raid

Acknowledgement

The dataset is contributed by Reddit user UW_Unknown_Warrior.

Also thanks to Vince Knight for helpful discussion.

About

Using Nash Equlibrium to build minimalist PvE lists for Pokémon GO.

http://www.zhengwenjie.net/pokemon-meta-list/


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%