You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MuJoCo is designed to not dynamically allocate any memory at runtime, which is great for e.g. embedded applications. However, in many higher-level use cases, it is desirable to have a mechanism that would allow the mjData buffer to grow dynamically when full, rather than triggering a memory error.
In terms of implementation detail, this is possibly best done as a new C++ API that wraps the existing C API.
The text was updated successfully, but these errors were encountered:
MuJoCo is designed to not dynamically allocate any memory at runtime, which is great for e.g. embedded applications. However, in many higher-level use cases, it is desirable to have a mechanism that would allow the mjData buffer to grow dynamically when full, rather than triggering a memory error.
In terms of implementation detail, this is possibly best done as a new C++ API that wraps the existing C API.
The text was updated successfully, but these errors were encountered: