Hi,
I use a3c_continuous for another env in which inputs are an image of env and robot's sensors datas.
For me the main problem is in line 239 where feeding datas in optimizors dont work and I get this error : 'list' object has not attribute 'dtype'.
By searching I found out that the problem is in how I feed the datas in model, but I really cant fix it.
I want ask you, is there any extension of your code for multi input and multi output environment?
Hi, I use a3c_continuous for another env in which inputs are an image of env and robot's sensors datas. For me the main problem is in line 239 where feeding datas in optimizors dont work and I get this error : 'list' object has not attribute 'dtype'. By searching I found out that the problem is in how I feed the datas in model, but I really cant fix it. I want ask you, is there any extension of your code for multi input and multi output environment?
Best Regards.