-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Roadmap for D4RL #175
Comments
Would it be possible to also remove the dependency on mujoco_py (like it was done in gym as far as I know)? Since downloading mujoco manually every time is extremely annoying (and compiling mujoco_py on m1 which seems to be unreal for now 😠 ) and makes some works based on d4rl hard to reproduce (different repos may have different mujoco binaries). |
Yes, that is part of our plan. We want the project to be more API than environment repo so we hope to have minimal dependencies for users |
Hi, will it be moved to gymnaisum isntead of gym? Best |
Hi, this roadmap has changed. |
Recently, the Farama Foundation has recently taken over D4RL and has several plans for maintaining D4RL.
For the
OfflineDataset
, we plan to make a more framework-agnostic than RLDS that requires the use of Tensorflow Datasets.In addition, we will be regenerating the dataset for all of the supported environments (e.g. we are dropping pybullet support due to mujoco being open source now) and confirming the performance reported in the paper with the new datasets.
If there are any more changes that would be of interest to users, please comment them below
If developers are interested in helping improve the project, please join the discord (https://discord.gg/nHg2JRN489) and message in the D4RL channel
The text was updated successfully, but these errors were encountered: