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

Episode truncated and is still showing mean_episode_length in the printed logs as 242. #236

Open
ritkat opened this issue Aug 9, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ritkat
Copy link

ritkat commented Aug 9, 2024

Hi,
In the HoverAviary.py file. I added a print statement in the compute truncated part which told me whenever the episode had been truncated. However, in the logs I still see the mean length of the episode as 242 (I am using the default ep length 8 seconds, ctrl_freq is 30, pyb_freq is 240. Even when the eval frequency is set lower than 242, I see the mean episode length as 242, why is it so?

@JacopoPan JacopoPan added the question Further information is requested label Oct 10, 2024
@JacopoPan
Copy link
Member

Hi @ritkat

240 steps is coherent with 8'' at 30Hz, the mean being that also indicates that all episodes are truncated (time outed in HoverAviary) never terminated (reached the hover point in HoverAviary)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants