Oak is a Python package for reinforcement learning and search in Generation 1 Pokemon (RBY) battling and team-building.
Once activated
The package is not yet on PyPI. Instead, download a wheel for your python minor version from a successful Github Actions run.
python3 -m venv .venv
source .venv/bin/activate
pip install *.whl
# test
benchmarkInstruction for installing and using the package can be found here.