Skip to content

Commit

Permalink
stompy_v2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ac2 committed Jul 4, 2024
1 parent 85405f7 commit 4ab2f4d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions sim/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@


def model_dir() -> Path:
# return Path(os.environ.get("MODEL_DIR", "models"))
# return Path(os.environ.get("MODEL_DIR", "stompytherobot"))
# return Path("/home/dpsh/isaacs_sim/sim/sim/stompy2")
return Path("/home/dpsh/isaacs_sim/sim/sim/stompy2")
# path = Path(os.environ.get("MODEL_DIR", "models"))
# path = Path("/home/dpsh/isaacs_sim/sim/sim/stompy2")
# replace with your own file path

path = Path("/path/to/stompy/folder")

return path


def run_dir() -> Path:
Expand Down

0 comments on commit 4ab2f4d

Please sign in to comment.