Skip to content

Graph Neural Network to predict the reaction related properties for reinforcement learning

License

Notifications You must be signed in to change notification settings

learningmatter-mit/ReactionGraphNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactionGraphNeuralNetwork

Graph Neural Network to predict the reaction related properties for reinforcement learning.

Installation

  • install pytroch, torch_geometric, torch_scatter, torch_cluster pytorch-sparse with right cuda version below example is for pytorch version 2.1 with cuda version 12.1
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
conda install pyg pytorch-cluster pytorch-scatter pytorch-sparse -c pyg
  • install the package
pip install -e .
pip install -e ".[dev]" # For developer version

About

Graph Neural Network to predict the reaction related properties for reinforcement learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages