A single thread DDPG

This commit is contained in:
Shangtong Zhang
2018-01-01 20:45:15 -07:00
parent 0b075a353b
commit 71002e4109
5 changed files with 158 additions and 2 deletions
+1
View File
@@ -1,2 +1,3 @@
from .async_agent import *
from .DQN_agent import *
from .DDPG_agent import *