Skip to content

Commit

Permalink
Update ReflexCtrInterface.py
Browse files Browse the repository at this point in the history
Fixed gym import
  • Loading branch information
Varun Joshi committed Sep 18, 2024
1 parent 069b056 commit 0c11d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 0c11d86

Please sign in to comment.