Skip to content

Commit 75386dc

Browse files
authored
Merge pull request dennybritz#38 from yenchenlin/remove-redundant-line
Remove redundant line
2 parents c4da78e + c11acf9 commit 75386dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PolicyGradient/a3c/estimators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def __init__(self, reuse=False, trainable=True):
125125
self.targets = tf.placeholder(shape=[None], dtype=tf.float32, name="y")
126126

127127
X = tf.to_float(self.states) / 255.0
128-
batch_size = tf.shape(self.states)[0]
129128

130129
# Graph shared with Value Net
131130
with tf.variable_scope("shared", reuse=reuse):

0 commit comments

Comments
 (0)