Deep Q-learning
Mostrar comentarios más antiguos
I have currently implemented Q-learning for training to dock a vessel at a given position.
I now want to alter this to be deep Q-learning instead, but can't really understand how to.
Do anyone have code using deep Q-learning for something similar that thet could share so i could have a look at the build up?
Thanks in advance!
Respuestas (2)
Sean de Wolski
el 29 de Mzo. de 2019
1 voto
1 comentario
Brage Mothes
el 29 de Mzo. de 2019
Chad MacDonald
el 2 de Abr. de 2019
1 voto
There are several DQN training examples in the documentation:
- Train DQN Agent to Balance Cart-Pole System
- Train DQN Agent to Swing Up and Balance Pendulum
- Train DQN Agent for Lane Keeping Assist
Hopefully, these examples can help get you started.
Categorías
Más información sobre Reinforcement Learning en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!