Skip to content

Commit

Permalink
adding todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
kev committed Apr 7, 2023
1 parent 9ff1e74 commit 2ac3fb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rl_equation_solver/ToDo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To do

### Env

- [ ] a x + b = 0
- [ ] sum_n a_n x^n = 0

### Agents

- [ ] DQN -- state list of vars
- [ ] DQN -- state as a graph; use GCN
- [ ] DQN -- use graph LSTM
- [ ] RL + MCTS -- alphaGo style

0 comments on commit 2ac3fb4

Please sign in to comment.