-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Jan 31, 2024
1 parent
3f0ee95
commit 63563f4
Showing
21 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule DQNAgent
updated
22 files
+80 −0 | Q_Layered_Network/DQN_LLM.py | |
+0 −2 | Q_Layered_Network/DQN_Node_Agent.py | |
+ − | Q_Layered_Network/dqn_node_model.onnx | |
+427 −0 | Q_Layered_Network/requirements.txt | |
+172 −0 | src/DQNAgent.py | |
+92 −0 | src/DQN_Bot.py | |
+335 −0 | src/DQN_Node_Agent.py | |
+95 −0 | src/Layered_DQN.py | |
+379 −0 | src/QLAgent.py | |
+85 −0 | src/QNetwork.py | |
+78 −0 | src/Reasoning_.py | |
+8 −0 | src/decisionmakingmodule.py | |
+ − | src/dqn_node_model.onnx | |
+19 −0 | src/integrationmodule.py | |
+733 −0 | src/learningmodule.py | |
+13 −0 | src/lpmodule.py | |
+7 −0 | src/perceptionmodule.py | |
+34 −0 | src/reasoningmodule.py | |
+66 −0 | src/rlmodule.py | |
+159 −0 | src/training_data/Agent_Trainer.py | |
+0 −0 | src/training_data/test_data.json | |
+524 −0 | src/training_data/training_data.json |
Submodule assistants
updated
from f31545 to b57056
Submodule InteractionTrees
added at
dda104
Submodule WasmCert-Coq
added at
7435b9
Submodule category-theory
added at
5ff107
Submodule coq-tricks
added at
d7784e
Submodule saw-script
added at
03f928
Submodule SepLogicTypeclasses
deleted from
509ddc
Submodule bedrock
deleted from
e3ff3c
Submodule coq-a-la-carte-cpp20
deleted from
a400da
Submodule coq-elpi
deleted from
6b9818
Submodule coq-library-complexity
deleted from
14b5f4
Submodule coq-library-undecidability
deleted from
8880e1
Submodule ett-to-itt
deleted from
b77534
Submodule frap
deleted from
d9fb7f
Submodule reification-by-parametricity
deleted from
d1bc17
Submodule template-coq
deleted from
4f4b4f