google-deepmind / google-deepmind/open_x_embodiment
Unsuccessful Episodes in the "fractal20220817_data"
- Dominant language
- Jupyter Notebook
- Stars
- 2k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I have found some unsuccessful episodes in the `fractal20220817_data` dataset. I am saying that the robot could not complete the task.
For example, there are only **2** steps in #436 (start from 0) episode.
Task instruction:
```python
tf.Tensor(b'place pepsi can into bottom drawer', shape=(), dtype=string)
```
Step 0:
Terminate:
```python
tf.Tensor([1 0 0], shape=(3,), dtype=int32)
```
Image:

Step 1:
Terminate:
```python
tf.Tensor([0 0 0], shape=(3,), dtype=int32)
```
Image:

Any explanation? Any idea for filtering such episodes?
Contributor guide
Assessment
This issue has not been assessed yet.