Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.77 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.77 KB

PINNs

Various experiments with PINNs for molecular dynamics simulation. More generally, I'm exploring how to give models intuition based on formal systems with a sort of FEP/active learning cycle.

Rough Idea

Attempt to solve a hairy "outer problem" (e.g. protein-protein-interaction) by teaching a model to choose and learn from a large number of physics simulations. In a vaguely FEP sense, have the model attempt to gather more data in areas corresponding to its greatest surprisal. "Gather more data" meaning choosing + parameterizing simulations along with its objective. It will explore parameter space driven by reward based on learning objectives and effort (compute time). Screenshot 2024-06-11 at 3 14 53 PM

Notebooks

MVE Ensemble with RL simulator param search (WIP!)

mve_ensemble

Resources

Acknowledgements

I started by using Hamiltonian-NN and Lagrangian-NNs as templates (and evolved from there).