simulate a DB tuning environment to test DDPG performance

This commit is contained in:
yangdsh
2019-10-22 19:42:58 -04:00
committed by Dana Van Aken
parent b215b156a4
commit 794418d29f
2 changed files with 151 additions and 5 deletions
-5
View File
@@ -3,8 +3,3 @@
#
# Copyright (c) 2017-18, Carnegie Mellon University Database Group
#
from analysis.ddpg.ddpg import DDPG
__all__ = ["DDPG"]