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 -d
python src/app.py [task]
python src/app.py -p [task]
santa-fe-trail
cart-pole
mountain-car
lint
pipenv run lint
format
pipenv run format
docker build -t ga:latest .
docker run ga:latest [task]