-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.82 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<title>Nimble: Physics for Deep Learning</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="header">
<img class="header-logo" src="img/logo_small_white.svg"/>
<div class="header-links">
<a href="https://github.com/nimblephysics/nimblephysics">Github</a>
<a href="docs">Docs</a>
</div>
</div>
<div class="hero bg-dropshadow">
<img class="hero-logo" src="img/logo_small.svg"/>
<div class="hero-title">
<b>nimble</b>physics
<div class="hero-title-beta">beta</div>
</div>
<div class="hero-code">
pip3 install nimblephysics
</div>
<div class="hero-text">
Nimble, <a href="https://arxiv.org/abs/2103.16021">developed at Stanford</a>, is an analytically differentiable fork of the popular <a href="https://dartsim.github.io/">DART</a> physics engine. That means everything from fast Jacobians of dynamics, to using a physical timestep as a non-linearity in your <a href="https://pytorch.org/">PyTorch</a> neural networks!
</div>
<a href="docs" class="hero-docs-button">
Read the Docs
</a>
<div class="hero-github">
<a class="github-button" href="https://github.com/nimblephysics/nimblephysics" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-size="large" data-show-count="true" aria-label="Star keenon/diffdart on GitHub">Star</a>
</div>
</div>
</body>
</html>