Skip to content

Commit

Permalink
Add only_legs setup with different simulators (#32)
Browse files Browse the repository at this point in the history
* adding only legs sim2sim

---------

Co-authored-by: nathanjzhao <[email protected]>
Co-authored-by: is2ac2 <[email protected]>
Co-authored-by: wuallenwu <[email protected]>
Co-authored-by: Stompy McStompyface <[email protected]>
Co-authored-by: WT-MM <[email protected]>
  • Loading branch information
6 people authored Jul 30, 2024
1 parent cc0dc21 commit 1082890
Show file tree
Hide file tree
Showing 33 changed files with 1,820 additions and 2,094 deletions.
Binary file added policy_1.pt
Binary file not shown.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ markers = [
]

[tool.mypy]

ignore_missing_imports = true
pretty = true
show_column_numbers = true
show_error_context = true
Expand All @@ -30,8 +30,7 @@ warn_redundant_casts = true
incremental = true
namespace_packages = false

exclude = ["sim/humanoid_gym/", "sim/deploy", "sim/scripts/create_mjcf.py"]

exclude = ["sim/humanoid_gym/", "sim/scripts/create_mjcf.py"]


[[tool.mypy.overrides]]
Expand All @@ -43,8 +42,6 @@ module = [
"mujoco.*",
]

ignore_missing_imports = true

[tool.isort]

profile = "black"
Expand All @@ -54,7 +51,7 @@ profile = "black"
line-length = 120
target-version = "py310"

exclude = ["sim/humanoid_gym", "sim/deploy/"]
exclude = ["sim/humanoid_gym"]

[tool.ruff.lint]

Expand Down
77 changes: 0 additions & 77 deletions sim/deploy/config.py

This file was deleted.

184 changes: 0 additions & 184 deletions sim/deploy/policy.py

This file was deleted.

Loading

0 comments on commit 1082890

Please sign in to comment.