A repository for educational contant on the Sharp Research channel
once you load up the folder, open your terminal
run this command:
python -m venv myenv
you can change the name to anything you want, but myenv is standard
assuming your environment name is myenv, run this command in your terminal
myenv\Scripts\Activate
once your virtual environment is activated, run pip install -r requirements.txt
you now have all the libraries necessary to tweak the code provided in the repository!
adjust the global variables to see how different strategies perform