Borrar filtros
Borrar filtros

How to use GA in Reinforcement Learning instead of Gradient descent?

1 visualización (últimos 30 días)
I made my Environment (reset and step functions) but I want to use Genetic algorithm for NN tuning instead of gradient descent. How to do this?

Respuesta aceptada

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis el 29 de Nov. de 2020
Hello,
Evolutionary RL is not provided out of the box as of now. To use it you would have to implement a custom training loop (see here for an example).
  2 comentarios
Alexander
Alexander el 30 de Nov. de 2020
Editada: Alexander el 30 de Nov. de 2020
I made custom training loop. I see that actorNetwork has several layers (including FullyConnected) but their Weights are [ ]. Where are weights of actorNetwork?
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis el 30 de Nov. de 2020
Please refer to this page on how to extract the weights of actors/critics.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by