kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.25k stars 266 forks source link

respond for the issue #508

Closed dvstter closed 2 years ago

dvstter commented 2 years ago

fixed one little problem for the MultiDiscrete observation space.

the issue is here

kengz commented 2 years ago

unit tests pass (the failure above is due to github action posting code coverage failing). Merging. Thanks for the contribution!