We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215bf5d commit 222b606Copy full SHA for 222b606
1 file changed
README.md
@@ -160,9 +160,9 @@ Then you can make each module. (This is example about CEM and CartPole env)
160
config = configs.CartPoleConfigModule()
161
env = envs.CartPoleEnv()
162
model = models.CartPoleModel(config)
163
-planner = controllers.CEM(config, model)
164
-runner = planners.ConstantPlanner(config)
165
-controller = runners.ExpRunner()
+controller = controllers.CEM(config, model)
+planner = planners.ConstantPlanner(config)
+runner = runners.ExpRunner()
166
```
167
168
The preparation for experiment has done!
@@ -223,4 +223,4 @@ author = {Shunichi Sekiguchi},
223
title = {PythonLinearNonlinearControl},
224
note = "\url{https://github.com/Shunichi09/PythonLinearNonlinearControl}",
225
}
226
-```
+```
0 commit comments