minimalRL icon indicating copy to clipboard operation
minimalRL copied to clipboard

Remove redundant while loop break in dqn.py

Open ginoperrotta opened this issue 2 years ago • 0 comments

The training loop in dqn.py has both while not done and if done: break. This is harmless, but redundant. Given this repo's focus on minimalism, though, I thought the break statement should be removed.

ginoperrotta avatar Dec 01 '21 01:12 ginoperrotta