-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiDiscrete to discrete gym action space wrapper #664
Conversation
…ml-master Conflicts: test/offline/test_cql.py
Codecov Report
@@ Coverage Diff @@
## master #664 +/- ##
==========================================
+ Coverage 93.66% 93.69% +0.02%
==========================================
Files 72 72
Lines 4786 4805 +19
==========================================
+ Hits 4483 4502 +19
Misses 303 303
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Can you please add a test in |
Has been tested to work with DQN and a custom MultiDiscrete gym env.
make format
(required)make commit-checks
(required)Has been tested to work with DQN and a custom MultiDiscrete gym env. #643 #311 #236