Skip to content

Commit b7efc58

Browse files
author
Shunichi09
committedApr 7, 2020
Update: Readme and Environment
1 parent 91fa46f commit b7efc58

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- pip install coveralls
99

1010
script:
11-
- coverage run --source=PythonLinearNonlinearControl setup.py test
11+
- coverage run --source=PythonLinearNonlinearControl setup.py pytest
1212

1313
after_success:
1414
- coveralls

‎Environments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

2525
X_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

4040
X_g denote the goal states.
4141

42-
## CatpoleEnv (Swing up)
42+
## [CatpoleEnv (Swing up)]((PythonLinearNonlinearControl/envs/cartpole.py))
4343

4444
System equation.
4545

‎setup.cfg

-5
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.