-
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
Improve data loading from D4RL and convert RL Unplugged to D4RL format #624
Conversation
@Trinkle23897 I will make the change in all |
Codecov Report
@@ Coverage Diff @@
## master #624 +/- ##
==========================================
+ Coverage 93.50% 93.56% +0.05%
==========================================
Files 68 68
Lines 4556 4567 +11
==========================================
+ Hits 4260 4273 +13
+ Misses 296 294 -2
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 |
Sure, please go ahead. |
How about using a function in |
Sure. I can do that. |
make format
(required)make commit-checks
(required)Improve data loading from D4RL and convert RL Unplugged data to D4RL format following the discussion.