Hyeokreal / Actor-Critic-Continuous-Keras

Keras Implementation of the continuous control with actor-critic, a3c
13 stars 3 forks source link

How to make a3c_continuous works other environments? #4

Open mehranraisi opened 5 years ago

mehranraisi commented 5 years ago

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.