Miguel Sánchez de León Peque
Miguel Sánchez de León Peque
Anyway we will probably implement better handling of SIGINT/SIGTERM for `1.0.0`, though. The case in which the agent simply "dies" will still need to be handled by the user.
Thanks for reporting this issue! :blush: It sounds reasonable. Do you have a reproducible case that fails due to forcing `pickle` serialization in each of those cases? It would be...
osBrain is meant for real-time applications. You could implement some kind of synchronization mechanism between the agents for a "virtual time simulation", but that is not built-in. Depending on your...
Maybe. Currently agents are based on system processes, which are heavy to spawn, specially on Windows systems. If you have lots of RAM then that may not be a huge...
Initially, as a very dirty approximation, you could simply launch a step and see how much it takes to run (measure a couple of times). Measure until you see no...
@shahab7494 Maybe you will be interested in this discussion: https://github.com/opensistemas-hub/osbrain/issues/356
Also [asked in Stack Overflow, with a bounty](https://stackoverflow.com/questions/59462182/embed-widgets-with-jupyter-cadquery-threejs-wrong-position-on-load), in case someone wants to reply there and get the bounty. :innocent:
That wild guess may fix the camera target offset. Note that, also, the perspective is lost (the view in the exported HTML is not an orthogonal view). So maybe something...
Just to avoid having multiple conversations in different issues, I will add the relevant information from https://github.com/bernhard-42/jupyter-cadquery/issues/5. @bernhard-42's "wild guess": > Maybe the embeddingjavascript code does not callupdate()` at the...
@jasongrout It seems @bernhard-42 was able to find a reproducible case that does not require `jupyter-cadquery`. Just `pythreejs`. :blush: