moved imports back to run

This commit is contained in:
Peter Zhokhov
2018-10-22 17:15:24 -07:00
parent 0c9b236475
commit bcb4d4f795
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@

View File

@@ -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