Skip to content

Commit

Permalink
Update LunarLander-v2_PPO.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonlessons authored Nov 12, 2020
1 parent db9783a commit 87880f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LunarLander-v2_PPO/LunarLander-v2_PPO.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def PlotModel(self, score, episode):
pylab.ylabel('Score', fontsize=18)
pylab.xlabel('Steps', fontsize=18)
try:
pylab.grid()
pylab.grid(True)
pylab.savefig(self.env_name+".png")
except OSError:
pass
Expand Down

0 comments on commit 87880f9

Please sign in to comment.