lint:
black .
isort --profile=black .
flake8 --ignore E501 .
test:
python main.py --alpha 0.7 -lr 1e-5