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 7877bca

Browse files
author
Jinjoong Kim
committed
DQN 실행시 게임화면 공백으로 나오는 문제 수정
1 parent acdc112 commit 7877bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎12 - DQN/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _draw_screen(self):
7373
self.current_reward,
7474
self.total_game)
7575

76-
self.axis.clear()
76+
# self.axis.clear()
7777
self.axis.set_title(title, fontsize=12)
7878

7979
road = patches.Rectangle((self.road_left - 1, 0),

0 commit comments

Comments
(0)

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