Skip to content

Commit

Permalink
Merge pull request #233 from v9joshi/main
Browse files Browse the repository at this point in the history
Fixing tutorial 4b_Reflex
  • Loading branch information
Vittorio-Caggiano authored Sep 19, 2024
2 parents 1b19f73 + 0c11d86 commit bd4679c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorials/4b_reflex/ReflexCtrInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from reflexCtr import LocoCtrl

import myosuite
import gym
from myosuite.utils import gym

import numpy as np
import os
Expand Down Expand Up @@ -52,7 +52,7 @@ def __init__(self, init_dict=DEFAULT_INIT_POSE, dt=0.01, mode='3D', sim_time=2.0
self.init_dict = init_dict
self.seed = seed

self.env = gym.make('myoLegReachFixed-v0', normalize_act=False)
self.env = gym.make('myoLegStandRandom-v0', normalize_act=False)

print(f"Seed added - ", seed)
self.env.reset()
Expand Down

0 comments on commit bd4679c

Please sign in to comment.