I've tried to calculate the MAE using the code below. However, the result is very different from table 2 in the paper.
|
data["state"] = data_save |
If the 'state' obtained by online_test in engine_UR5.py(i.e. the code cited above) cannot be directly used to calculate MAE, do other data processing need to be performed before calculating MAE?
In addition, is MAE obtained by using all joint angles?