examples

examples.run_linear_solver_dqn

Run linear solver with DQN based agent: solve \(ax + b = 0\)

examples.run_linear_solver_gcn

Run linear solver with GCN based agent: solve \(ax + b = 0\)

examples.run_quadratic_solver_dqn

Run quadratic solver with DQN based agent: solve \(ax^2 + bx + c = 0\)