seungeunrho / minimalRL

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused import

neal2018 opened this issue · comments

commented

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 :)