ibpsa / project1-boptest-gym

Other
43 stars 20 forks source link

Perform tests with multi-dimensional action space #19

Closed javiarrobas closed 1 month ago

javiarrobas commented 3 years ago

So far all tests are performed with a one-dimensional action space. Potential issues may arise from the implementation of the interface with a multi-dimensional action space. It'd be convenient to perform tests in a multi-dimensional action space to prevent those issues.

IamAniket12 commented 2 months ago

Hi @javiarrobas, I tried it with multi-action, but it didn't work. If it’s not assigned to anyone yet, I’d be interested in taking it on.

javiarrobas commented 2 months ago

This is of high priority. Please send a pull request if you get it to work and I'll review it.

IamAniket12 commented 2 months ago

Done!! Created a pull request please review it.