vahidqo

Results 16 comments of vahidqo
trafficstars

> Hi, I made a pull request to make it compatible with react admin v4. I tried it in my own project and it works nicely. Can't guarantee no bugs...

> @rafaellehmkuhl could you please explain your method for permission more?

any body can help me?

I think they are the same problem and might be a bug, however, does doing flatten make it a discrete space? so what is the point of using Multidiscrete?

Another problem I think is that in Multidiscrete action masking, conditional masking is impossible. For example, when the action space is like this: `self.action_space = MultiDiscrete([3,2])` and masking the second...

> the env defines and computes the masking, so I'm not sure to get why it is not possible to give the agent the correct masking at a given step....

> Or are you talking about taking two actions but sequentially and not two at the same time? (in that case, this is not a multi discrete space) > maybe...

> > > Or are you talking about taking two actions but sequentially and not two at the same time? (in that case, this is not a multi discrete space)...

> > > > > Or are you talking about taking two actions but sequentially and not two at the same time? (in that case, this is not a multi...

To bumping it up again, I believe there is still a problem with multiprocessing/connection.py: My Code is: ``` class Custom(gym.Env): def __init__(self, *args, **kwargs): \\\\\\ self.reset() def _STEP(self, action): \\\\\...