google-research / recsim

A Configurable Recommender Systems Simulation Platform
https://github.com/google-research/recsim
Apache License 2.0
732 stars 127 forks source link

Support for interleaved user interaction #12

Closed jeremy1320 closed 4 years ago

jeremy1320 commented 4 years ago

Hi, On page 12 of the white paper refers that "In the current design, the simulator sequentially simulates each user." Is it available to support interleaved user interaction now?

Thanks, Jeremy.

cwhsu-google commented 4 years ago

Yes. We implemented a MultiUserEnvironment https://github.com/google-research/recsim/blob/master/recsim/simulator/environment.py#L225 class which simulates a batch of users every step. Do you want to take a look and give it a try? Thanks for using RecSim.

On Mon, Mar 16, 2020 at 7:41 AM jeremy1320 notifications@github.com wrote:

Hi, On page 12 of the white paper refers that "In the current design, the simulator sequentially simulates each user." Is it available to support interleaved user interaction now?

Thanks, Jeremy.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google-research/recsim/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVSYDTHDNS45TGOP6DRVODRHY3CRANCNFSM4LMJOQQQ .