Bot for pokemon showdown using reinforcement learning (in progress)
Install poke-rl
Anaconda environment:
conda env create -f environment.yml
Install NodeJS if it is not installed on your machine.
cd pokemon-showdown
node pokemon-showdown start --no-security
Launch a training with config specified in config.yaml config file:
conda activate poke-rl
python train.py