MG2033/A2C

number_of_classes

koryakinp opened this issue · 0 comments

self.img_height, self.img_width, self.num_classes = observation_space_params

Hello sir,

I was trying to understand your code, but got confused, what is num_classes ? Is it meant to be a number of channels in an input image ? (3 for RGB and 1 for gray-scale) ? If so, I was very confused as you refer it as num_classes through out the project.