irec-org / irec

Interactive Recommender Systems Framework
MIT License
22 stars 5 forks source link

Refactor the evaluation policies #46

Closed ncsilvaa closed 2 years ago

ncsilvaa commented 2 years ago

The evaluation policies should be a folder similar to the "value_functions" where each policy is a python file. A unique code for all policies is not ideal for the project. It's hard to test, add new policies, and give some manutention to the current codes.

thiagodks commented 2 years ago

Yes, I agree, I think it's valid for the other modules too. I can work on it

heitor57 commented 2 years ago

Just do this for the following modules:

thiagodks commented 2 years ago

okay

thiagodks commented 2 years ago

Finish!