Skip to content

Commit

Permalink
adding tworr with PID and SAC environment, dev, openai#1
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdinobar committed Mar 22, 2024
1 parent 1948d31 commit a44eafd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spinup/examples/pytorch/inverted_pendulum_SAC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a44eafd

Please sign in to comment.