higgsfield / interaction_network_pytorch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interaction-Network-Pytorch

Pytorch Implementraion of Interaction Networks for Learning about Objects, Relations and Physics.

Interaction Network is a powerful graph based framework for dynamic systems. It is able to simulate the physical trajectories of n-body, bouncing ball, and non-rigid string systems accurately over thousands of time steps, after training only on single step predictions.

Our results provide surprisingly strong evidence of IN’s ability to learn accurate physical simulations and generalize their training to novel systems with different numbers and configurations of objects and relations… Our interaction network implementation is the first learnable physics engine than can scale up to real-world problems, and is a promising template for new AI approaches to reasoning about other physical and mechanical systems, scene understanding, social perception, hierarchical planning, and analogical reasoning.

Also see nice blog post and keynote.

Thanks to jaesik817 tensorflow implementation for Physics Engine.

About

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


Languages

Language:Jupyter Notebook 89.4%Language:Python 10.6%