Skip to content

For a control system of 4 states and 2 control inputs... #3

Discussion options

You must be logged in to vote

Hi,

  1. Look at the list of limitations of the method and check that it will still work for your system.
    Specifically, if your system doesn't have too much noise and doesn't have a delay between actions and their effect on observations

  2. You must either create a gym environment like here: https://www.novatec-gmbh.de/en/blog/creating-a-gym-environment/,
    or if you prefer, create a python object with the same attributes and functions as a gym env, and call it instead in the main script.

  3. Copy main_parameters_pendulum.json and rename it main_parameters_"myenv".json. Set
    - env_to_control to the name of your gym env (if you use a gym env)
    - render_env to false if you did not provide the render m…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@CanChen-Caesar
Comment options

@SimonRennotte
Comment options

@CanChen-Caesar
Comment options

@SimonRennotte
Comment options

@CanChen-Caesar
Comment options

Answer selected by SimonRennotte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants