Categorical DQN cart pole

This commit is contained in:
Shangtong Zhang
2018-03-11 23:54:35 -06:00
parent a907dac0bb
commit 3e47451ef6
6 changed files with 160 additions and 4 deletions
+2 -1
View File
@@ -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 *