Skip to content
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

Bug_Fix/Capture Videos in HumanoidAMP #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ke-Wang1017
Copy link

Hi when I want to record videos by running the command train.py \ task=HumanoidAMP \ experiment=AMP_walk \ capture_video=True \ force_render=True \
and it gives me the erro TypeError: render() got an unexpected keyword argument ''mode. It turns out the inherited render() in humanoid_amp_base.py does not receive the mode argument, also it needs to return the frame to really save the video.

Another small bug fix is in common_agent.py where self.seq_len has to be initialized before reading AMP dataset

@Ke-Wang1017 Ke-Wang1017 closed this May 4, 2024
@Ke-Wang1017 Ke-Wang1017 reopened this May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant