Skip to main content

Showing 1–3 of 3 results for author: Wawrzyniak, L

.
  1. arXiv:2408.11200  [pdf, other

    cs.LG

    UKAN: Unbound Kolmogorov-Arnold Network Accompanied with Accelerated Library

    Authors: Alireza Moradzadeh, Lukasz Wawrzyniak, Miles Macklin, Saee G. Paliwal

    Abstract: In this work, we present a GPU-accelerated library for the underlying components of Kolmogorov-Arnold Networks (KANs), along with an algorithm to eliminate bounded grids in KANs. The GPU-accelerated library reduces the computational complexity of Basis Spline (B-spline) evaluation by a factor of $\mathcal{O}$(grid size) compared to existing codes, enabling batch computation for large-scale learnin… ▽ More

    Submitted 18 September, 2024; v1 submitted 20 August, 2024; originally announced August 2024.

    Comments: 10 pages, 7 figures, 5 tables

  2. arXiv:2205.03532  [pdf, other

    cs.RO cs.GR cs.LG

    Factory: Fast Contact for Robotic Assembly

    Authors: Yashraj Narang, Kier Storey, Iretiayo Akinola, Miles Macklin, Philipp Reist, Lukasz Wawrzyniak, Yunrong Guo, Adam Moravanszky, Gavriel State, Michelle Lu, Ankur Handa, Dieter Fox

    Abstract: Robotic assembly is one of the oldest and most challenging applications of robotics. In other areas of robotics, such as perception and grasping, simulation has rapidly accelerated research progress, particularly when combined with modern deep learning. However, accurately, efficiently, and robustly simulating the range of contact-rich interactions in assembly remains a longstanding challenge. In… ▽ More

    Submitted 6 May, 2022; originally announced May 2022.

    Comments: Accepted to Robotics: Science and Systems (RSS) 2022

  3. arXiv:2108.10470  [pdf, other

    cs.RO cs.LG

    Isaac Gym: High Performance GPU-Based Physics Simulation For Robot Learning

    Authors: Viktor Makoviychuk, Lukasz Wawrzyniak, Yunrong Guo, Michelle Lu, Kier Storey, Miles Macklin, David Hoeller, Nikita Rudin, Arthur Allshire, Ankur Handa, Gavriel State

    Abstract: Isaac Gym offers a high performance learning platform to train policies for wide variety of robotics tasks directly on GPU. Both physics simulation and the neural network policy training reside on GPU and communicate by directly passing data from physics buffers to PyTorch tensors without ever going through any CPU bottlenecks. This leads to blazing fast training times for complex robotics tasks o… ▽ More

    Submitted 25 August, 2021; v1 submitted 23 August, 2021; originally announced August 2021.

    Comments: tech report on isaac-gym