Creating a Unity ML-Agent from Scratch Part 1

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

It think it needs: "using MLAgents;" on top of your scripts - resolved my errors! FANTASTIC Tutorial

turbofliptv
Автор

@16:25 There is something in programming called Switch Statement that can simplify your code here:
switch (action) {
case 0: Vector3(0, 0, -1), 2);
break;
case 1: //your computation here
break;
case 2: //your computation here
break;
case 3: //your computation here
break;
}

behnamrasooli
Автор

I have been waiting for a tutorial on this! Thank you!

JoshuaReyes
Автор

i dont know where is the Brain.cs, can someone point out where is this unitypackge with those scripts?

foanytyms
Автор

where did you get the examples folder from ;s

your_local_reptile
Автор

Code need changes with 0.3 release. Any chance of updating it?

RahulGupta
Автор

What version of ml-agents is used here?

monish
Автор

Could you please post a link to the code. Thanks

messapatingy
Автор

the ppo file didn't show up in my jupyter how would I get that to train my system? did I mess something up in the install? everything else is there

sashaoelsner
Автор

There is not AgentStep(float[] act) method to be overrided. Can anyone help?

Nastomeya
Автор

404 on the provided link, without which there is no context or starting point, making the video series useless.

atrtsh