File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 88 - pip install coveralls
99
1010script :
11- - coverage run --source=PythonLinearNonlinearControl setup.py test
11+ - coverage run --source=PythonLinearNonlinearControl setup.py pytest
1212
1313after_success :
1414 - coveralls
Original file line number Diff line number Diff line change 77| Two wheeled System (Moving Goal) (Coming soon) | x | ✓ | 3 | 2 |
88| Cartpole (Swing up) | x | ✓ | 4 | 1 |
99
10- ## FistOrderLagEnv
10+ ## [ FistOrderLagEnv] ( PythonLinearNonlinearControl/envs/first_order_lag.py )
1111
1212### System equation.
1313
@@ -24,7 +24,7 @@ R = diag[1., 1.]
2424
2525X_g denote the goal states.
2626
27- ## TwoWheeledEnv
27+ ## [ TwoWheeledEnv] ( PythonLinearNonlinearControl/envs/two_wheeled.py )
2828
2929### System equation.
3030
@@ -39,7 +39,7 @@ R = diag[0.1, 0.1]
3939
4040X_g denote the goal states.
4141
42- ## CatpoleEnv (Swing up)
42+ ## [ CatpoleEnv (Swing up) ] ( (PythonLinearNonlinearControl/envs/cartpole.py) )
4343
4444System equation.
4545
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments