Paper:https://arxiv.org/abs/2010.02193 Code:https://github.com/danijar/dreamerv2 Author Blog:https://danijar.com/project/dreamerv2/ Google AI Blog:https://ai.googleblog.com/2021/02/mas... Dreamer v2版本,总结一句话,单GPU就能训练,效果还不错! 仅需一块V100,10天就能搞定了!
Status:Stable release Implementation of theDreamerV2agent in TensorFlow 2. Training curves for all 55 games are included. If you find this code useful, please reference in your paper: @article{hafner2020dreamerv2, title={Mastering Atari with Discrete World Models}, author={Hafner, Danijar and ...
Research paper Using the Package The easiest way to run DreamerV2 on new environments is to install the package via pip3 install dreamerv2. The code automatically detects whether the environment uses discrete or continuous actions. Here is a usage example that trains DreamerV2 on the MiniGrid en...
Research paper Using the Package The easiest way to run DreamerV2 on new environments is to install the package viapip3 install dreamerv2. The code automatically detects whether the environment uses discrete or continuous actions. Here is a usage example that trains DreamerV2 on the MiniGrid envi...