Skip to content

Commit c11acf9

Browse files
committed
Remove redundant line
1 parent f117e5d commit c11acf9

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)