Skip to content

Commit

Permalink
attributions in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tychovdo committed Jun 13, 2016
1 parent 2162135 commit 09fdb7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions alphaAgents.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# 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]).
# Used code from:
# The Pacman AI projects were developed at UC Berkeley found at
# http://ai.berkeley.edu/project_overview.html

import numpy as np
import random
Expand Down

0 comments on commit 09fdb7c

Please sign in to comment.