rishihahs / pokemonai

Reinforcement learning approach to playing competitive Pokémon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon AI


Goal

Reinforcement learning approach to playing competitive Pokémon. Battling is done on Smogon's Pokémon Showdown! battle simulator.

Ideas to Explore

  • Batch RL (experience replay/fitted Q iteration)
  • Online TD Learning
  • PG methods (DDPG)
  • Monte Carlo Tree Search (with simplfied assumptions)
  • Imitation learning with Smogon leaderboard

About

Reinforcement learning approach to playing competitive Pokémon.

License:MIT License


Languages

Language:Python 100.0%