Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Recommender System step-by-step output #19

Open
theolanganay opened this issue Oct 23, 2020 · 2 comments
Open

Recommender System step-by-step output #19

theolanganay opened this issue Oct 23, 2020 · 2 comments

Comments

@theolanganay
Copy link

Hello,

I am working on a project and we want to use recsim to understand how RL agents on recommender systems work. We created a new environment based on our business case and applied the full-slate-q agent on it, but the only output we have are the reward graphs in the TensorBoard.

Would it be possible to display the step-by-step output for a given user starting state, with the recommandations made by the agent and the choices made by the user to understand better how everything works?

Congrats for the great work and thanks in advance!

Théophile

@theolanganay theolanganay changed the title Recommender System output display Recommender System step-by-step output Oct 23, 2020
@lubit
Copy link

lubit commented Apr 14, 2021

I have the same doubts...

@cwhsu-google
Copy link
Contributor

Thanks for using RecSim and sorry for the late reply.

Currently we cannot visualize step-by-step output for state transitions and others because it depends on your user/doc representation. For metrics we do have a conventional way to do it and that's why we can use Tensorboard for it. However, you can always dump trajectories by setting episode_log_file and inspect state transitions, recommendations, and choices from there.

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

No branches or pull requests

3 participants