A reinforcement learning framework and command line tool
Project description
# q2
A reinforcement learning framework and command line tool.
## Get it
` pip install q2 q2 --help `
## Use it
Make a folder, cd to it, then run
` q2 init `
to generate a new reinforcement learning project.
## Docs
Documentation is available at https://q2.readthedocs.io/.
## Develop
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.
## Contributing
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file q2-0.1.4.tar.gz
.
File metadata
- Download URL: q2-0.1.4.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f0b0e05bab4cbb932288a5781a5de838a9604fefa00ac5912672eabe9f671ff |
|
MD5 | 42a869c43a8681c419974799d9b393da |
|
BLAKE2b-256 | 91e9bfe9bc19f5f1595656418a52da9465fa64d577c88f54a1bf7770cbe099b8 |
File details
Details for the file q2-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: q2-0.1.4-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b698ee306f013a9bc89b4cbb3c72e48509be41a76029cb12f19ff2fb62665797 |
|
MD5 | ef85d0ffe7e8d4fcb5f980d2a828b88d |
|
BLAKE2b-256 | 209626b6dea6e2bb31e2dde5bbddc85da88ebd9a9656bb35c5e93dba33f0d85d |