takuseno / minerva

An out-of-the-box GUI tool for offline deep reinforcement learning
https://takuseno.github.io/minerva
MIT License
94 stars 9 forks source link

What does Eposide id correspond to in a recommendation dataset #6

Open ayush488 opened 2 years ago

ayush488 commented 2 years ago

I have a recommender dataset where I have userID, user_feature1,user_featureX...., ItemID,Item_feature1...Item_featureY.., reward(sales amount),datetime.. how should I restructure this data to be used/tested in Minerva? In the tutorial, https://minerva-ui.readthedocs.io/en/v0.40/getting_started.html, I am unable to correlate what will be the eposide ID in my dataset.