Recommender_system_via_deep_RL
Recommender_system_via_deep_RL copied to clipboard
The problem of model training
Dear author, I am reproducing this code recently. I have some questions to ask you:
- Why is the model training "MAX_EPISODE_NUM" set to 8000 ? Is the result better the more times you train? Will it overfit?
- Have you set up offline experiments and online experiments?
Dear author, I am reproducing this code recently. I have some questions to ask you:
- Why is the model training "MAX_EPISODE_NUM" set to 8000 ? Is the result better the more times you train? Will it overfit?
- Have you set up offline experiments and online experiments?
Hello, nayujia!
- There is no reason in 8000. You can change it. Even if you change the MAX_EPISODE_NUM to more than 8000, the result will not be getting better. I think the reason is in the simulator. check this reply https://github.com/backgom2357/Recommender_system_via_deep_RL/issues/5#issuecomment-963669449
- I just set up offline experiments.