From bcb4d4f795f6d9498bbc268d65643de1892c58aa Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Mon, 22 Oct 2018 17:15:24 -0700 Subject: [PATCH] moved imports back to run --- baselines/__init__.py | 1 + baselines/run.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/baselines/__init__.py b/baselines/__init__.py index e69de29..8b13789 100644 --- a/baselines/__init__.py +++ b/baselines/__init__.py @@ -0,0 +1 @@ + diff --git a/baselines/run.py b/baselines/run.py index c81e9f8..bdebc84 100644 --- a/baselines/run.py +++ b/baselines/run.py @@ -18,6 +18,8 @@ import baselines.acktr.acktr import baselines.deepq.deepq import baselines.ddpg.ddpg import baselines.ppo2.ppo2 + +# not really sure why flake8 complains only about trpo_mpi here... import baselines.trpo_mpi.trpo_mpi # noqa: F401