Add BaseAgent

This commit is contained in:
Shangtong Zhang
2018-04-05 22:44:38 -06:00
parent 549e4af3b8
commit 5fbc1e2e3f
11 changed files with 41 additions and 174 deletions
-1
View File
@@ -1,4 +1,3 @@
from .async_agent import *
from .DQN_agent import *
from .DDPG_agent import *
from .A2C_agent import *