-
Notifications
You must be signed in to change notification settings - Fork 32
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
Video Recording for Furniture Tasks #2
Comments
Hi there! Recording Furniture-Bench video is possible if you add You can see the recording implemented here in our Furniture-Bench fork. You can modify the implementation to your need. It is probably a better idea to have a script that loads the checkpoint and generates video with only one environment spawned. |
Hi, thank you for your response. Based on your suggestion, I modified the parameters as follows:
However, after making these adjustments, the video still hasn't been recorded during the fine-tuning process. Do you have any other suggestions to resolve this issue? Thank you! |
Could you try If it still does not work, feel free to share the log with me. |
* remove dataset consistency check * add pretrain configs * rename * transport pretrain cfg * add ibrl * fix base policy * set `deterministic=True` when sampling in diffusion evaluation * minors * Revert "add rlpd framework" * Revert "Revert "add rlpd framework"" (#4) * match rlpd param names * rename to `StitchedSequenceQLearningDataset` * add configs * add `tanh_output` and dropout to gaussians * fix ibrl * minors --------- Co-authored-by: Justin M. Lidard <[email protected]> Co-authored-by: allenzren <[email protected]>
* remove dataset consistency check * add pretrain configs * rename * transport pretrain cfg * add ibrl * fix base policy * set `deterministic=True` when sampling in diffusion evaluation * minors * Revert "add rlpd framework" * Revert "Revert "add rlpd framework"" (#4) * match rlpd param names * rename to `StitchedSequenceQLearningDataset` * add configs * add `tanh_output` and dropout to gaussians * fix ibrl * minors --------- Co-authored-by: Justin M. Lidard <[email protected]> Co-authored-by: allenzren <[email protected]>
* remove dataset consistency check * add pretrain configs * rename * transport pretrain cfg * add ibrl * fix base policy * set `deterministic=True` when sampling in diffusion evaluation * minors * Revert "add rlpd framework" * Revert "Revert "add rlpd framework"" (#4) * match rlpd param names * rename to `StitchedSequenceQLearningDataset` * add configs * add `tanh_output` and dropout to gaussians * fix ibrl * minors --------- Co-authored-by: Justin M. Lidard <[email protected]> Co-authored-by: allenzren <[email protected]>
* remove dataset consistency check * add pretrain configs * rename * transport pretrain cfg * add ibrl * fix base policy * set `deterministic=True` when sampling in diffusion evaluation * minors * Revert "add rlpd framework" * Revert "Revert "add rlpd framework"" (#4) * match rlpd param names * rename to `StitchedSequenceQLearningDataset` * add configs * add `tanh_output` and dropout to gaussians * fix ibrl * minors --------- Co-authored-by: Justin M. Lidard <[email protected]> Co-authored-by: allenzren <[email protected]>
Thank you for sharing such excellent work! I have a small question: How can I save videos for each episode when fine-tuning the furniture tasks? Is there a specific parameter in the configuration file that I can modify to achieve this?
The text was updated successfully, but these errors were encountered: