brendanator / atari-rl

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

Sourcery Starbot ⭐ refactored brendanator/atari-rl (Sourcery refactored) #18

Closed sourcery-ai-dev[bot] closed 4 years ago

sourcery-ai-dev[bot] commented 4 years ago

Pull Request #14 refactored by Sourcery.

Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from it with only the style fixes.

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to the original Pull Request

    Incorporate changes via command line
    git fetch https://github.com/brendanator/atari-rl pull/14/head
    git merge --ff-only FETCH_HEAD
    git push
    

NOTE: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically.

See our documentation for configuring or disabling Sourcery.