mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
N-step DQN
This commit is contained in:
+2
-1
@@ -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 *
|
||||
Reference in New Issue
Block a user