vincent-thevenin / DreamerV2-Pytorch

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

eval #2

Open a1wj1 opened 1 year ago

a1wj1 commented 1 year ago

Hi,how to eval the model? Can you please tell me some trick?

vincent-thevenin commented 1 year ago

No eval function implemented here. I would freeze the actor and average multiple episodes.