EDiRobotics / GR1-Training

A generalized policy for robotics manipulation
Apache License 2.0
53 stars 2 forks source link

i would like to konw what is gr-chunk and why the acc is boosting to 3.556, thanks #2

Open fangqi-Zhu opened 2 weeks ago

StarCycle commented 2 weeks ago

Hi @fangqi-Zhu,

The output of the original GR1: (s1, a1, s2, a2, s3, a3, s4, a4, ...) The output of GR-Chunk: (s1, a1, a2, ..., aN, s2, a2, a3, ..., a_(N+1), s3, ...)

That's the only difference in the implementation.

As for why the performance will boost, there may be 2 possibilities:

图片