Skip to content

Commit 87880f9

Browse files
Update LunarLander-v2_PPO.py
1 parent db9783a commit 87880f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LunarLander-v2_PPO/LunarLander-v2_PPO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def PlotModel(self, score, episode):
266266
pylab.ylabel('Score', fontsize=18)
267267
pylab.xlabel('Steps', fontsize=18)
268268
try:
269-
pylab.grid()
269+
pylab.grid(True)
270270
pylab.savefig(self.env_name+".png")
271271
except OSError:
272272
pass

0 commit comments

Comments
 (0)