Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RealUser not defined #3

Open
NicolasAG opened this issue Feb 7, 2017 · 3 comments
Open

RealUser not defined #3

NicolasAG opened this issue Feb 7, 2017 · 3 comments

Comments

@NicolasAG
Copy link

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.

if usr == 0:
    user_sim = RealUser(movie_dictionary, act_set, slot_set, goal_set, usersim_params)

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!

@jose2007kj
Copy link

me too got the same error......., @NicolasAG sir have you solved this.....
thanks

@NicolasAG
Copy link
Author

@jose2007kj no I just ignored this case when args.usr==0

@shibing624
Copy link

no RealUser, replace it with RuleSimulator.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants