-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn the user not to run the car examples.
- Loading branch information
1 parent
d7b03d3
commit 5c108c6
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
5 changes: 5 additions & 0 deletions
5
neural_network_lyapunov/examples/car/train_acceleration_car_demo.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters