pokemon-env
v0.2.5
Published
An environment for developing Pokémon battle agents
Downloads
27
Readme
Pokémon Environment
This project is an environment built for the development of Pokémon battle agents, based on the Pokémon Showdown simulator. Check out pokemon-agents for usage examples.
Getting Started
Installing
To clone this project and Pokémon Showdown as a submodule, simply run
git clone --recurse-submodules https://github.com/pokeml/pokemon-env.git
This project requires Node.js 8.x or later. From within the project's root directory, run
npm install
to install the necessary dependencies.
Running
For an example of how to simulate a battle between two agents, run
node examples/sim.js
from the project's root directory.
Contributing
Check out our projects page for getting ideas how you can contribute. Click on the different projects to see the tasks that still need to be done.