lsw9021 / MASS

Apache License 2.0
584 stars 109 forks source link

Regarding inputs to trajectory minicking network : Reference motion missing ? #36

Open chinmaySwami opened 1 year ago

chinmaySwami commented 1 year ago

Hi,

I was looking into the code and realized that GetState() outputs COM position, velocity and gait phase. This is then used as input during NN training in main.py.

However, Fig. 5 in the paper indicates reference motion as input, which is not the case in the code.

image

Is it the case that the figure does not represent actual inputs to the network, instead it just represents the components used in the trajectory mimicking phase (reference motion is integral part of reward function) ?

Can you please help clarify ?

Thanks, Chinmay Swami