You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a small bug, maybe you forgot to remove those lines, or you're currently working on another User?
On line 184 of run.py you create a RealUser object which is not imported/implemented.
You also wrote in the parameters help: parser.add_argument('--usr', dest='usr', default=0, type=int, help='Select a user simulator. 0 is a Frozen user simulator.')
What is a Frozen user simulator?
Thanks!
The text was updated successfully, but these errors were encountered:
Just a small bug, maybe you forgot to remove those lines, or you're currently working on another User?
On line 184 of run.py you create a RealUser object which is not imported/implemented.
You also wrote in the parameters help:
parser.add_argument('--usr', dest='usr', default=0, type=int, help='Select a user simulator. 0 is a Frozen user simulator.')
What is a Frozen user simulator?
Thanks!
The text was updated successfully, but these errors were encountered: