Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
b5d094e5
Commit
b5d094e5
authored
Jun 30, 2025
by
Kelly Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds instruction for setting up virtual environments
parent
4dd6a1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
README.md
README.md
+17
-3
No files found.
README.md
View file @
b5d094e5
...
@@ -75,13 +75,13 @@ For detailed Isaac Sim installation instructions, please refer to
...
@@ -75,13 +75,13 @@ For detailed Isaac Sim installation instructions, please refer to
Linux:
Linux:
```
```
ln -s IsaacSim/_build/linux-x86_64/release _isaac_sim
ln -s
../
IsaacSim/_build/linux-x86_64/release _isaac_sim
```
```
Windows:
Windows:
```
```
mklink /D _isaac_sim IsaacSim\_build\windows-x86_64\release
mklink /D _isaac_sim
..\
IsaacSim\_build\windows-x86_64\release
```
```
5.
Install Isaac Lab
5.
Install Isaac Lab
...
@@ -98,7 +98,21 @@ For detailed Isaac Sim installation instructions, please refer to
...
@@ -98,7 +98,21 @@ For detailed Isaac Sim installation instructions, please refer to
isaaclab.bat -i
isaaclab.bat -i
```
```
6.
Train!
6.
[
Optional
]
Set up a virtual python environment (e.g. for Conda)
Linux:
```
source ../IsaacSim/_build/linux-x86_64/release/setup_conda_env.sh
```
Windows:
```
..\IsaacSim\_build\windows-x86_64\release\setup_python_env.bat
```
7.
Train!
Linux:
Linux:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment