Looking for the generalized information-gathering work? If you arrived here from the paper Generalized Information Gathering Under Dynamics Uncertainty, see the
generalizedbranch.
Experimental JAX-based model-based RL library. Re-implements TDMPC2 with an emphasis on functional/pure-style code. Expect sharp edges.
git clone <repository-url>
cd max
pip install -e .Core (installed via pip):
jax,jaxlib- Core frameworkflax- Neural network definitionsoptax- Optimizersnumpy,scipy,matplotlib
Optional:
wandb- Experiment tracking (pip install -e ".[wandb]")
MIT License