safe_rl/__init__.py (4 lines of code) (raw):

from tensorflow.python.util import deprecation as deprecation deprecation._PRINT_DEPRECATION_WARNINGS = False from safe_rl.pg.algos import ppo, ppo_lagrangian, trpo, trpo_lagrangian, cpo from safe_rl.sac.sac import sac