ottertune/server/analysis/ddpg/__init__.py

11 lines
157 B
Python

#
# OtterTune - __init__.py
#
# Copyright (c) 2017-18, Carnegie Mellon University Database Group
#
from analysis.ddpg.ddpg import DDPG
__all__ = ["DDPG"]