Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 748d3ae

Browse files
committed
DQN 오타 수정
1 parent 021f8a9 commit 748d3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎10 - DQN/agent.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def replay():
113113
sess = tf.Session()
114114

115115
game = Game(SCREEN_WIDTH, SCREEN_HEIGHT, show_game=True)
116-
brain = DQN(sess, SCREEN_WIDTH, SCREEN_HEIGHT, NUN_ACTION)
116+
brain = DQN(sess, SCREEN_WIDTH, SCREEN_HEIGHT, NUM_ACTION)
117117

118118
saver = tf.train.Saver()
119119
ckpt = tf.train.get_checkpoint_state('model')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /