question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for MultiDiscrete/MultiBinary action spaces

See original GitHub issue
  • distributions.py need to be updated (and maybe ppo/a2c) with MultiCategorical and Bernoulli distributions

  • the envs from identity_env.py should help to create tests

@rolandgvc is working on it

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
araffincommented, May 9, 2020

I think it would be better if you open a draft pull request 😉

1reaction
araffincommented, May 9, 2020

Flattened seems the easiest and cleanest way, no?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found