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/.
- You'll need Python >= 3.5 (this is because q2 makes use of type annotations)
- Clone this repository
- I recommend setting up a virtual env in which to develop:
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.