N-step DQN

This commit is contained in:
Shangtong Zhang
2018-03-12 22:42:47 -06:00
parent f61908ba2a
commit aa4ec06f2e
3 changed files with 119 additions and 2 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ from .async_agent import *
from .DQN_agent import *
from .DDPG_agent import *
from .A2C_agent import *
from .CategoricalDQN_agent import *
from .CategoricalDQN_agent import *
from .NStepDQN_agent import *