Magnus Müller
Magnus Müller
please, that would be so helpful! Is there any possibility to run async function? I am getting a syntax error
> This depends on ES6 Promise support before it can be added: #273 > > The await keyword looks like it's blocking, so we'd probably need to implement threading for...
> C:\Users\William.conda\envs\Pytorch\python.exe "C:/Users/William/OneDrive - stu.xjtu.edu.cn/桌面/leikun/End-to-end-DRL-for-FJSP-main/End-to-end-DRL-for-FJSP-main/FJSP_MultiPPO/PPOwithValue.py" C:\Users\William\OneDrive - stu.xjtu.edu.cn\桌面\leikun\End-to-end-DRL-for-FJSP-main\End-to-end-DRL-for-FJSP-main\FJSP_MultiPPO\FJSP_Env.py:187: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with...
The error occurs, because the code uses the same critic for Job and Machine Policy. Therefore the same v value is used in the loss function and after the job...
Should work with newest version
https://github.com/browser-use/browser-use/blob/main/examples/models/llama4-groq.py
Thank you very much, realised that as well, and I am now working on a more robust extraction. This week we should be able to fix that.
@patrickomatik Did we solve that for your page with the most recent version?
Ping me on our discord and I am happy to chat there.
Thank you very much. Does this work if there are no images inside the history? - e.g. if use_vision = False?