Sidney Tio

Results 6 comments of Sidney Tio

hi team! could i request a review for this please?

thanks for the review! made the changes as advised. Some of the changes requested were for code inherited from CategoricalProjectionNetwork, so I'm not sure if it warrants a separate PR...

https://gist.github.com/sidney-tio/66abada949f1b629dd9ee28777d402d5 For anyone looking for a quick implementation: I made a work around based on the suggestion by @PeterZhizhin If the team likes, I could make a proper PR for...

No, I don't think I have tried that. I assume you are referring to something like a `gym.spaces.Dict` type of nested structure where we could specify `{'action1': 4, 'action2': 3}`?...

my current workflow was to generate a spec from a `gym.spaces.MultiDiscrete` instance before creating the network. I can see why something like a nested action space would be useful. I...

hello, not sure if it was missed, but the PR for this issue is up. Could I request for a review please?