Minimum Vertex Cover with graph reinforcement learning. (A project for the Skoltech RL Course).
To reproduce the experiments, do following:
- (optional)
conda create --name learning_vertex_cover
conda activate learning_vertex_cover
pip install -r requirements.txt
- Run the experiments
chmod +x scripts.sh
./scripts.sh
- Run notebook to get the graphs