if episode % 50 == 0:
print('Episode {} Total Reward: {} counter: {}'.format(episode,G,counter))
转载于:https://www.cnblogs.com/xinping-study/p/9296471.html
if episode % 50 == 0:
print('Episode {} Total Reward: {} counter: {}'.format(episode,G,counter))
转载于:https://www.cnblogs.com/xinping-study/p/9296471.html