Files
dreamerv3-torch/README.md
2023-02-18 14:42:22 +09:00

952 B

dreamerv3-torch

Pytorch implementation of Mastering Diverse Domains through World Models.
Validation is in progress. results

Instructions

Get dependencies:

pip install -r requirements.txt

Train the agent:

python3 dreamer.py --configs defaults --logdir $ABSOLUTEPATH_TO_SAVE_LOG

Monitor results:

tensorboard --logdir $ABSOLUTEPATH_TO_SAVE_LOG

Acknowledgments

This code is heavily inspired by the following works: