2023-03-18 19:07:12 +09:00
2023-02-12 22:35:25 +09:00
2023-02-12 22:35:25 +09:00
2023-02-12 22:35:25 +09:00
2023-03-18 19:07:12 +09:00
2023-02-12 22:35:25 +09:00
2023-02-12 22:35:25 +09:00

dreamerv3-torch

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

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

ToDo

  • Prototyping
  • Modify implementation details based on the author's implementation
  • Evaluate on visual DMC suite
  • Add state input capability and evaluate on Proprio Control Suite environment
  • Add model size options and evaluate on environments which requires that (like Minecraft)
  • etc.

Acknowledgments

This code is heavily inspired by the following works:

Description
No description provided
Readme MIT 2.9 MiB
Languages
Python 98.6%
Dockerfile 0.9%
Shell 0.5%