Gerardo Duran-Martin

Results 20 comments of Gerardo Duran-Martin

I had the same problem a couple of days ago. To solve it you simply have to run the command. ``` pyppeteer-install ``` And it will install Chromium for you....

Hi @sbromberger, Not at the moment since I'm working on other projects. However, if no-one is working on this issue once I'm available I'd be happy to retake it.

See the following lines: https://github.com/probml/bandits/blob/4c686514da53dd0272e143b87c04828f16a6dfe7/bandits/agents/linear_kf_bandit.py#L2 https://github.com/probml/bandits/blob/181e60d45916622d4c15b2ebf86464f767c19780/bandits/agents/linear_bandit.py#L4 https://github.com/probml/bandits/blob/737ce05db48385df90be7a1f9a62f16e47459c4d/bandits/agents/limited_memory_neural_linear.py#L6 https://github.com/probml/bandits/blob/737ce05db48385df90be7a1f9a62f16e47459c4d/bandits/agents/neural_linear.py#L4 https://github.com/probml/bandits/blob/181e60d45916622d4c15b2ebf86464f767c19780/bandits/agents/linear_bandit_wide.py#L13

Hi @maheswarantp, should I assign this issue to you?

@maheswarantp, can you also create a script for this? We want to add automatic unit-tests for future releases of JSL.

Hi @rlouf, I’ll work on this issue!

Hey @rlouf. Yes, still planning to work on it. Expect updates in September.

+1 for the implementation. I have been following this thread for a while, but I wasn't aware that an implementation might be possible.

Closed in https://github.com/probml/bandits/commit/3ade11e128e14e13284082b93d863d0cb398ec4b

Hi @zpapakipos! I went with the multiprocessing option you outlined. I'll paste the code here in case someone wants to try this in the future. The code below makes use...