How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
MuJoCo is a physics engine which can do very detailed efficient simulations with contacts. This library lets you use MuJoCo from Python.
This package contains implementations of various RL algorithms for continuous control tasks simulated with MuJoCo.
This project is an AI research implementation library and machine learning research repository. It provides a collection of reference code, illustrative implementations, and open-source research datasets used to verify hypotheses and build upon existing models in artificial intelligence. The repository focuses on scientific research reproduction by translating theoretical findings from published papers into executable code. It includes specialized scientific simulation environments designed to test the behavior of autonomous agents and models within controlled settings. The project covers AI
D4RL is an open-source benchmark for offline reinforcement learning. It provides standardized environments and datasets for training and benchmarking algorithms. A supplementary whitepaper and website are also available.
The main features of rail-berkeley/d4rl are: Datasets and Benchmarks, Reinforcement Learning Environments, World Models, Environment Benchmarks.
Open-source alternatives to rail-berkeley/d4rl include: openai/mujoco-py — MuJoCo is a physics engine which can do very detailed efficient simulations with contacts. This library lets you use… maximecb/gym-minigrid — Simple and easily configurable grid world environments for reinforcement learning. danijar/crafter — Status: Stable release. deepmind/deepmind-research — This project is an AI research implementation library and machine learning research repository. It provides a… aravindr93/mjrl — This package contains implementations of various RL algorithms for continuous control tasks simulated with MuJoCo. farama-foundation/metaworld — Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning.