dgrachev commited on
Commit
7856e4e
·
verified ·
1 Parent(s): ed80304

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -40,15 +40,6 @@ action, info = policy.predict_grasp(
40
  )
41
  ```
42
 
43
- ### With LeRobot A2 Environment
44
-
45
- ```bash
46
- # Data collection
47
- A2_DISABLE_EGL=true uv run python -m lerobot.envs.a2_collect --policy a2 --hf_repo dgrachev/a2_pretrained --task grasp --num_episodes 100
48
-
49
- # Benchmark evaluation
50
- A2_DISABLE_EGL=true uv run python -m lerobot.envs.a2_benchmark --task grasp --policy a2 --hf_repo dgrachev/a2_pretrained
51
- ```
52
 
53
  ## Training Details
54
 
 
40
  )
41
  ```
42
 
 
 
 
 
 
 
 
 
 
43
 
44
  ## Training Details
45