EXOKERN1 commited on
Commit
373be78
·
verified ·
1 Parent(s): e92a823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -88,19 +88,9 @@ print(f"Force: {wrench[:3]} N, Torque: {wrench[3:]} Nm")
88
  - **Domain Randomization:** Default FORGE PegInsert parameters
89
 
90
  ## Reproduction
91
- ```bash
92
- # 1. Train policy (~20-30 min on RTX 4090)
93
- ./isaaclab.sh -p scripts/reinforcement_learning/rl_games/train.py \
94
- --task Isaac-Forge-PegInsert-Direct-v0 --headless --num_envs 512
95
-
96
- # 2. Collect data (~2 episodes/min with num_envs=1)
97
- ./isaaclab.sh -p /workspace/play_with_logging.py \
98
- --task Isaac-Forge-PegInsert-Direct-v0 --headless --num_envs 1 \
99
- --checkpoint /path/to/Forge.pth
100
-
101
- # 3. Build LeRobot dataset (in conda env, NOT Isaac Sim Python!)
102
- python build_lerobot_dataset.py
103
- ```
104
 
105
  ## License
106
 
 
88
  - **Domain Randomization:** Default FORGE PegInsert parameters
89
 
90
  ## Reproduction
91
+
92
+ Details on reproduction methodology available upon request.
93
+ Contact: [exokern.com](https://exokern.com)
 
 
 
 
 
 
 
 
 
 
94
 
95
  ## License
96