Skip to content

Commit e523720

Browse files
author
Shunichi09
committed
Update Readme
1 parent b7efc58 commit e523720

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ R = diag[0.1, 0.1]
3939

4040
X_g denote the goal states.
4141

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

4444
System equation.
4545

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
2-
[![Coverage Status](https://coveralls.io/repos/github/Shunichi09/PythonLinearNonlinearControl/badge.svg?branch=master)](https://coveralls.io/github/Shunichi09/PythonLinearNonlinearControl?branch=master)
3-
[![Build Status](https://travis-ci.org/Shunichi09/PythonLinearNonlinearControl.svg?branch=master)](https://travis-ci.org/Shunichi09/PythonLinearNonlinearControl)
2+
[![Coverage Status](https://coveralls.io/repos/github/Shunichi09/PythonLinearNonlinearControl/badge.svg?branch=master&service=github)](https://coveralls.io/github/Shunichi09/PythonLinearNonlinearControl?branch=master&service=github)
3+
[![Build Status](https://travis-ci.org/Shunichi09/PythonLinearNonlinearControl.svg?branch=master&service=github)](https://travis-ci.org/Shunichi09/PythonLinearNonlinearControl)
44

55
# PythonLinearNonLinearControl
66

@@ -116,21 +116,21 @@ It should be noted that **Model** and **Environment** are different. As mentione
116116

117117
<img src="assets/concept.png" width="500">
118118

119-
## Model
119+
## [Model](PythonLinearNonlinearControl/models/)
120120

121121
System model. For an instance, in the case that a model is linear, this model should have a form, "x[k+1] = Ax[k] + Bu[k]".
122122

123123
If you use gradient based control method, you are preferred to implement the gradients of the model, other wise the controllers use numeric gradients.
124124

125-
## Planner
125+
## [Planner](PythonLinearNonlinearControl/planners/)
126126

127127
Planner make the goal states.
128128

129-
## Controller
129+
## [Controller](PythonLinearNonlinearControl/controllers/)
130130

131131
Controller calculate the optimal inputs by using the model by using the algorithms.
132132

133-
## Runner
133+
## [Runner](PythonLinearNonlinearControl/runners/)
134134

135135
Runner runs the simulation.
136136

0 commit comments

Comments
 (0)