Skip to content

Commit

Permalink
fixes ppo import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeevan Ahilan committed Feb 7, 2020
1 parent ed725b3 commit 94c90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ppo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94c90ae

Please sign in to comment.