dreamerv3-torch
dreamerv3-torch copied to clipboard
Any plan to test on MineRL?
Thanks for your great contribution to this reimplementation. Is there any plan to test this implementation on MineRL? Also is there any plan to release the results of crafter and memory-maze compared with the JAX version?
Thanks for asking. Unfortunately, I don't have the machine capable to run model size XL which is needed for testing MineRL and Crafter. If someone can run the test on these environments instead, I will implement the code for MineRL environment.
I am willing to help. I can run the test and do some preliminary experiments. I can also contribute to the implementation (let me know if needed) although I can not guarantee when I'll finish.
Thanks a lot! Could you confirm that your machine is capable of running the model size XL first by running the following line. Please freely ask me if you are stuck at setup of this repo.
python3 dreamer.py --configs crafter --logdir ./logdir/crafter
You might see the error of lacking GPU memory.
Sure. I will have a try by early next week.
Thanks a lot! Could you confirm that your machine is capable of running the model size XL first by running the following line. Please freely ask me if you are stuck at setup of this repo.
python3 dreamer.py --configs crafter --logdir ./logdir/crafter
You might see the error of lacking GPU memory.
I have no problem running XL on my GPU.
@ZHZisZZ Thank you so much! Could you wait until I prepare the code for MineRL? I guess it doesn't take so much time.
@zdx3578 Can you help us test benchmarks?
@ZHZisZZ
Hello,
Apologies for the delay in my update. I've successfully prepared a prototype of the Minecraft environment. Additionally, to address the issue of time-consuming environmental steps using only a single core, I have introduced a parallelization.
I'll now focus on refining the environment further, so I kindly ask for your patience while I work on it.
MineRL is now ready!