Skip to content

Commit

Permalink
Warn the user not to run the car examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkai-dai committed Apr 21, 2023
1 parent d7b03d3 commit 5c108c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions neural_network_lyapunov/examples/car/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**Please do not run the code in this directory!!!!!**.

We attempted to synthesize a neural-network controller for Dubins car with a Lyapunov function. Based on E.D.Sontag's [paper](https://arxiv.org/pdf/math/9902026.pdf), it is impossible to stabilize Dubins car with a continuous controller. Hence using a neural-network controller is doomed to fail.


Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Do not run this code!!!
Dubins car cannot be stabilized by a continuous controller.
"""
import neural_network_lyapunov.examples.car.acceleration_car as\
acceleration_car
import neural_network_lyapunov.utils as utils
Expand Down
5 changes: 5 additions & 0 deletions neural_network_lyapunov/examples/car/train_unicycle_demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Do not run this code!!!!!
Dubins car cannot be stabilized by a continuous controller.
"""
import neural_network_lyapunov.examples.car.unicycle as unicycle
import neural_network_lyapunov.examples.car.unicycle_feedback_system as\
unicycle_feedback_system
Expand Down

0 comments on commit 5c108c6

Please sign in to comment.