Interaction-networks_tensorflow icon indicating copy to clipboard operation
Interaction-networks_tensorflow copied to clipboard

Tensorflow Implementation of Interaction Networks for Learning about Objects, Relations and Physics

Results 3 Interaction-networks_tensorflow issues
Sort by recently updated
recently updated
newest added

Dear Jaesik, I am trying to change the code to make it work for my case, which in the training data there are different numbers of objects instead of just...

In the visualised simulations there is the following line `ts_loss_part,velocities=sess.run([mse,P],feed_dict={O:[np.transpose(raw_data[i-1])] ...` which is then fed in to update `estimated_data`. This means the model is predicting based on the GT data,...