Quality | Similarity | Learning Curve |
---|---|---|
.
├── ExamplesOfDPPs
│ ├── PointsInSquare
│ ├── SpanningTrees
│ ├── UnitSphereR4
│ └── RecommenderSystem
├── InteractivePrograms
├── LearningDPPs
└── ReinforcementLearningWithDPPs
├── Environments
├── root1_Correct-Assumptions
└── root2_Assumptions-from-Osogami-and-Raymond
Use the package manager pip to install the following packages.
- numpy
- matplotlib
- tqdm
- scipy
- pytorch
Replace PACKAGE_NAME with the names in the list.
pip install PACKAGE_NAME
Replace FILE_NAME with the name of the file you would like to run.
python FILE_NAME.py