Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tychovdo committed Jun 13, 2016
1 parent 82052a4 commit 2162135
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 68 deletions.
4 changes: 4 additions & 0 deletions DQN.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Modified version of
# DQN implementation by Tejas Kulkarni found at
# https://github.com/mrkulk/deepQN_tensorflow

import numpy as np
import tensorflow as tf

Expand Down
10 changes: 10 additions & 0 deletions alphaAgents.py
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
Expand Down
68 changes: 0 additions & 68 deletions database.py

This file was deleted.

0 comments on commit 2162135

Please sign in to comment.