2023-05-05 01:32:08 +09:00
2023-04-29 07:30:34 +09:00
2023-05-05 01:32:08 +09:00
2023-02-12 22:35:25 +09:00
2023-04-15 23:16:43 +09:00
2023-04-29 07:57:05 +09:00

dreamerv3-torch

Pytorch implementation of Mastering Diverse Domains through World Models.

1

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 atari --task atari_alien --logdir ~/dreamerv3-torch/logdir/atari_alien

Monitor results:

tensorboard --logdir ~/dreamerv3-torch/logdir

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:

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