/learningVertexCover

Minimum Vertex Cover with graph reinforcement learning

Primary LanguageJupyter Notebook

Learning Vertex Cover

Minimum Vertex Cover with graph reinforcement learning. (A project for the Skoltech RL Course).

To reproduce the experiments, do following:

  1. (optional)
conda create --name learning_vertex_cover
conda activate learning_vertex_cover
  1. pip install -r requirements.txt
  2. Run the experiments
chmod +x scripts.sh
./scripts.sh
  1. Run notebook to get the graphs