Open wonchul-kim opened 7 years ago
I am using python 2.7
and I guess because of this version difference,
I keep getting error in the part of 'def deep_q_learning(~)' SyntaxError: 'return' with argument inside generator
How can I solve this????
Just delete the line with return stats at the end of the function. It shouldn't have any impact on (this) program.
return stats
I am using python 2.7
and I guess because of this version difference,
I keep getting error in the part of 'def deep_q_learning(~)' SyntaxError: 'return' with argument inside generator
How can I solve this????