Add Option-Critic

This commit is contained in:
Shangtong Zhang
2018-05-07 22:01:21 -06:00
parent fa294cd532
commit 06876d1269
7 changed files with 199 additions and 2 deletions
+1
View File
@@ -5,3 +5,4 @@ from .CategoricalDQN_agent import *
from .NStepDQN_agent import *
from .QuantileRegressionDQN_agent import *
from .PPO_agent import *
from .OptionCritic_agent import *