Skip to content

shell769324/dreamerv3-torch

 
 

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.

Instructions

Get dependencies:

pip install -r requirements.txt

Train the agent on Walker Walk in Vision DMC:

python3 dreamer.py --configs defaults --task dmc_walker_walk --logdir ~/dreamerv3-torch/logdir/dmc_walker_walk

Train the agent on Alien in Atari 100K:

python3 dreamer.py --configs defaults atari100k --task atari_alien --logdir ~/dreamerv3-torch/logdir/atari_alien

Monitor results:

tensorboard --logdir ~/dreamerv3-torch/logdir

Evaluation Results

More results will be added in the future.

dmc_vision atari100k

ToDo

  • Prototyping
  • Modify implementation details based on the author's implementation
  • Evaluate on DMC vision
  • Evaluate on Atari 100K
  • Add state input capability
  • Evaluate on DMC Proprio
  • etc.

Acknowledgments

This code is heavily inspired by the following works:

About

Implementation of Dreamer v3 in pytorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%