Community Profile

photo

Aristi Christoforou


Last seen: 9 meses hace Con actividad desde 2021

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


how to find the optimal path to catch a target when the target is moving using q-learning
hello i would like to find the optimal action of an agent when the target that he wants to catch is moving using q-learning . M...

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


optimal path problem using q-learning algorithm
hello i want to find the optimal path for my target to the nearest corner of an environment with 3 obstacles using q-learning. F...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
MATLAB CODE NEWTON METHOD
function[root]=newtonmethod(f,df,xo,tol,n) xn=xo; for k=1:n xn1=xn-f(xn)/df(xn); dx=abs(xn1-xn); xn=xn1; i...

casi 3 años hace | 0