A framework and command line interface for reinforcement learning development
A reinforcement learning framework and command line tool.
pip install q2
q2 --help
Make a folder, cd
to it, then run
q2 init
to generate a new reinforcement learning project.
Documentation is available at https://q2.readthedocs.io/.
python -m venv env
pip install -r requirements.txt
To test out the command line tools from your working copy of q2, run
pip install -e .
then run
q2 --help
to test that it worked.
If you want to submit a bug fix or minor change, feel free to make a pull request.
If you want to discuss bigger improvements, send an email to tdbalcorn at gmail dot com.