knowledgedefinednetworking/DRL-GNN

error: the following arguments are required: -d

Closed this issue · 1 comments

This code reports an error
code : parser.add_argument('-d', help='data file', type=str, required=True, nargs='+')
error: the following arguments are required: -d

Hi, according to your comment, I guess you are talking about the parsing or evaluation scripts. In this case, first you should train your model using the steps from https://github.com/knowledgedefinednetworking/DRL-GNN/tree/master/DQN#instructions-to-execute . After some time, the model should store the logs in the corresponding folder and you should be able to parse them.