API call rate limit?
Hi all, for a project I would like to implement a D-Wave powered action selection for a RL training loop with 70 steps per iteration and 100000 iterations. The code normally runs at a rate of 320 iterations per second. It slows down considerably when running the Hybrid action selection. Is there an API call rate limit I should be aware of when integrating the D-Wave LeapHybridSampler in my training loop?
Thank you in advance
Raphael
Comments
Hello,
The behaviour you are seeing is likely due to the time_limit parameter passed into the LeapHybridSampler's sample call.
There is a minimum value for hybrid sample calls.
Please take a look at the solver properties and parameters sections of our documentation to learn more about the LeapHybridSampler.
Please sign in to leave a comment.