install dependencies with "pip install -r requirements.txt"
add your virtual environment in .gitignore if you use one.
frogger_train.py contains the file for training the A2C model for Frogger.
froggergradientclip.py contains the same training process as frogger_train.py but with the addition of clipped gradients.