mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
Categorical DQN cart pole
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
from .async_agent import *
|
||||
from .DQN_agent import *
|
||||
from .DDPG_agent import *
|
||||
from .A2C_agent import *
|
||||
from .A2C_agent import *
|
||||
from .CategoricalDQN_agent import *
|
||||
Reference in New Issue
Block a user