curl -L 'https://raw.githubusercontent.com/technote-space/python-setup/master/bin/setup.sh' | bash -s -- 3.7.7 ga
# source ~/.bash_profile
# source ~/.zshrc
pipenv install -dpython src/app.py [task]python src/app.py -p [task]santa-fe-trail
cart-pole
mountain-car
lint
pipenv run lintformat
pipenv run formatdocker build -t ga:latest .docker run ga:latest [task]

