FCPO icon indicating copy to clipboard operation
FCPO copied to clipboard

Parameter setting problem

Open Pandallz opened this issue 2 years ago • 1 comments

Hello, may I ask the following error during the running of the code, what should the "model-name" be? Looking forward to your answer, thank you.

usage: train.py [-h] [--continue] --model-name MODEL_NAME [--simulator {single-path,vine}] train.py: error: the following arguments are required: --model-name

Pandallz avatar Feb 05 '23 06:02 Pandallz

model_name = 'cpo'

You can check the whole train and test process in FCPO/fcpo/README_CPO-ml-100k.ipynb

TobyGE avatar Feb 10 '23 03:02 TobyGE