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)
160160config = configs.CartPoleConfigModule()
161161env = envs.CartPoleEnv()
162162model = 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()
166166```
167167
168168The preparation for experiment has done!
@@ -223,4 +223,4 @@ author = {Shunichi Sekiguchi},
223223title = {PythonLinearNonlinearControl},
224224note = "\url{https://github.com/Shunichi09/PythonLinearNonlinearControl}",
225225}
226- ```
226+ ```
You can’t perform that action at this time.
0 commit comments