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?
I've tried to calculate the MAE using the code below. However, the result is very different from table 2 in the paper.
alpha-MDF/latent_space/engine_UR5.py
Line 471 in c5d6cf4
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?