Replies: 1 comment 1 reply
-
Also set up the docs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far the work done is:
Thanks to @findmyway for his patience in explaining various concepts and insights into design I was able to put out a basic implementation of RLDatasets.jl.
Release the basic version RLDatasets.jl enabling the use of d4rl datasets out of the box and make it convenient for use in Offline Reinforcement Learning by returning an iterator.
The work for this week would be:
This would amount to a majority of work that would be needed to register RLDatasets.jl.
@pilgrimygy Please give your thoughts on the features that you would need to make this package usable for offline training. The features for storing and retrieving datasets will be implemented soon.
@findmyway It would be great if you could give your thoughts on the plan.
I also think that we would be needing a storage facility to put the datasets that we would be releasing down the line.
Beta Was this translation helpful? Give feedback.
All reactions