Prequisites:
This project uses Python 3. You need to have Python 3 installed on your machine. In addition, you will need to have pip install on your machine.
-
Navigate to project directory
cd QLearning/ -
Create virtual environment
python -m venv venv -
Activate virtual environment
source venv/bin/activate -
Install requirements to the virtual environment
pip install -r requirements.txt -
Run Application
python main.py