load data but find AttrView error #8907
Unanswered
AmgadAbdallah
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Do you have a reproducible example? Not totally sure why your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey... sure, here is the reply buffer:
this is a part from the agent class that does sampling:
my graph encoder:
This is code for state value function... I know the try and except here looks stupid but it's for testing only and will be removed so please don't judge me based on that :)
the main function loop:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to create a reply buffer for my deep reinforcement learning agent... I need to append Data objects in lists an then use a sample from this list to be a batch for GNN... Nevertheless, I face the following error...any help?
Beta Was this translation helpful? Give feedback.
All reactions