Skip to content

Commit 59316b8

Browse files
authored
added demo notebook (#13)
* added demo notebook * minor readme change
1 parent 1540881 commit 59316b8

File tree

2 files changed

+547
-1
lines changed

2 files changed

+547
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,24 @@
44
[![PyPI version](https://img.shields.io/pypi/v/jaxadi?color=blue)](https://pypi.org/project/jaxadi/)
55
[![PyPI downloads](https://img.shields.io/pypi/dm/jaxadi?color=blue)](https://pypistats.org/packages/jaxadi)
66

7+
78
<p align="center">
89
<!-- Placeholder for a cool logo -->
910
<a href="https://based-robotics.github.io/jaxadi/">
1011
<img src="https://github.com/based-robotics/jaxadi/blob/master/_assets/_logo.png?raw=true" alt="JAXADI Logo" width="400"/></a>
1112
</p>
1213

13-
**JaxADi** is a powerful Python library designed to bridge the gap between `casadi.Function` and JAX-compatible functions. By leveraging the strengths of both CasADi and JAX, JAXADI opens up exciting opportunities for building highly efficient, batchable code that can be executed seamlessly across CPUs, GPUs, and TPUs.
14+
**JaxADi** is a Python library designed to bridge the gap between `casadi.Function` and JAX-compatible functions. By leveraging the strengths of both CasADi and JAX, JAXADI opens up exciting opportunities for building highly efficient, batchable code that can be executed seamlessly across CPUs, GPUs, and TPUs.
1415

1516
JAXADI can be particularly useful in scenarios involving:
1617

1718
- Robotics simulations
1819
- Optimal control problems
1920
- Machine learning models with complex dynamics
2021

22+
Please dive into quick tutorial to get you up to speed in no time <a href="https://colab.research.google.com/github/based-robotics/jaxadi/blob/master/examples/_demo.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" width="120" align="center"/></a>
23+
24+
2125
## Installation
2226

2327
You can install JAXADI using pip:

0 commit comments

Comments
 (0)