You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Releases
4
4
**```v0.1: WAFR 2018 Release```**
5
-
holds the code supporting "[A Performance Analysis of Differential Dynamic Programming on a GPU](https://agile.seas.harvard.edu/publications/performance-analysis-parallel-differential-dynamic-programming-gpu)."
5
+
holds the code for "[A Performance Analysis of Differential Dynamic Programming on a GPU](https://agile.seas.harvard.edu/publications/performance-analysis-parallel-differential-dynamic-programming-gpu)."
6
6
7
7
**```v0.2: ICRA 2019 Release```** extends the previous work by integrating LCM for hardware experiments and cleaning up the code base / interface. <!--An extended abstract describing the hardware experiments can be found [here]().-->
8
8
@@ -39,4 +39,4 @@ Then the scripts in the utils folder should launch the drake visualizer and simu
39
39
* BFGS iters may improve / stabilize the EEPos/Vel cost and should be explored
40
40
* Square root implementation of DDP should add numerical stability and should be explored
41
41
* Want to develop URDF > transforms and inertias tool for Arm
42
-
* Would be nice to add a runtime and not compile time switch for Hardware vs. Sim mode and for level of parallelism (M)
42
+
* Would be nice to add a runtime and not compile time switch for Hardware vs. Sim mode and for level of parallelism (M)
0 commit comments