Skip to content

Commit 04d2df8

Browse files
authored
Merge pull request #80 from MuammerBay/fix-readme
Fixes README
2 parents 2ff6148 + 3b3f90d commit 04d2df8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ curl -LsSf https://astral.sh/uv/install.sh \| sh
2222
Clone 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
2727
uv sync
2828
```
2929

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "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"
55
readme = "README.md"
66
authors = [
7-
{ name = "Louis Le Lay", email = "louislelay@pal-robotics.com" }
7+
{ name = "Louis Le Lay", email = "le.lay.louis@gmail.com" }
88
]
99
requires-python = "==3.11.*"
1010
dependencies = [

src/isaac_so_arm101/scripts/zero_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import torch
3434

3535
import isaaclab_tasks # noqa: F401
36+
import isaac_so_arm101.tasks # noqa: F401
3637
from isaaclab_tasks.utils import parse_env_cfg
3738

3839
# PLACEHOLDER: Extension template (do not remove this comment)

0 commit comments

Comments
 (0)