How to use GA in Reinforcement Learning instead of Gradient descent?
    4 views (last 30 days)
  
       Show older comments
    
    Alexander
      
 on 28 Nov 2020
  
    
    
    
    
    Commented: Emmanouil Tzorakoleftherakis
    
 on 30 Nov 2020
            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?
0 Comments
Accepted Answer
  Emmanouil Tzorakoleftherakis
    
 on 29 Nov 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 Comments
  Emmanouil Tzorakoleftherakis
    
 on 30 Nov 2020
				More Answers (0)
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!