csingh27sewts / Masterarbeit

0 stars 1 forks source link

Check why the cloth is pushed away towards the edge and solve it asap #62

Open csingh27 opened 3 years ago

csingh27 commented 3 years ago

Value loss, critic loss, actor loss are all increasing and not decreasing.

csingh27 commented 3 years ago

Tried : Changed actor_loss = critic_value - log_probs from actor_loss = log_probs - critic_value

Does not work !

csingh27 commented 3 years ago

Actor loss, critic loss, value loss all are increasing.

csingh27 commented 3 years ago

cloth_corner change action to []7 from []3 also taking corner info into account.

csingh27sewts commented 3 years ago

Actions might not be defined correctly. NaN might be not enough.