Related Experiment Videos
Dynamic structured pruning and merging for real-time acceleration of reinforcement learning
Takato Ishii1, Ryo Ariizumi2, Fumitoshi Matsuno3
1Department of Mechanical Systems Engineering, Tokyo University of Agriculture and Technology, Tokyo, 183-0057, Japan.
Abstract:
Deep reinforcement learning (DRL) remains constrained by high computational costs, hindering its practical deployment. While neural network pruning offers a solution for model compression, most existing DRL approaches rely on unstructured pruning. This results in irregular sparse matrices that lack compatibility with standard hardware, offering no tangible real-time acceleration. Furthermore, pruning in DRL is notoriously challenging due to inherent training instability, which often leads to catastrophic performance degradation. To overcome these limitations, we propose a novel framework that integrates dynamic structured pruning with model merging. By periodically merging parallel network instances, our method effectively counteracts the instability triggered by aggressive structural changes, enabling the use of structured pruning directly compatible with general-purpose hardware. Experimental results on continuous control tasks demonstrate that our approach reduces cumulative training FLOPs by up to 72% while maintaining performance competitive with dense baselines across the majority of environments. Additionally, inference profiling confirms an average latency reduction of 16.2%, highlighting the framework's potential for accelerating both the training and deployment of DRL agents. Our code is available at https://github.com/hail-mary/neuron-pruning.
Related Concept Videos
Reinforcement Schedules
Once a behavior is learned,...
Reinforcement
Positive reinforcement occurs when a behavior is followed by the presentation of a rewarding stimulus, increasing the frequency of that behavior. For example:
Observational Learning
Statically Indeterminate Problem Solving
Collisions in Multiple Dimensions: Problem Solving
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
Associative Learning
Classical conditioning, also known...