Skip to content

therealtin05/mrsq-jax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRSQ-JAX

JAX re-implementation of The Surprising Difficulty of Search in Model-Based Reinforcement Learning.

Paper: https://arxiv.org/abs/2601.21306

Kaggle setup: https://www.kaggle.com/code/therealtin/public-mrsq-jax

Results

LAP Comparision

Installation

conda create -n mrsq-jax python=3.10
conda activate mrsq-jax

pip install -r requirements.txt
pip install -e .

Training

Example:

python3 main.py env.env_name=humanoid-run env.backend=dmc
python3 main.py env.env_name=HalfCheetah-v4 env.backend=gymnasium mrsq.episodic=true
python3 main.py env.env_name=h1-sit_simple-v0 env.backend=humanoid-bench mrsq.episodic=true

Acknowledgements

This implementation is inspired by:

Some code structure and implementation details follow ideas from these projects.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages