Skip to content

Bot for pokemon showdown using reinforcement learning (in progress)

License

Notifications You must be signed in to change notification settings

Fabien-Couthouis/RL-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-pokemon

Bot for pokemon showdown using reinforcement learning (in progress)

Installation

Install poke-rl Anaconda environment:

conda env create -f environment.yml

Launch local showdown client

Install NodeJS if it is not installed on your machine.

cd pokemon-showdown
node pokemon-showdown start --no-security

Launch training

Launch a training with config specified in config.yaml config file:

conda activate poke-rl
python train.py

About

Bot for pokemon showdown using reinforcement learning (in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages