Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.22 KB

File metadata and controls

33 lines (27 loc) · 1.22 KB

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: