You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your valuable contributions on SRL!
I'm currently working with the PPOLag algorithm and I've noticed that it only supports Box-type Observation apace and Action space. I would like to know how I can use this algorithm with Discrete-type Observation space and Action space.
Additionally, I'm curious to know if all the SRL algorithms provided by this project default to supporting only Box-type Observation space and Action space. If there are any workarounds or alternative methods to handle Discrete spaces within this library, I would greatly appreciate any guidance or suggestions.
Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered:
At present, OmniSafe does not support models with discrete action spaces and discrete observation spaces. In the spirit of contributing to the community as an open-source software library, we plan to introduce interfaces for environments with discrete action and observation spaces in the near future. We intend to implement this feature using PPO, using typical environments with discrete actions and observations from the Gymnasium as examples.
Required prerequisites
Questions
Hi there,
Thank you so much for your valuable contributions on SRL!
I'm currently working with the PPOLag algorithm and I've noticed that it only supports Box-type Observation apace and Action space. I would like to know how I can use this algorithm with Discrete-type Observation space and Action space.
Additionally, I'm curious to know if all the SRL algorithms provided by this project default to supporting only Box-type Observation space and Action space. If there are any workarounds or alternative methods to handle Discrete spaces within this library, I would greatly appreciate any guidance or suggestions.
Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: