added crafter result

This commit is contained in:
NM512 2023-08-15 20:11:15 +09:00
parent 9d8483a02f
commit 99dc4e4ed1

View File

@ -35,6 +35,10 @@ So far, the following benchmarks can be used for testing.
#### Atari 100k
![atari100k](https://github.com/NM512/dreamerv3-torch/assets/70328564/0da6d899-d91d-44b4-a8c4-d5b37413aa11)
#### Crafter
<img src="https://github.com/NM512/dreamerv3-torch/assets/70328564/2a4d65d3-7e7b-4a95-b0cf-146d978054f0" width="300" height="150" />
## Acknowledgments
This code is heavily inspired by the following works:
- danijar's Dreamer-v3 jax implementation: https://github.com/danijar/dreamerv3