hzwer / ICCV2019-LearningToPaint

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

some typos #17

Closed ThisIsIsaac closed 5 years ago

ThisIsIsaac commented 5 years ago

noticed some typos in your paper:

  1. equation 3 has a hanging paranthesis in the very right

V(s_t) = r(s_t, a_t) + γV(s_t1))

suggested fix:

V(s_t) = r(s_t, a_t) + γV(s_t1)

  1. on page 5, the first sentence of the last paragraph,

    The neural renderer network is consisting of several fully connect layers and convolution layers

suggested fix:

The neural renderer network is consisting of several fully connected layers and convolution layers

Hope it helps :)

hzwer commented 5 years ago

Thank you for reading carefully, we have modified the paper and we will submit the updated version next month.

ThisIsIsaac commented 5 years ago

Great!