First real commit, simxarm env added with torchrl!

This commit is contained in:
Cadene
2024-01-29 12:49:30 +00:00
parent 0396980450
commit 1144819c29
11 changed files with 437 additions and 1 deletions

View File

@@ -1 +1,11 @@
# lerobot
# LeRobot
## Installation
Install dependencies using `conda`:
```
conda env create -f environment.yaml
conda activate lerobot
```