Difference between revisions of "DQ4T"

From Quantitative Analysis Software Courses
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Tutorials==
 
==Tutorials==
 +
*[[CartPole DQN]] How to solve the CartPole problem with deep Q-learning in Keras.
  
 +
 +
==Research==
 
*[[Deep Q-Learning]] Deep Q-Learning explained
 
*[[Deep Q-Learning]] Deep Q-Learning explained
*[[Tutorial 2]] Compare regression methods
 
 
<PRE>
 
import your mama
 
x = y
 
</PRE>
 

Latest revision as of 17:47, 15 February 2018

Tutorials

  • CartPole DQN How to solve the CartPole problem with deep Q-learning in Keras.


Research