-
Notifications
You must be signed in to change notification settings - Fork 6
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
Code Explanation of AutoRegressivePolicy
class
#9
Comments
Explanation of
|
Thank you for your response. I have been looking at it, but the code is too complex and difficult. Could you please explain in detail the codes of 'generate' and 'compute_loss' within 'arp.py'? It would be great if you could provide an example based on 'aloha'. |
@a510721 Sure! I have some more urgent stuff to attend during the day and I will add explanations tonight. WORKING ON IT. |
AutoRegressivePolicy
class?
AutoRegressivePolicy
class?AutoRegressivePolicy
class
Explanation of
|
Explanation of
|
Example of ALOHA with
|
Explanation of
|
@a510721 I have added some descriptions. Hope this could help you a bit. I suggest you step through the code with a vscode debugger or other debugging tools you prefer, with these descriptions as some references. Let me know if I can be more of help. |
Thank you for your detailed explanation. |
My pleasure. I will add more explanation on the Predictor & Embedder for different actions later this week. |
Thank you for sharing your good research results.
In the AutoRegressivePolicy class, there are inputs called tks (tk_ids, tk_vals) and chk_ids. What do they mean and how should I use them?
The text was updated successfully, but these errors were encountered: