Difference between revisions of "DQ4T"

From Quantitative Analysis Software Courses
Jump to navigation Jump to search
(Created page with "==Tutorials== Some text. *Tutotrial 1 Autoencoders using Keras *Tutorial 2 Compare regression methods <PRE> import your mama x = y </PRE>")
 
 
(3 intermediate revisions 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.
  
Some text.
 
  
 
+
==Research==
*[[Tutotrial 1]] Autoencoders using Keras
+
*[[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