simulate a DB tuning environment to test DDPG performance

This commit is contained in:
yangdsh
2019-10-21 19:23:27 +00:00
committed by Dana Van Aken
parent b215b156a4
commit 794418d29f
2 changed files with 151 additions and 5 deletions

View File

@@ -3,8 +3,3 @@
#
# Copyright (c) 2017-18, Carnegie Mellon University Database Group
#
from analysis.ddpg.ddpg import DDPG
__all__ = ["DDPG"]