1 repository
Mechanisms that automatically resize GPU memory buffers at runtime to prevent overflow errors.
Distinct from GPU Buffer Allocators: Distinct from GPU Buffer Allocators: focuses on dynamic resizing to prevent overflows, not general allocation strategies.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Buffer Resizers. Refine with filters or upvote what's useful.
Isaac Lab is an open-source framework for training robot policies in physically simulated environments, supporting both single-agent and multi-agent reinforcement learning. It is built on an Omniverse-PhysX simulation backend that models rigid bodies, articulated systems, deformable objects, and sensors, and provides a task-based environment configuration system where each training environment is defined as a modular class specifying observation spaces, action spaces, reward functions, and termination conditions. The framework distinguishes itself through an RL-library abstraction layer that
Dynamically resizes physics simulation buffers to prevent overflow errors when collision counts exceed initial capacity.