File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ Then you can make each module. (This is example about CEM and CartPole env)
160
160
config = configs.CartPoleConfigModule()
161
161
env = envs.CartPoleEnv()
162
162
model = models.CartPoleModel(config)
163
- planner = controllers.CEM(config, model)
164
- runner = planners.ConstantPlanner(config)
165
- controller = runners.ExpRunner()
163
+ controller = controllers.CEM(config, model)
164
+ planner = planners.ConstantPlanner(config)
165
+ runner = runners.ExpRunner()
166
166
```
167
167
168
168
The preparation for experiment has done!
@@ -223,4 +223,4 @@ author = {Shunichi Sekiguchi},
223
223
title = {PythonLinearNonlinearControl},
224
224
note = "\url{https://github.com/Shunichi09/PythonLinearNonlinearControl}",
225
225
}
226
- ```
226
+ ```
You can’t perform that action at this time.
0 commit comments