Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsuccessful Episodes in the "fractal20220817_data" #45

Open
csuastt opened this issue Feb 29, 2024 · 1 comment
Open

Unsuccessful Episodes in the "fractal20220817_data" #45

csuastt opened this issue Feb 29, 2024 · 1 comment

Comments

@csuastt
Copy link

csuastt commented Feb 29, 2024

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:

tf.Tensor(b'place pepsi can into bottom drawer', shape=(), dtype=string)

Step 0:

Terminate:

tf.Tensor([1 0 0], shape=(3,), dtype=int32)

Image:

episode_436_step_0

Step 1:

Terminate:

tf.Tensor([0 0 0], shape=(3,), dtype=int32)

Image:

episode_436_step_1

Any explanation? Any idea for filtering such episodes?

@csuastt
Copy link
Author

csuastt commented Feb 29, 2024

My current solution is to filter those having fewer steps. But I can still find some failures in "long" episodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant