Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 911 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 911 Bytes

or

operations research

  1. conda create -n or python=3.7

  2. pip install

  • pip install matplotlib
  • pip install pandas
  • pip install gym
  • pip install networkx
  • pip install slackclient
  • pip install pytest
  • pip install pulp
  • pip install termcolor
  1. PyTorch
  • If you don't have GPU and CUDA, just run "pip install torch==1.7.1 torchvision torchaudio"
  • For details. refer to https://pytorch.org/
  1. PyTorch Geometric (for pytorch 1.7.0, 1.7.1, ...)