Skip to content
Discussion options

You must be logged in to vote

I was able to resolve this issue by adding a DOUBLE_ARRAY in constants.py
Within the Enum InputTypes, I added a DOUBLE_ARRAY type, added DOUBLE_ARRAY return for from_value() function, and DOUBLE_ARRAY check for validate() function.

Additionally, when using Action(), I used the optional dictionary instead of the kwargs to specify the name of the variable, the type (aka ~ "DOUBLE_ARRAY"), value, and I left the units blank.

Also, I would note that improperly defining the observation or action space sometimes resulted in an infinite loop with "wait_for_sim" function. The status would always return "FRESH". Additionally, when improperly setting up the observation or action space, I sometimes r…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by negodfre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant