Replies: 1 comment 3 replies
-
|
We have implemented this feature in pull request, currently supporting discrete action spaces for on-policy algorithms. You are welcome to try it out and perhaps attempt an off-policy version based on this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a paper review where the reviewer asked for some SafeRL method to test against. Your framework looks just what I need, however, I can not see if any of the algos are working with discrete environments. Can you help me out in this? I would run the CPO or SAC on my custom env to test against my algorithm. I would try to build my custom env from your tutorials, however I see the assertion regarding the box action spaces. Here is my env: https://github.com/szkLaszlo/PrefVec/blob/main/other_envs/highway_cl.py. CumulantIntersectionEnv should be used, but we use discrete action spaces.
Beta Was this translation helpful? Give feedback.
All reactions