remove python stuff & simple DQN implementation

This commit is contained in:
Henri Bourcereau 2025-05-24 22:41:44 +02:00
parent 3d01e8fe06
commit 480b2ff427
19 changed files with 608 additions and 989 deletions

View file

@ -10,3 +10,4 @@ pretty_assertions = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
store = { path = "../store" }
rand = "0.8"