diff --git a/README.md b/README.md index 0a7559e3..f51580ab 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ D4RL is an open-source benchmark for offline reinforcement learning. It provides The current maintenance plan for this library is: 1) Pull the majority of the environments out of D4RL, fix the long standing bugs, and have them depend on the new MuJoCo bindings. The majority of the environments housed in D4RL were already maintained projects in Farama, and all the ones that aren't will be going into [Gymnasium-Robotics](https://github.com/Farama-Foundation/Gymnasium-Robotics), a standard library for housing many different Robotics environments. There are some envrionments that we don't plan to maintain, noteably the PyBullet ones (MuJoCo is not maintained and open source and PyBullet is now longer maintained) and Flow (it was never really used and the original author's don't view it as especially valuable). -2) Recreate all the datasets in D4RL given the revised versions of environments, and host them in a standard offline RL dataset repostiry we're working on called [Kabuki](https://github.com/Farama-Foundation/Kabuki). +2) Recreate all the datasets in D4RL given the revised versions of environments, and host them in a standard offline RL dataset repostiry we're working on called [Minami](https://github.com/Farama-Foundation/Minami). ## Setup