Skip to content

Commit 222b606

Browse files
author
Shunichi09
authored
Update README.md
1 parent 215bf5d commit 222b606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ Then you can make each module. (This is example about CEM and CartPole env)
160160
config = configs.CartPoleConfigModule()
161161
env = envs.CartPoleEnv()
162162
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()
166166
```
167167

168168
The preparation for experiment has done!
@@ -223,4 +223,4 @@ author = {Shunichi Sekiguchi},
223223
title = {PythonLinearNonlinearControl},
224224
note = "\url{https://github.com/Shunichi09/PythonLinearNonlinearControl}",
225225
}
226-
```
226+
```

0 commit comments

Comments
 (0)