tkipf / c-swm

Contrastive Learning of Structured World Models
MIT License
386 stars 67 forks source link

What are the "interactions" in 2d-BoxPushing and 3d-BoxPushing? #9

Open Luodian opened 3 years ago

Luodian commented 3 years ago

Hi, Kipf~I really appreciate your work. I am wondering if the GNN is modeling interactions between objects.

After heading over the codes, I found that when collision happens from object A to object B, there's no bouncing back of object A and pushing forward happens to object B. So what are the interactions in 2d-boxpushing and 3d-boxingpushing experiments. The objects in those two experiments are more like independent with each other.

For 3-body physics, I understand the interactions are the forces among spheres.

Best regards.