knowledgedefinednetworking / DRL-GNN

BSD 3-Clause "New" or "Revised" License
191 stars 35 forks source link

error: the following arguments are required: -d #10

Closed Double044 closed 2 years ago

Double044 commented 2 years ago

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

paulalmasan commented 2 years ago

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.