Update README.md
Browse files
README.md
CHANGED
@@ -31,3 +31,9 @@ configs:
|
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
---
|
34 |
+
|
35 |
+
Move a blue cube and a pink cylinder between target zones.
|
36 |
+
|
37 |
+
Always start and finish with the blue cube and pink cylinder on the right, with the blue cube closer to the arm. This allows us to generate demonstrations without having to intervene for environment resets.
|
38 |
+
|
39 |
+
Always move the blue cube across first. This makes it so that the task is Markovian.
|