File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/isaac_so_arm101/scripts Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ curl -LsSf https://astral.sh/uv/install.sh \| sh
2222Clone the repository.
2323
2424``` bash
25- git clone https://github.com/pal-robotics/pal_mjlab .git
26- cd pal_mjlab
25+ git clone https://github.com/MuammerBay/isaac_so_arm101 .git
26+ cd isaac_so_arm101
2727uv sync
2828```
2929
Original file line number Diff line number Diff line change 11[project ]
22name = " isaac-so-arm101"
3- version = " 0.1 .0"
4- description = " Add your description here "
3+ version = " 1.2 .0"
4+ description = " Reinforcement Learning with the SO-ARM100 / SO-ARM101 in Isaac Lab "
55readme = " README.md"
66authors = [
7- { name = " Louis Le Lay" , email = " louislelay@pal-robotics .com" }
7+ { name = " Louis Le Lay" , email = " le.lay.louis@gmail .com" }
88]
99requires-python = " ==3.11.*"
1010dependencies = [
Original file line number Diff line number Diff line change 3333import torch
3434
3535import isaaclab_tasks # noqa: F401
36+ import isaac_so_arm101 .tasks # noqa: F401
3637from isaaclab_tasks .utils import parse_env_cfg
3738
3839# PLACEHOLDER: Extension template (do not remove this comment)
You can’t perform that action at this time.
0 commit comments