diff --git a/spinup/examples/pytorch/inverted_pendulum_SAC.py b/spinup/examples/pytorch/inverted_pendulum_SAC.py index 1abeeeebd..c1e894bf5 100644 --- a/spinup/examples/pytorch/inverted_pendulum_SAC.py +++ b/spinup/examples/pytorch/inverted_pendulum_SAC.py @@ -9,10 +9,10 @@ from spinup.utils import plot import os -TRAIN=False -DEBUG=True -env_fn = lambda: gym.make('Tworr-v1') -exp_name = "Tworrv0_0" +TRAIN=True +DEBUG=False +env_fn = lambda: gym.make('Tworr-v0') +exp_name = "Tworrv0_1" if __name__ == '__main__': if TRAIN: # train