xstreck1 / cAr-drIve

cAr-drIve - reinforcement learning for simulated self-driving car
GNU Lesser General Public License v3.0
21 stars 13 forks source link

does not work 15.0 or 0.16 which is installed when you choose .15.1 #1

Open dfamil opened 4 years ago

dfamil commented 4 years ago

Hi there are a couple of changes to get it tot work

done() --> EndEpisode(); public override float[] Heuristic() --> public override void Heuristic(float[] actionsOut) //return action

i have tried this with another example (https://www.immersivelimit.com/tutorials/reinforcement-learning-penguins-part-2-unity-ml-agents was updated to .0.16 from 0.14.0) this and the agent's just giggled back and forth.

dfamil commented 4 years ago

It seems it takes a while for it to learn