-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pre-commit #835
Fix pre-commit #835
Conversation
learnfix to pistonball cause easier to learnfix to pistonball cause easier to learnfix to pistonball cause easier to learnfix to pistonball cause easier to learnfix to pistonball cause easier to learnfix to pistonball cause easier to learnfix to pistonball cause easier to learn
Do I understand correctly that this graph would have no edges? Maybe it would be more suitable to use the |
The original idea was for it to be one node (the agent itself) and n edges for the n entities that it can observe. But the Graph space doesn't allow edges that connect to nothing, so it's all just nodes. I thought about sequence space, but semantically it seems kind of weird - a sequence represents a sequence of objects, like words in a sentence, whereas a graph doesn't have order to it. But you're right, maybe a sequence space is better. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Description
This was the sequence space implementation for KAZ, but somehow the PR got merged somewhere, so now this just fixed precommit.