zhouxian / act3d-chained-diffuser

A unified architecture for multimodal multi-task robotic policy learning.
117 stars 9 forks source link

error when generate raw train and val data #4

Closed woltium closed 11 months ago

woltium commented 11 months ago

some task report error when generating data Will this have an negative impact on the results?

I1129 19:28:34.234854 140468340590400 task_environment.py:152] Bad demo. Error in task close_drawer. Demo was completed, but was not successful.
Process 0 // Task: reach_target // Variation: 0 // Demo: 27
Process 2 // Task: close_drawer // Variation: 0 // Demo: 15
Process 0 // Task: reach_target // Variation: 0 // Demo: 28
Process 1 // Task: close_fridge // Variation: 0 // Demo: 8
Process 0 // Task: reach_target // Variation: 0 // Demo: 29
Process 2 // Task: close_drawer // Variation: 0 // Demo: 16
Process 0 // Task: reach_target // Variation: 0 // Demo: 30
Process 0 // Task: reach_target // Variation: 0 // Demo: 31
Process 2 // Task: close_drawer // Variation: 0 // Demo: 17
Process 0 // Task: reach_target // Variation: 0 // Demo: 32
Process 1 // Task: close_fridge // Variation: 0 // Demo: 9
Process 0 // Task: reach_target // Variation: 0 // Demo: 33
Process 2 // Task: close_drawer // Variation: 0 // Demo: 18
Process 0 // Task: reach_target // Variation: 0 // Demo: 34
zhouxian commented 11 months ago

I don’t think so. If I remember correctly, failed demo won’t be stored. But probably you need to double check to make sure.

On Wed, Nov 29, 2023 at 5:23 AM woltium @.***> wrote:

some task report error when generating data Will this have an negative impact on the results?

I1129 19:28:34.234854 140468340590400 task_environment.py:152] Bad demo. Error in task close_drawer. Demo was completed, but was not successful. Process 0 // Task: reach_target // Variation: 0 // Demo: 27 Process 2 // Task: close_drawer // Variation: 0 // Demo: 15 Process 0 // Task: reach_target // Variation: 0 // Demo: 28 Process 1 // Task: close_fridge // Variation: 0 // Demo: 8 Process 0 // Task: reach_target // Variation: 0 // Demo: 29 Process 2 // Task: close_drawer // Variation: 0 // Demo: 16 Process 0 // Task: reach_target // Variation: 0 // Demo: 30 Process 0 // Task: reach_target // Variation: 0 // Demo: 31 Process 2 // Task: close_drawer // Variation: 0 // Demo: 17 Process 0 // Task: reach_target // Variation: 0 // Demo: 32 Process 1 // Task: close_fridge // Variation: 0 // Demo: 9 Process 0 // Task: reach_target // Variation: 0 // Demo: 33 Process 2 // Task: close_drawer // Variation: 0 // Demo: 18 Process 0 // Task: reach_target // Variation: 0 // Demo: 34

— Reply to this email directly, view it on GitHub https://github.com/zhouxian/act3d-chained-diffuser/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEV4V6IA7AMY4OCB5RPEZTLYG4ZM3AVCNFSM6AAAAAA77O2VZWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTMNJYGU3TEMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

woltium commented 11 months ago

thank for your answer!

nickgkan commented 10 months ago

Hi, we updated the script to make sure that failed/inconsistent demos are not stored. Thank you for your interest in our work.