We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aae95a commit 2140356Copy full SHA for 2140356
1 file changed
README.md
@@ -93,6 +93,7 @@ until we release a work dedicated to KMPPI. Below we show the difference between
93
94
The API is mostly the same, with some additional constructor options:
95
```python
96
+import pytorch_mppi as mppi
97
ctrl = mppi.KMPPI(args,
98
kernel=mppi.RBFKernel(sigma=2), # kernel in trajectory time space (1 dimensional)
99
num_support_pts=5, # number of control points to sample, <= horizon
0 commit comments