forked from tychovdo/PacmanDQN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Used code from | ||
# DQN implementation by Tejas Kulkarni found at | ||
# https://github.com/mrkulk/deepQN_tensorflow | ||
|
||
# Attribution Information: The Pacman AI projects were developed at UC Berkeley. | ||
# The core projects and autograders were primarily created by John DeNero | ||
# ([email protected]) and Dan Klein ([email protected]). | ||
# Student side autograding was added by Brad Miller, Nick Hay, and | ||
# Pieter Abbeel ([email protected]). | ||
|
||
import numpy as np | ||
import random | ||
import util | ||
|
This file was deleted.
Oops, something went wrong.