hzwer / ICCV2019-LearningToPaint

ICCV2019 - Learning to Paint With Model-based Deep Reinforcement Learning
MIT License
2.25k stars 313 forks source link

Any other reward function #33

Closed songweige closed 4 years ago

songweige commented 4 years ago

Very cool project! It seems using GAN loss here is a natural choice to compare the drawing and images. Have you ever tried other losses like the perceptual loss? Thank you!

hzwer commented 4 years ago

I only tried Euclidean loss and wgan loss. I think wgan is suitable for our task.