brendanator / atari-rl

Atari - Deep Reinforcement Learning algorithms in TensorFlow
MIT License
135 stars 31 forks source link

Sourcery refactored master branch #8

Closed SourceryAI closed 4 years ago

SourceryAI commented 4 years ago

Branch master refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

Command line instructions To manually merge these changes, make sure you're on the `master` branch, then run: ```sh git fetch https://github.com/sourcery-ai-bot/atari-rl master git cherry-pick FETCH_HEAD git reset HEAD^ ```

See our documentation for configuring or disabling Sourcery.