As https://github.com/AIcrowd/real_robots/blob/master/environment.md says,
action vector consists of 9 components, each component responsible for it’s own joint (supposedly) .
In reality, single action component deals with several joints.
To be more precise:
– changes in components 0:7 impact finger_0 position;
– action component 8 impacts finger_0 position, as well as action component 7;
– it’s impossible to move finger_1 with component 8 at all.
Was the behavior described above an intended one?
If yes, does actual kuka manipulator work like this, or such ‘entanglement’ was an artificial complication,
serving a purpose of the competition?