Skip to content

Pytorch version of Dreamer, which follows the original TF v2 codes.

License

Notifications You must be signed in to change notification settings

jsikyoon/dreamer-torch

Repository files navigation

dreamer-torch

Pytorch version of Dreamer, which follows the original TF v2 codes (https://github.com/danijar/dreamerv2/tree/faf9e4c606e735f32c8b971a3092877265e49cc2).

Due to limitation of resource, we tested it with the official TF version2 codes for 10 tasks (5 DMC / 5 Atari tasks) as below.

alt text

As we can see, for almost tasks, it shows similar performance with Dreamer when comparing the reported performance on paper and from running codes.

For freeway, I found that it is slower than Dreamer, maybe I think it is because of random seed. I will find the reason more.

The below logs are from Tensorboard, you also can see through Tensorboard logs.

  • DMC walker walk task

alt text

  • Atari bank heist task

alt text

  • atari freeway task

alt text

How to use

For required packages to run this, you can find from requirements.txt.

The command to run is exactly same to the official codes, you can use it.

Contact

Any feedback are welcome! Please open an issue on this repository or send email to Jaesik Yoon (jaesik.yoon.kr@gmail.com).

About

Pytorch version of Dreamer, which follows the original TF v2 codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages