Skip to content

fernandopalafox/max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

302 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looking for the generalized information-gathering work? If you arrived here from the paper Generalized Information Gathering Under Dynamics Uncertainty, see the generalized branch.

MAX

Experimental JAX-based model-based RL library. Re-implements TDMPC2 with an emphasis on functional/pure-style code. Expect sharp edges.

Installation

From source

git clone <repository-url>
cd max
pip install -e .

Dependencies

Core (installed via pip):

  • jax, jaxlib - Core framework
  • flax - Neural network definitions
  • optax - Optimizers
  • numpy, scipy, matplotlib

Optional:

  • wandb - Experiment tracking (pip install -e ".[wandb]")

License

MIT License

About

MAX is an experimental RL library built with JAX for research in information gathering and online adaptation. It supports model-based control with parameter beliefs, model-free methods, and multi-agent environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages