Are there any resources on using Spiking Neural Network (SNN) with Isaac Lab for reinforcement learning? #2597
-
Hi everyone, Lately, I've become interested in Spiking Neural Network (SNN). If anyone has any info or links, I’d love to check them out! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It seems so, however, there is some work to do to integrate such examples to Isaac Lab. Here is a list of recent findings: SpikeGym Framework for SNN-PPO TrainingA dedicated framework called SpikeGym has been developed to enable SNN training using Proximal Policy Optimization (PPO) in NVIDIA Isaac Gym environments123. Key features include:
Performance Insights from Experiments
Isaac Lab IntegrationWhile SpikeGym specifically targets Isaac Gym, which is no longer supported, NVIDIA Isaac Lab provides complementary tools for RL workflows:
Key Resources
For practical implementation, combine SpikeGym's SNN components with Isaac Lab's RL infrastructure. Footnotes
|
Beta Was this translation helpful? Give feedback.
It seems so, however, there is some work to do to integrate such examples to Isaac Lab. Here is a list of recent findings:
SpikeGym Framework for SNN-PPO Training
A dedicated framework called SpikeGym has been developed to enable SNN training using Proximal Policy Optimization (PPO) in NVIDIA Isaac Gym environments123. Key features include:
skrl
RL library, supporting both Isaac Gym and MuJoCo simulators12.