Add support for MultiDiscrete/MultiBinary action spaces
See original GitHub issue-
distributions.py
need to be updated (and maybe ppo/a2c) withMultiCategorical
andBernoulli
distributions -
the envs from
identity_env.py
should help to create tests
@rolandgvc is working on it
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
How to deal with multi discrete action spaces? - Reddit
I'm solving a task with multiple discrete action spaces. Currently I'm using separate MLPs that take the same GRU hidden state to output ......
Read more >Action Space Shaping in Deep Reinforcement Learning - arXiv
Multi -discrete action space performs as well as discretized versions. Using discrete actions with only one button down is the least reliable out...
Read more >openai gym - what is an agent I can use with a multi-discrete ...
I have a custom environment with a multi-discrete action space. The action and observation spaces are as follows: Action: MultiDiscrete([ 3 121 ...
Read more >Action Space Shaping in Deep Reinforcement Learning
Multi -discrete action space performs as well as discretized versions. Using discrete actions with only one button down is the least reliable out...
Read more >Training DQN Agent with Multidiscrete action space in gym
I would like to train a DQN Agent with Keras-rl. My environment has both multi-discrete action and observation spaces.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it would be better if you open a draft pull request 😉
Flattened seems the easiest and cleanest way, no?