MG2033 / A2C

A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow
Apache License 2.0
183 stars 37 forks source link

number_of_classes #13

Open koryakinp opened 4 years ago

koryakinp commented 4 years ago

https://github.com/MG2033/A2C/blob/b9db1587656679bfadf8c409ceebbb7ac4034a22/models/model.py#L48

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.