Skip to content

Commit

Permalink
Updated requirements and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPasqua committed Aug 1, 2023
1 parent ad68a9f commit 7dc328f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ These can also be created on the fly during training, with no need to read files
- `demo.py`: contains a demo script.

## To cite
**The paper is under review.**

For now you can cite this Master's Thesis, which led to the development of what is now _DeepNetSlice_:

```
@article{pasquali2023deep,
title={Deep Reinforcement Learning for Network Slice Placement},
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
numpy~=1.23.4
wheel<=0.38.4
setuptools~=64.0
gym~=0.21.0
numpy~=1.23.4
networkx~=2.8.7
torch~=1.12.1
stable-baselines3~=1.7.0
sb3-contrib~=1.7.0
torch-geometric~=2.1.0
tensorboard~=2.10.0
wandb~=0.13.4

0 comments on commit 7dc328f

Please sign in to comment.