Dynamics ensembles for model-based RL
Neural-network ensembles that learn how an environment evolves from offline data, comparing deterministic and probabilistic models. They are the learned models behind J-MOReL and MBiCEM.
What it does
Model-based agents plan or train inside a learned model of the environment, so both the model’s accuracy and its sense of its own uncertainty matter. This library trains ensembles of neural networks on D4RL offline datasets and compares deterministic networks with probabilistic ones that predict a Gaussian over the next state.
Findings
On halfcheetah-medium the deterministic ensemble reaches the lower training loss, but the probabilistic ensemble generalises better and reaches the lowest validation loss. Without a learning-rate scheduler, the probabilistic ensemble’s training becomes unstable.
Engineering
Metrics and artifacts are tracked in MLflow and experiments are staged with Guild AI. Trained ensembles are published on Hugging Face and reused directly by J-MOReL and MBiCEM.


