Skip to content

GIST-DSLab/Dreamerv3onARCLE

Repository files navigation

dreamerv3-torch

Pytorch implementation of Mastering Diverse Domains through World Models. DreamerV3 is a scalable algorithm that outperforms previous approaches across various domains with fixed hyperparameters.

dreamerv3 on ARCLE

Instructions

Method 1: Manual

Get dependencies with python 3.9:

pip install -r requirements.txt

Run training on ARCLE:

python3 dreamer.py --configs arcle --task arcle_traj --logdir ./logdir/arlce

Monitor results:

tensorboard --logdir ./logdir

Method 2: Docker

Please refer to the Dockerfile for the instructions, as they are included within.

Acknowledgments

This code is heavily inspired by the following works:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published