seungeunrho/minimalRL

Remove unused import

neal2018 opened this issue · 1 comments

There are some unused imports in the code, such as

import time

I believe it would be better if we remove those unused imports. The code will become shorter and cleaner.

Done! Thanks :)