Examples#

Library examples#

The following examples are part of the Warp-NN library. Their source code is available in the library’s repository under the examples directory.

Link

Description

Variational Autoencoder (VAE)

Train and test a Variational AutoEncoder (VAE) on the MNIST dataset.

Third-party examples#

The following examples are not part of the Warp-NN library, but are provided as references:

Link

Description

skrl

End-to-end GPU-accelerated implementation of Reinforcement Learning (RL) algorithms in PyTorch, JAX and Warp. Support for Isaac Lab, MuJoCo Playground, Gymnasium, and others.