Simulation code for "End-to-End Supervised Learning for NOMA-enabled Resource Allocation: a Dynamic and Scalable Approach"
pip install -r requirements.txt
python DataOperation.py using PTN
python SLPTN.pyusing GPN
python SLGPN.py
execute in the background
nohup python SLGPN.py > slgpn.log &
nohup python SLPTN.py > slptn.log &
results
tail -f nohup.out