Skip to content

Commit 66c02c4

Browse files
committed
update get start
1 parent 1b40a1b commit 66c02c4

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

projects.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -91,30 +91,4 @@ javac -encoding UTF-8 -cp "lib/*:src" -d build src/ExperimentMain.java
9191
chmod +x script1.sh
9292
```
9393

94-
---
95-
96-
## 🧪 Step 2: Run BabyBench Installation Test
97-
98-
Inside the container (via terminal or noVNC):
99-
100-
```bash
101-
conda activate babybench
102-
cd /babybench
103-
python test_installation.py
104-
```
105-
106-
✅ This will generate the folder `results/test_installation/` with a video of the simulation.
107-
108-
---
109-
110-
## 🤖 Step 3: Run the Self-Touch Example
111-
112-
```bash
113-
conda activate babybench
114-
cd /babybench
115-
python examples/random_selftouch.py
116-
```
117-
118-
✅ This initializes MIMo in the `"crib"` scene and runs a test policy with YAML logging.
119-
12094

0 commit comments

Comments
 (0)