From 94c90aed6e04a2494860d5f10d92a40cac648488 Mon Sep 17 00:00:00 2001 From: Sanjeevan Ahilan Date: Fri, 7 Feb 2020 17:33:15 +0000 Subject: [PATCH] fixes ppo import --- test/test_ppo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ppo.py b/test/test_ppo.py index f4a965ce2..9ddaab8be 100644 --- a/test/test_ppo.py +++ b/test/test_ppo.py @@ -6,7 +6,7 @@ import gym import tensorflow as tf -from spinup import ppo +from spinup import ppo_tf1 as ppo class TestPPO(unittest.TestCase):