vincent-thevenin / DreamerV2-Pytorch

Pytorch implementation of DreamerV2: MASTERING ATARI WITH DISCRETE WORLD MODELS
MIT License
50 stars 11 forks source link

Regarding your results #1

Open kevinghst opened 3 years ago

kevinghst commented 3 years ago

Hi Vincent,

Thanks for sharing your code on Github.

I am interested in using your code as reference for my own research. I was wondering whether you have successfully replicated the results from the DreamerV2 paper using this code?

Thanks, Kevin

adarshmodh commented 3 years ago

Hi Kevin, By any chance were you able to test this code and replicate the results from the original tensorflow implementation.

Thanks, Adarsh

vincent-thevenin commented 3 years ago

@kevinghst @adarshmodh I have not tested replicated the results from the paper yet. The main thing that differs is the models architectures as I wrote them without consulting the details in DreamerV1. But I believe the pipeline is accurate. Sorry for the delayed response, I hope this helps.

suhuo2020 commented 2 years ago

Hi,Vincent,

I really want to know the required package version of you code,can you supply the requirements.txt?

Thanks, Suhuo