This is the official code for the paper "Dr. Strategy: Model-Based Generalist Agents with Strategic Dreaming" (ICML 2024).
./scripts_docker/build.sh
export WANDB_API_KEY=<your_wandb_api_key>
./scripts_docker/run.sh --device <gpu_id>
Available environments: 9rooms
, 25rooms
, spiral9
, mz7x7
, mz15x15
, robokitchen
, dmc_walker
, dmc_quad
cd drstrategy
./runner/run_drstrategy_<env>.sh
cd drstrategy
./eval_runner/eval_drstrategy_<env>.sh
@inproceedings{hamed2024drstrategy,
title={Dr. Strategy: Model-Based Generalist Agents with Strategic Dreaming},
author={Hamed, Hany and Kim, Subin and Kim, Dongyeong and Yoon, Jaesik and Ahn, Sungjin},
booktitle={International Conference on Machine Learning},
year = {2024},
}
This codebase is based on the implementation of Choreographer.