Reinforcement Learning, stable-baselines #69
Replies: 2 comments
-
I am currently working on the implementation of the state2InitialValues() class method. Since I have formulated my mobile robot with redundant coordinates, among other things, I want to make sure that I have understood the concept correctly. Are the return values of State2InitialValues(), namely [initialValues, initialValues_t], only “manually” calculable - similar to the example at https://github.com/jgerstmayr/EXUDYN/blob/master/docs/RST/Examples/openAIgymTriplePendulum.rst? Furthermore, I would like to confirm whether my assumption is correct that initialValues must have the same size as the vector mbs.systemData.GetODE2Coordinates()? |
Beta Was this translation helpful? Give feedback.
-
There 2 things to know:
|
Beta Was this translation helpful? Give feedback.
-
Discussion on how to use exudyn's artificialIntelligence module.
Beta Was this translation helpful? Give feedback.
All reactions