Skip to content

Commit 2b903cf

Browse files
authored
pyro v3
- a new api for dynamic programming algorithms - faster dynamic programming algorithms (about x100) using vectorized numpy operations - a new standard interface and mother class for planner objects
2 parents 8708879 + 49b684f commit 2b903cf

File tree

293 files changed

+5777
-10413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+5777
-10413
lines changed

.gitignore

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,37 @@
55
*.egg
66
*.pyc
77
__pycache__/
8+
*$py.class
9+
.Python
10+
build/
11+
develop-eggs/
12+
dist/
13+
downloads/
14+
eggs/
15+
.eggs/
16+
lib/
17+
lib64/
18+
parts/
19+
sdist/
20+
var/
21+
wheels/
22+
share/python-wheels/
23+
.installed.cfg
24+
MANIFEST
25+
826

9-
# Output fig or video, etc #
27+
# Data etc #
28+
############################
29+
*.npy
30+
*.csv
31+
*.mat
32+
33+
# Output files #
1034
############################
1135
output/
36+
*.html
37+
*.png
38+
*.gif
1239

1340
# Editor Config #
1441
.vscode/
@@ -25,31 +52,14 @@ output/
2552
.pytest_cache/v/cache/lastfailed
2653
.pytest_cache/v/cache/nodeids
2754
.idea/other.xml
28-
*.html
29-
*.png
3055
.idea/workspace.xml
3156
build/
32-
traj_optim_run1_results_0011.npy
33-
traj_optim_run1_results_0010.npy
34-
traj_optim_run1_results_0009.npy
35-
traj_optim_run1_results_0008.npy
36-
traj_optim_run1_results_0007.npy
37-
traj_optim_run1_results_0006.npy
38-
traj_optim_run1_results_0005.npy
39-
traj_optim_run1_results_0004.npy
40-
traj_optim_run1_results_0003.npy
41-
traj_optim_run1_results_0002.npy
42-
traj_optim_run1_results_0001.npy
43-
traj_optim_run1_results_0000.npy
44-
traj_optim_run1_results.pickle
45-
trajresults/solution_with_trust_const2.npy
46-
trajresults/res4_run2_0008.npy
47-
trajresults/res4_run2_0007.npy
48-
trajresults/res4_run2_0006.npy
49-
trajresults/res4_run2_0005.npy
50-
trajresults/res4_run2_0004.npy
51-
trajresults/res4_run2_0003.npy
52-
trajresults/res4_run2_0002.npy
53-
trajresults/res4_run2_0001.npy
54-
trajresults/res4_run2_0000.npy
55-
trajresults/res4_run2.pickle
57+
58+
# Environments
59+
.env
60+
.venv
61+
env/
62+
venv/
63+
ENV/
64+
env.bak/
65+
venv.bak/

classes/udes_gmc705/week1/rrt.npy

-2.8 KB
Binary file not shown.

classes/udes_gmc705/week3/fivelinkrobot_kinematic_controller.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

classes/udes_gmc705/week3/threelinkrobot_kinematic_controller.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

classes/udes_gmc705/week3/twolinkrobot_kinematic_controller.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

classes/udes_gmc705/week3/twolinkrobot_kinematic_vs_dynamic_openloop.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

classes/udes_gmc705/week3/twolinkrobot_quasi_static_controllers.py

Lines changed: 0 additions & 53 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)