Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 396 Bytes

Pokemon-Battle-RL-Agent

Comparison of different reinforcement learning algorithms to find an optimal battle strategy in Pokémon

Host local Pokemon Showdown server

git clone https://github.com/smogon/pokemon-showdown.git
cd pokemon-showdown
npm install
cp config/config-example.js config/config.js
node pokemon-showdown start --no-security

Run program

python main.py